Hi, I hope you can help,
I have a "add to cart" paypal button and would like to "lock" the amount to 1.
This is the code within a paypal button for the amount
<input type="hidden" name="quantity" value="1">
Do you know what I need to do to NOT allow that amount to change?
I know I can use the buy it now but that doesn't work on the webpage I'm using (long story)
Thanks