Invalid or duplicated SKU.
-
Unfortunately, I’m working with a shop that has disabled unique SKUs using:
add_filter('wc_product_has_unique_sku', '__return_false');
When I export from the old site and import to the new, all of the products that share a SKU receive the “Invalid or duplicated SKU” error and are skipped.
Is there a way to allow duplicate SKUs during the import?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Invalid or duplicated SKU.’ is closed to new replies.