I have setup a TeaCommerce site but after adding variants I find if I add the same product with a different variant it increases the quantity of the products and only shows the second variant, is there any way to make this add a second version of the product?
I have used the HTML API AddOrUpdateOrderLine 2nd example as a starting point for this and added the variants as custom properties.
When you have the properties added to the order line - then go to the store settings of the Tea Commerce backend and set the unique order line properties text field to have the aliases of the properties that make it unique - like color.
Product property aliases is the info that Tea Commerce will auto copy from the Umbraco node to the Tea Commerce order line. So properly not needed for your custom properties
Making unique order lines with variants
I have setup a TeaCommerce site but after adding variants I find if I add the same product with a different variant it increases the quantity of the products and only shows the second variant, is there any way to make this add a second version of the product?
I have used the HTML API AddOrUpdateOrderLine 2nd example as a starting point for this and added the variants as custom properties.
Thanks, Jeff
Hi Jeff
When you have the properties added to the order line - then go to the store settings of the Tea Commerce backend and set the unique order line properties text field to have the aliases of the properties that make it unique - like color.
Kind regards
Anders
Hi Anders,
Thanks for your help that worked. If I add any custom properties should I also add them to the Product property aliases box?
Regards, Jeff
Product property aliases is the info that Tea Commerce will auto copy from the Umbraco node to the Tea Commerce order line. So properly not needed for your custom properties
is working on a reply...