Plugin Directory

Changeset 1943520


Ignore:
Timestamp:
09/19/2018 08:00:13 AM (8 years ago)
Author:
alexwing
Message:

Include sql for import products in log file, for debug users problems

Location:
woo-oscommerce-sync/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woo-oscommerce-sync/trunk/readme.txt

    r1920378 r1943520  
    55Requires at least: 3.5.1
    66Tested up to: 4.9.4–es_ES
    7 Stable tag: 2.0.8
     7Stable tag: 2.0.10
    88License: AGPLv3.0 or later
    99License URI: http://opensource.org/licenses/AGPL-3.0
  • woo-oscommerce-sync/trunk/woocommerce-osc-sync.php

    r1920378 r1943520  
    77  Description: Import products, categories, customers and orders from osCommerce to Woocommerce
    88  Author: Alejandro Aranda
    9   Version: 2.0.9
     9  Version: 2.0.10
    1010  Author URI: http://www.aaranda.es
    1111  Original Author: David Barnes
     
    338338                     LEFT JOIN products_description pd ON p.products_id=pd.products_id
    339339                     LEFT JOIN products_to_categories p2c ON p.products_id=p2c.products_id
    340                             " . $lang . "
     340                     " . $lang . "
    341341                    GROUP BY p.products_id   
    342342                    ORDER BY p.products_id
     
    348348                    }
    349349                    // Import the products
    350 
     350                    otw_log("importProduct", "Query: " . $sql);
    351351
    352352                    if ($products = $oscdb->get_results($sql, ARRAY_A)) {
Note: See TracChangeset for help on using the changeset viewer.