wc_product_has_unique_sku Doesn’t Work On CSV Product Import
-
Hello,
I added this code to functions.php
add_filter( 'wc_product_has_unique_sku', '__return_false', PHP_INT_MAX );
It works for manuel adding products. But when we use Product Import by CSV, it doesn’t work.
Yes I read all old topics and no solution.I tried with “Update existing products” option selected or not selected. Doesn’t work both of them.
If I select, it fails for dupliace SKU’s. If I dont select, it skips same SKU’s
So, no way to import products with same SKUAny other solution ?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wc_product_has_unique_sku Doesn’t Work On CSV Product Import’ is closed to new replies.