Announcement

Collapse
No announcement yet.

Product with Attributes Display Oddly in Basket and Checkout Basket

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

    Product with Attributes Display Oddly in Basket and Checkout Basket

    The Basket is showing the $0 price for the product and then under this is shows the attribute price selected in small font.
    And if you have another non-attribute item in the basket with an attribute item, the attribute price selected shows in small font under both the attribute product $0 price (as mentioned above) and the non-attribute product price.
    And in the checkout pages basket, the attribute product price only displays $0.
    How can we fix this?

    #2
    Try changing
    Code:
    &mvt:group:formatted_subtotal;
    to
    Code:
    &mvt:group:formatted_subtotal_comprehensive;
    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
      on the BASK page? I did so and it did not help.

      Comment


        #4
        well it did replace the $0 with the attribute price selected. So I guess it did work. but we are still having those small font $ showing.

        Comment


          #5
          You can remove the loops for the attribute prices and subtotals if you do not want them to display.
          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


            #6
            what code would we remove if we just wanted the loops for the subtotals gone?

            Comment


              #7
              I believe this is what you should be looking for:
              Code:
              <mvt:foreach iterator="option" array="group:options">
                  <mvt:if expr="l.settings:option:base_price">
                      <p><small>&mvt:option:formatted_base_price;</small></p>
                  </mvt:if>
              </mvt:foreach>
              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


                #8
                That removed the price for the attribute. We want the small font subtotal amounts under each product price gone.

                Comment


                  #9
                  There could be a similar loop within that section as well. I am not seeing one in the demo store, so I may have been updated more recently.
                  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


                    #10
                    found it...thanks for your help!

                    Comment

                    Working...
                    X