Is there a very simple PHP script to accept payments on a web site?
The scenario would be that there is a web site that says two items are available.
Item A: 0.001 BTC
Item B: 0.002 BTC
User gets to select the item and the quantity, gets a total and maybe a qrcode where to send the coins to.
Since user is logged in with email address, the trade is logged in the database with his email and that's about it.
If it doesn't exist, I am looking for somebody to do this and I am willing to pay a bit of money for it.
I don't have a problem making it open source.
Could be a bit more complex with the site displaying payment status to that address, or other quirks, but that can be added on top later.
Perfect would also be if the data is not stored locally (ie. MySQL), but instead on a Google Spreadsheet or other Google doc. When the web site goes down, the data would still be there
The script would also check status of the payment and then make a record once paid and confirmed.