HI Basara
I wan to custome SKU logic for all the ways to create or add product to store. Which means if a single product is created in a product page or multiple products are created using import process , SKU generation logic need to be same (Store name + Product id).
For Example, if there are 3 stores: Store 1, Store 2, Store3.
Let's say user of Store 1 created a single product1 in product page with store selected as Store1 and generated product id for product1 is 011, then SKU = Store1-011.
Similarly if user of Store 2 creates 100 products using import process and Product ids generated are from 201 to 300, then SKU for products should be like Store 2-201, Store 2-202, e.t.c,
Where and how can i do such cuztomization?