| @@ -1,5 +1,5 @@ | ||
| 1 | -<?php $gateways = LP_Gateways::instance()->get_gateways( true ); ?> | |
| 1 | +<?php $gateways = LP_Gateways::instance()->get_gateways(); ?> | |
| 2 | 2 | |
| 3 | 3 | <table class="learn-press-payments<?php echo sizeof( $gateways ) > 1 ? ' sortable' : ''; ?>"> |
| 4 | 4 | <thead> |
| 5 | 5 | <tr> |
| @@ -29,4 +29,14 @@ | ||
| 29 | 29 | </tr> |
| 30 | 30 | <?php endforeach; ?> |
| 31 | 31 | </tbody> |
| 32 | 32 | </table> |
| 33 | + | |
| 34 | +<div class="lp-payment-addons-promo"> | |
| 35 | + <p> | |
| 36 | + <?php esc_html_e( 'Need more payment options?', 'learnpress' ); ?> | |
| 37 | + <a href="https://thimpress.com/product-tag/payment/" target="_blank" rel="noopener noreferrer" class="lp-payment-addons-promo__link"> | |
| 38 | + <?php esc_html_e( 'Explore Addons', 'learnpress' ); ?> | |
| 39 | + <span class="dashicons dashicons-external"></span> | |
| 40 | + </a> | |
| 41 | + </p> | |
| 42 | +</div> | |