OPEN-DSI / ecommerceng_woosync

WooSync, synchronize Woocommerce and Dolibarr
GNU General Public License v3.0
71 stars 46 forks source link

Products (Description, Pictures) are only synchronized/updated when "limit to remote IDs" field is filled in #97

Open chbacher opened 1 year ago

chbacher commented 1 year ago

Hi,

I only can successfully synchronize products from Ecommerce to Dolibarr when I enter the Woocommerce Product ID (e.g. 142) in the field "Limit product synchronization to the following remote IDs (product_id, product_id|variation_id, ...)".

Example for reproduction: I add a picture or change the description in Woocommerce product. Then I click Direction : Ecommerce -> Dolibarr Synchronize New Product. The result is 0 products have been successfully synchronized(0 have been updated).

As soon as the Product ID of the changed product (in this case 142) is entered into the field "Limit product synchronization to the following remote IDs (product_id, product_id|variation_id, ...)" and then the synchronization is started as before: The result is 1 products have been successfully synchronized(1 have been updated).

Can this be changed in any way? Currently the way of synchronization is a very laborious way of synchronizing products?

Thanks.