Changeset 1943520
- Timestamp:
- 09/19/2018 08:00:13 AM (8 years ago)
- Location:
- woo-oscommerce-sync/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
woocommerce-osc-sync.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-oscommerce-sync/trunk/readme.txt
r1920378 r1943520 5 5 Requires at least: 3.5.1 6 6 Tested up to: 4.9.4–es_ES 7 Stable tag: 2.0. 87 Stable tag: 2.0.10 8 8 License: AGPLv3.0 or later 9 9 License URI: http://opensource.org/licenses/AGPL-3.0 -
woo-oscommerce-sync/trunk/woocommerce-osc-sync.php
r1920378 r1943520 7 7 Description: Import products, categories, customers and orders from osCommerce to Woocommerce 8 8 Author: Alejandro Aranda 9 Version: 2.0. 99 Version: 2.0.10 10 10 Author URI: http://www.aaranda.es 11 11 Original Author: David Barnes … … 338 338 LEFT JOIN products_description pd ON p.products_id=pd.products_id 339 339 LEFT JOIN products_to_categories p2c ON p.products_id=p2c.products_id 340 " . $lang . "340 " . $lang . " 341 341 GROUP BY p.products_id 342 342 ORDER BY p.products_id … … 348 348 } 349 349 // Import the products 350 350 otw_log("importProduct", "Query: " . $sql); 351 351 352 352 if ($products = $oscdb->get_results($sql, ARRAY_A)) {
Note: See TracChangeset
for help on using the changeset viewer.