Duplicate SKUs with several different import templates
-
I have two import templates.
One is for updating products that have changed in half an hour. It only for changed, disappeared or appeared products.The second template is to update all products every week.
It contains all the products, including those that have not changed.The total number of goods is 50,000.
Uniqueness in all templates is set by SKU.
Both templates are the same, except the settings.Weekly:
Skip Woocommerce products if their data in this import file has not changed
Remove or modify Woocommerce products that are not present in this import fileHalf hour:
Skip Woocommerce products if their data in this import file has not changed – is OFF
Remove or modify WooCommerce products that are not present in this import file – is OFFBut when I created a half an hour template, Woocommerce update starts creating new products instead of updating existing products. Woocommerce creates a product with the same SKUs.
How I can avoid this?
Or how can I force Woocommerce to update the product if it already exists, instead of creating a duplicate?
- The topic ‘Duplicate SKUs with several different import templates’ is closed to new replies.