Hello, do you know a way to control the quantity of sold items with paypal "buy it now" button? I'd like my button to lead to payment page until 5 items are sold and then deactivates it. Is there a way to do that? Thank you for help! Emily
You could switch to the paypal IPN method. If you have your item in a simple database, Paypal will call back your IPN page which you would have update your database. On the site itself you would show the buy now button up until the quantity in the database was down to 0.
Hi, thanks for your answer. This is a simple solution suitable for majority of websites, but it won't work if second user would click "Buy now" button, before the first one finishes the checkout. Cheers, Emily