Hi there,
I am a bit new to the Dynamicweb eCommerce so forgive me if the question is a bit basic.
Anyway - I have a customer who wants to show the products along with the selected variants in the cart.
I have added Variants in the Management center. I have added the variants to the products. But when i add a product in a selected variant (fx. the colour green) to the cart i cannot see the the selected variant in the Cart.
I am using the provided template with the code below:
<td nowrap>
<a href="<!--@Ecom:Order:OrderLine.ProductLink-->">
<!--@Ecom:Order:OrderLine.ProductName.Short-->
<!--@If Defined(Ecom:Order:OrderLine.ProductVariantText)-->
(<!--@Ecom:Order:OrderLine.ProductVariantText-->)
<!--@EndIf(Ecom:Order:OrderLine.ProductVariantText)-->
</a>
</td>
But it does not show the ProductVariantText.
Can anybody point me in the right direction?
Kind regards
Sonni T.