Originally posted by woodmuse
<br />I may be wrong on this, and I hope someone corrects me, but I seem to remember when I checked into this, that you will have to remove the sold item manually. Which 'may' present a problem if someone buys the item, and before you remove it, someone else buys the same item, and they both have sent you paypal'ed money (for the same item - and someone may not be happy about it ;(
The way I believe you can remove it automagically is to use a backend database and some coding.
Originally posted by alamocdc
You would have to tie it to an underlying (i.e. back end) database. When the customer leaves the PayPal payment screen, they can be redirected to a page on your server, and the PayPal payment screen will hand off the product number(s) ordered and some other info to you during the redirect. You can then take the item out of your inventory pretty easily if you're using a back-end database.