Announcement

Collapse
No announcement yet.

Can Not Remove Upsold Item From Basket

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

    Can Not Remove Upsold Item From Basket

    A customer just pointed out that, if you change your mind on buying the upsale product, you can not remove it from your basket. My guess is that it is designed so that you can not increase the quantity of the upsold items but how do you cancel it if you change your mind?

    #2
    Wow, good catch. Without removing the associated product, there is no way to remove the upsold product. Add this to your basket page, and the functionality will be there.
    Code:
    <mvt:if expr="l.settings:group:upsold">
        <a href="&mvte:urls:BASK:auto_sep;Action=RGRP&amp;Basket_Group=&mvta:group:group_id;">Remove</a>
    </mvt:if>
    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
      Perfect! Thank you very much. Added right below:

      <mvt:if expr="l.settings:group:upsold">
      <p class="align-center">&mvt:group:quantity;</p>

      and it works very nicely.

      Comment

      Working...
      X