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!