fsie.php
20 lines
| 1 | <?php |
| 2 | /** |
| 3 | * @package WPDesk\FS\Info |
| 4 | */ |
| 5 | |
| 6 | ?> |
| 7 | <ul class="fsie-features"> |
| 8 | <li> |
| 9 | <?php esc_html_e( 'Calculate the shipping cost based on your custom locations or the WooCommerce defaults', 'flexible-shipping' ); ?> |
| 10 | </li> |
| 11 | |
| 12 | <li> |
| 13 | <?php esc_html_e( 'Define shipping cost for each Vendor / Product Author in your marketplace', 'flexible-shipping' ); ?> |
| 14 | </li> |
| 15 | |
| 16 | <li> |
| 17 | <?php esc_html_e( 'Move, replace, update or backup multiple shipping methods with Import / Export feature', 'flexible-shipping' ); ?> |
| 18 | </li> |
| 19 | </ul> |
| 20 |