Changeset 3329690
- Timestamp:
- 07/17/2025 12:33:17 PM (8 months ago)
- Location:
- w2s-sync
- Files:
-
- 45 added
- 2 edited
-
tags/1.1 (added)
-
tags/1.1/admin (added)
-
tags/1.1/admin/views (added)
-
tags/1.1/admin/views/class-w2ssyn-admin-page.php (added)
-
tags/1.1/assets (added)
-
tags/1.1/assets/css (added)
-
tags/1.1/assets/css/style.css (added)
-
tags/1.1/assets/image (added)
-
tags/1.1/assets/image/Customer.png (added)
-
tags/1.1/assets/image/Order.png (added)
-
tags/1.1/assets/image/Power-03.png (added)
-
tags/1.1/assets/image/Power-04.png (added)
-
tags/1.1/assets/image/Product.png (added)
-
tags/1.1/assets/js (added)
-
tags/1.1/assets/js/script.js (added)
-
tags/1.1/includes (added)
-
tags/1.1/includes/class-w2ssyn-hooks.php (added)
-
tags/1.1/includes/class-w2ssyn-swi-connector.php (added)
-
tags/1.1/includes/installation (added)
-
tags/1.1/includes/installation/class-w2ssyn-install.php (added)
-
tags/1.1/includes/installation/class-w2ssyn-uninstall.php (added)
-
tags/1.1/includes/modules (added)
-
tags/1.1/includes/modules/class-w2ssyn-auditlogs.php (added)
-
tags/1.1/includes/modules/class-w2ssyn-swi-config.php (added)
-
tags/1.1/includes/modules/class-w2ssyn-swi-customer-sync.php (added)
-
tags/1.1/includes/modules/class-w2ssyn-swi-mapping.php (added)
-
tags/1.1/includes/modules/class-w2ssyn-swi-order-sync.php (added)
-
tags/1.1/includes/modules/class-w2ssyn-swi-product-sync.php (added)
-
tags/1.1/includes/modules/class-w2ssyn-swi-shopify-authentication.php (added)
-
tags/1.1/includes/modules/class-w2ssyn-swi-sync-helper.php (added)
-
tags/1.1/includes/modules/class-w2ssyn-swi-woocommerce-authentication.php (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/screenshot-1.png (added)
-
tags/1.1/screenshot-2.png (added)
-
tags/1.1/screenshot-3.png (added)
-
tags/1.1/screenshot-4.png (added)
-
tags/1.1/screenshot-5.png (added)
-
tags/1.1/screenshot-6.png (added)
-
tags/1.1/w2s-sync.php (added)
-
trunk/includes/modules/class-w2ssyn-swi-config.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/screenshot-1.png (added)
-
trunk/screenshot-2.png (added)
-
trunk/screenshot-3.png (added)
-
trunk/screenshot-4.png (added)
-
trunk/screenshot-5.png (added)
-
trunk/screenshot-6.png (added)
Legend:
- Unmodified
- Added
- Removed
-
w2s-sync/trunk/includes/modules/class-w2ssyn-swi-config.php
r3326131 r3329690 75 75 76 76 if (false === $w2ssyn_shopify_keys) { 77 $w2ssyn_shopify_keys = $wpdb->get_row($wpdb->prepare("SELECT * FROM {$wpdb->prefix} shopify_keys WHERE 1=1"));77 $w2ssyn_shopify_keys = $wpdb->get_row($wpdb->prepare("SELECT * FROM {$wpdb->prefix}w2ssyn_shopify_keys WHERE 1=1")); 78 78 wp_cache_set($w2ssyn_shopify_cache_key, $w2ssyn_shopify_keys, '', 3600); // cache for 1 hour 79 79 } -
w2s-sync/trunk/readme.txt
r3326131 r3329690 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Version: 1. 06 Version: 1.1 7 7 Requires PHP: 7.2 8 Stable tag: 1. 08 Stable tag: 1.1 9 9 Author: smackcoders 10 10 Author URI: https://www.smackcoders.com … … 18 18 19 19 Unlock bi-directional e-commerce power — migrate and sync products, orders, and customers between **WooCommerce** and **Shopify** in real-time or on your schedule. The **WooCommerce to Shopify Integration Plugin** offers a seamless solution to connect and synchronize your WooCommerce and Shopify stores. Designed for store owners and developers alike, it simplifies eCommerce operations through real-time or scheduled synchronization of products, orders, and customers. 20 21 [https://www.youtube.com/watch?v=1-tuqBcU0RM&t=52s] 20 22 21 23 **Key Benefits:** … … 93 95 The plugin does **not send any data to third-party services** other than the connected WooCommerce and Shopify stores. 94 96 97 == Screenshots == 98 1. Authentication 99 2. Configuration dhasboard 100 3. W2S Sync type 101 4. Sync products 102 5. Mapping 103 6. Log 104 95 105 == Changelog == 106 = 1.1 = 107 * Bug fix 96 108 97 109 = 1.0.0 = … … 100 112 == Upgrade Notice == 101 113 102 = 1. 0.0=103 Initial release. Upgrade only if you want to enable WooCommerce and Shopify integration.114 = 1.1 = 115 Upgrade now to get latest update. 104 116 apps-fileview.texmex_20250501.00_p3 105 117 Readme-woo2shopify.txt
Note: See TracChangeset
for help on using the changeset viewer.