Changeset 2985886
- Timestamp:
- 10/30/2023 07:57:13 AM (2 years ago)
- Location:
- product-lister-etsy/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (1 diff)
-
admin/class-woocommmerce-etsy-integration-admin.php (modified) (1 diff)
-
admin/css/woocommmerce-etsy-integration-admin.css (modified) (1 diff)
-
product-lister-etsy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
product-lister-etsy/trunk/README.txt
r2985807 r2985886 131 131 == Changelog == 132 132 133 = 2.3.1 = 134 * Add - Design Update. 135 133 136 = 2.3.0 = 134 137 * Add - Add admin menu of etsy and their settings at the top of the admin bar -
product-lister-etsy/trunk/admin/class-woocommmerce-etsy-integration-admin.php
r2985807 r2985886 50 50 add_action( 'ced_etsy_async_update_inventory_action', array( $this, 'ced_etsy_async_update_stock_callback' ) ); 51 51 add_action( 'wp_ajax_ced_etsy_load_more_logs', array( $this, 'ced_etsy_load_more_logs' ) ); 52 } 52 add_action( 'admin_footer' , array( $this , 'ced_etsy_trademark_notice' ) ); 53 54 } 55 56 public function ced_etsy_trademark_notice() { 57 if ( isset( $_GET['page'] ) && ( 'ced_etsy_lister' == $_GET['page'] || 'cedcommerce-integrations' == $_GET['page'] ) ) { 58 echo "<div class='ced_etsy_trademark_notice'><p><i><strong>NOTE:</strong> #The term 'Etsy' is a trademark of Etsy, Inc. This application uses the Etsy API but is not endorsed or certified by Etsy, Inc.#</i></p></div>"; 59 } 60 } 61 53 62 public function ced_etsy_load_more_logs() { 54 63 $check_ajax = check_ajax_referer( 'ced-etsy-ajax-seurity-string', 'ajax_nonce' ); -
product-lister-etsy/trunk/admin/css/woocommmerce-etsy-integration-admin.css
r2985807 r2985886 1902 1902 font-size: 14px; 1903 1903 } 1904 1905 .ced_etsy_trademark_notice { 1906 display: flex !important; 1907 justify-content: center !important; 1908 margin-left: 200px !important; 1909 } -
product-lister-etsy/trunk/product-lister-etsy.php
r2985807 r2985886 5 5 * Plugin URI: https://cedcommerce.com 6 6 * Description: Product Lister for Etsy allows merchants to list their products on Etsy marketplace. 7 * Version: 2.3. 07 * Version: 2.3.1 8 8 * Author: CedCommerce 9 9 * Author URI: https://cedcommerce.com
Note: See TracChangeset
for help on using the changeset viewer.