How Can I Use a Duplicate SKU in WooCommerce?

You can use the same SKU for multiple products by disabling unique SKU checkTo do so, you need to paste the following code in your functions.php file located in your theme folder.

add_filter( 'wc_product_has_unique_sku', '__return_false', PHP_INT_MAX );

Leave a Reply

Your email address will not be published. Required fields are marked *

Update on March 17, 2020