Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Claudio Sanches

    (@claudiosanches)

    SKU is a unique unit identifier… So never should be used in more than one product. If you are using in more than one product, this means that you are doing all wrong…

    But you can use the follow code in your theme’s functions.php or writing a custom plugin to achieve it:

    add_filter( 'wc_product_has_unique_sku', '__return_false' );
    
    Thread Starter john

    (@pawansaini312)

    Thank to you
    i understand now

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to write same sku for product’ is closed to new replies.