We are looking to automate our software licensing system, and in order to do this we have to have a unique SKU number for each product. On our website we have "Product A" that has a 6 variants (in this case, brands) to choose from before adding that product to the cart. Is there a way (other than creating a separate entry for each branded product) to get the variant added onto the end of the SKU number upon choosing that brand?
Example:
"Product A" base SKU = 123456
"Product A" + Variant AAA selected = 123456AAA
"Product A" + Variant BBB selected = 123456BBB
|
|