PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

SKU

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

As you know when a product is duplicated the SKU created for the copy or copies adds to the end of each SKU, a numeral -X variable to each copy product variation. Is it possible to have a custom tweak for the numerical value added to the beginning of the SKU? For example the original SKUs:
cc-472-4112-98884739-19766
cc-472-4112-98884739-19767
cc-472-4112-98884739-19768
changed to:
1-cc-472-4112-98884739-19766
1-cc-472-4112-98884739-19767
1-cc-472-4112-98884739-19768

Hello

this is woocommerce standard functionality.

to manage duplicate data you can use this hook - woocommerce_product_duplicate_before_save - https://hooks.wbcomdesigns.com/reference/hooks/woocommerce_product_duplicate_before_save/