- This topic has 1 reply, 2 voices, and was last updated 13 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Adding Quantity Before Adding to Cart
Tagged: cart, coding, quantity, variations
I’m looking for a code to allow the user to add the quantity they want to purchase before clicking the “Add to Cart” button, thus putting the correct quantity and the correct sub-total in the cart once the button is pushed. Can someone help me with this?
Also, I’m offering various prices for different quantities…
Example: 1-5 — $10, 6-10 — $8, 11-20 — $6 each
I want it to work so that people can’t get the lower price if they’re ordering less than the price for the larger order. Example: They choose the 11-20 price, but only order 2, thus paying $12 instead of $20.
I’m sure someone out there who’s a much better coder can help me with this. I sure hope that person is reading this! :o)
Thanks in advance!
Simply check the “Display Quantity Field” checkbox for this product to allow your customers to specify a quantity before they hit the add to cart button
The eStore plugin do not have quantity based price range option. The closest you can achieve is by using the variation control feature. So your variations will be the following:
1-5 (base price $50 – selected by default)
6-10 ($80 – I am just making these number up)
11-20 ($150 – I am just making these number up)