Announcement

Collapse
No announcement yet.

Mini Basket and Product Names for Variants Bad Page Link

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Viscott
    replied
    That did the trick!

    I also made the image linkable!

    Code:
    <a class="x-mini-basket__item-name" href="&mvt:item:link;"><img src="&mvte:item:imagetypes:L1;" alt="&mvt:item:name;"></a>
    Thank you!

    Leave a comment:


  • Matt Zimmermann
    replied
    Hi Jon,

    Try changing the link to:
    Code:
    <a class="x-mini-basket__item-name" href="&mvt:item:link;">&mvt:item:name;</a>

    Leave a comment:


  • Viscott
    replied
    This is all stock Colossus.

    Leave a comment:


  • Matt Zimmermann
    replied
    Hi Jon,

    Is there any custom code on the Basket Page for this functionality?

    Leave a comment:


  • Mini Basket and Product Names for Variants Bad Page Link

    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:

    Code:
    <a class="x-mini-basket__item-name" href="&mvt:item:uri;">&mvt:item:name;</a>
    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!
Working...
X