addons
5 years ago
product-pre-select-location-scripts.php
5 years ago
settings-api.php
3 weeks ago
settings-crons.php
1 year ago
settings-default.php
4 years ago
settings-help.php
4 years ago
settings-logger.php
1 year ago
settings-optional.php
1 month ago
settings-sponsor.php
4 years ago
settings-stock-locations.php
1 year ago
settings-widgets.php
4 years ago
taxonomy-fields-edit.php
2 years ago
taxonomy-fields-new.php
5 years ago
settings-sponsor.php
23 lines
| 1 | <?php if ( ! defined('WPINC') ) die; ?> |
| 2 | |
| 3 | <!-- Donate --> |
| 4 | |
| 5 | <h3><?php _e( 'Donate', 'stock-locations-for-woocommerce' ); ?> ❤️</h3> |
| 6 | <p><?= __( 'Would like to sponsor the development of new features and keep me motivated?', 'stock-locations-for-woocommerce' ); ?><a class="button button-primary" style="margin-left:10px;" href="https://www.paypal.com/donate?hosted_button_id=XP8W2VK666WFW" target="_blank"><?= __( 'Donate', 'stock-locations-for-woocommerce' ); ?></a></p> |
| 7 | |
| 8 | <!-- Add-ons --> |
| 9 | |
| 10 | <h3><?php _e( 'Available add-ons', 'stock-locations-for-woocommerce' ); ?></h3> |
| 11 | <div class="wp-list-table widefat"> |
| 12 | <p><?php _e( 'Add-ons are sent by email to you after buying process completed. This is a manual procedure, so please be patient!', 'stock-locations-for-woocommerce' ); ?></p> |
| 13 | <div id="the-list"> |
| 14 | <!-- Import/Export --> |
| 15 | <?php include_once( SLW_PLUGIN_DIR_URL_ABSOLUTE_PATH.'/views/addons/import-export.php' ); ?> |
| 16 | </div> |
| 17 | </div> |
| 18 | |
| 19 | <!-- Support --> |
| 20 | |
| 21 | <div class="tablenav bottom"> |
| 22 | <p><?php _e( 'Having problems with add-ons or need updated versions?', 'stock-locations-for-woocommerce' ); ?> <a href="https://wordpress.org/support/plugin/stock-locations-for-woocommerce/" target="_blank"><?php _e( 'Create a Ticket', 'stock-locations-for-woocommerce' ); ?></a></p> |
| 23 | </div> |