Announcement

Collapse
No announcement yet.

Update price on product page if quantity is changed

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

    Update price on product page if quantity is changed

    I would like to have the price on the prod page auto update if a user changes the quantity. Does anyone have this set up?

    Thanks

    #2
    I assume you mean based on Volume Pricing discounts? This is built in.
    Thanks,

    Rick Wilson
    CEO
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      I dont want to discount the products, I just want the price to update when quantity is changed on the prod page.

      Comment


        #4
        The price of the product itself? I'm confused? Or do you mean the Price in the Basket, which it should be doing already.
        Thanks,

        Rick Wilson
        CEO
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment


          #5
          The price that displays on the product page.

          Code:
          <span id="price-value">&mvt:product:formatted_base_price;</span>

          Comment


            #6
            Why would that price change (as it's the price of the product) if someone added it to their cart unless you're using Volume Pricing?
            Thanks,

            Rick Wilson
            CEO
            Miva, Inc.
            [email protected]
            https://www.miva.com

            Comment


              #7
              I want it to update before the user adds the product to their cart. So they update the quantity, and can see the price on the product page, before adding to cart.

              Comment


                #8
                Ahhhh, you want some sort of price calculator.
                Leslie Kirk
                Miva Certified Developer
                Miva Merchant Specialist since 1997
                Previously of Webs Your Way
                (aka Leslie Nord leslienord)

                Email me: [email protected]
                www.lesliekirk.com

                Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

                Comment


                  #9
                  You can visually do this with JavaScript. Its a 1 to 2 hour customization to add. You would need to read the quantity, read the price and as quantity changes, update the price.
                  Brennan Heyde
                  VP Product
                  Miva, Inc.
                  [email protected]
                  https://www.miva.com

                  Comment

                  Working...
                  X