Hello
am trying to find a module or make that can do
Internal reference as unique and required or (Mandatory Field)
When crating Product Variant Default Code it should inherit the product Default code with the variant value
Let say a Product: TABLE, Internal reference: T1234, A variant of color: red blue
When the variant crated what I want to get is
Product Variant Default Code: T123-red, Product Name: Table
Product Variant Default Code: T123-Blue, Product Name: Table
it is well unique well inherited Not sequential or empty or any other.
Thanks