Make product SKU the same as Product ID when creating new product or dublicating products.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 1 año
I am using NC 3.90.

I want the product SKU to be the same as Product ID, so is it possible to do it without changing the source code?

I want to apply these changes only for new products I am going to create.

Thanks for your help in advance.
Hace 1 año
It requires source code change.

Or, you can do with SQL - e.g.
UPDATE Product Set SKU = Id where nullif(Sku,'') is null
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.