I have a simple product with options.
When I add to the cart and buy, I have a new SKU with the delimiter ‘-‘. I would like to change the delimiter, where can I do that?
Example simple product SKU: AAA
and has custom options Sku
Option 1
A1A1A1
A2A2A2
Option 2
B1B1B1
B2B2B2
On the Product page, SKU is showing AAA is fine.
Now if the customer Added to the cart and chooses the first option in both sections for this product its SKU Becomes AAA-A1A1A1-B1B1B1 in the cart and the Order
I want to change it’s separator from – to +
so the result SKU becomes AAA+A1A1A1+B1B1B1