I am having a hard time with this, hoping there is an easy answer
My products are all based on teired pricing, 1-25=$5.00, 26-50=$4.00, etc. How would I go about having the quantity entered on the product page and then passed along to the add to cart page with the correct price?
Essentially this is what I am trying to achieve (taken from the Shopify forums):
Create as many variants for your product as you have different unit prices. In your case, as described above, you will need 2 variants.
Collect quantity on the product page, and from that, determine the corresponding unit price, then update 2 fields in the Add to Cart form: variant id, and quantity. (YES, you can add x items at once on the product page).
How might I achieve this with Jquery? I'm struggling with the Jquery code needed to collect the quantity and price and pass it to the cart.
Thanks!