We use product variants for all of out products with attributes.
When you are in the shopping cart the product name will take you back to the parent product.
When you click on the product name link in the Mini Basket it will take you to a product not found screen. Which by function is correct because variants are not active products.
This is the code that is currently used:
What would I change this to to work like the basket link? I tried using the same link on BASK but it does not work. Is there a item link that would work in the mini basket?
Thanks!
When you are in the shopping cart the product name will take you back to the parent product.
When you click on the product name link in the Mini Basket it will take you to a product not found screen. Which by function is correct because variants are not active products.
This is the code that is currently used:
Code:
<a class="x-mini-basket__item-name" href="&mvt:item:uri;">&mvt:item:name;</a>
Thanks!
Comment