html-ads.php
8 years ago
html-column-shipping-message.php
8 years ago
html-column-shipping-shipping.php
8 years ago
html-order-add_shipping-metabox.php
8 years ago
html-orders-filter-form.php
8 years ago
html-shipping-method-info-description.php
8 years ago
html-shipping-method-rules.php
8 years ago
html-shipping-method-settings.php
8 years ago
html-ads.php
25 lines
| 1 | <div class="flexible-shipping-pro-box"> |
| 2 | <div class="metabox-holder"> |
| 3 | <div class="stuffbox"> |
| 4 | <h3 class="hndle"><?php _e( 'Get Flexible Shipping PRO!', 'flexible-shipping' ); ?></h3> |
| 5 | |
| 6 | <?php |
| 7 | $fs_link = get_locale() === 'pl_PL' ? 'https://www.wpdesk.pl/sklep/flexible-shipping-pro-woocommerce/' : 'https://www.wpdesk.net/products/flexible-shipping-pro-woocommerce/'; |
| 8 | ?> |
| 9 | |
| 10 | <div class="inside"> |
| 11 | <div class="main"> |
| 12 | <ul> |
| 13 | <li><span class="dashicons dashicons-yes"></span> <?php _e( 'Shipping Classes support', 'flexible-shipping' ); ?></li> |
| 14 | <li><span class="dashicons dashicons-yes"></span> <?php _e( 'Product count based costs', 'flexible-shipping' ); ?></li> |
| 15 | <li><span class="dashicons dashicons-yes"></span> <?php _e( 'Stopping, Cancelling a rule', 'flexible-shipping' ); ?></li> |
| 16 | <li><span class="dashicons dashicons-yes"></span> <?php _e( 'Additional calculation methods', 'flexible-shipping' ); ?></li> |
| 17 | </ul> |
| 18 | |
| 19 | <a class="button button-primary" href="<?php echo $fs_link; ?>?utm_source=flexible-shipping-settings&utm_medium=button&utm_campaign=flexible-shipping-pro-plugin" target="_blank"><?php _e( 'Upgrade Now →', 'flexible-shipping' ); ?></a> |
| 20 | </div> |
| 21 | </div> |
| 22 | </div> |
| 23 | </div> |
| 24 | </div> |
| 25 |