Announcement

Collapse
No announcement yet.

Mini Basket and Product Names for Variants Bad Page Link

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

    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!
    Jon

    Viscott Limited
    www.viscott.com

    #2
    Hi Jon,

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

    Miva Web Developer
    Alchemy Web Development
    https://www.alchemywebdev.com
    Site Development - Maintenance - Consultation

    Miva Certified Developer
    Miva Professional Developer

    https://www.dev4web.net | Twitter

    Comment


      #3
      This is all stock Colossus.
      Jon

      Viscott Limited
      www.viscott.com

      Comment


        #4
        Hi Jon,

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

        Miva Web Developer
        Alchemy Web Development
        https://www.alchemywebdev.com
        Site Development - Maintenance - Consultation

        Miva Certified Developer
        Miva Professional Developer

        https://www.dev4web.net | Twitter

        Comment


          #5
          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!
          Jon

          Viscott Limited
          www.viscott.com

          Comment

          Working...
          X