Hey guys, Strange I never saw your software before. Checked out the demo and it really looks fairly simple, but of course, we've yet to see how it works but I'm really, really tempted to try this, just for the heck of it. I don't have it in mind for a store setting though, just a sort of "pay me" page, after I issue an invoice -- is there a way to do this? Say for a freelance/contractor, just selling packages of creative work, and submitting an invoice on html page, whereby if they click it they get this payment page?
Hey there,
Absolutely, if you're coding just a very basic HTML page, you can use the HTML Individual Item Installation Scripts option in the Dashboard.
You can see we have a guide on how to do that here:https://cryptocurrencycheckout.com/guides/individual_itemBasically it will generate you a button that you can paste onto any pretty much any HTML page.
The generated script/code looks something like this:

As you can see the values passed in for the Price, and Item and or Order ID are down in the Order Details Section. (Line 18 to Line 20.)
(Order ID being an identifier that lets you know what item or order was paid for.)
You can either have these as fixed value. (Say 29.99)
Or you can pass a variable like $OrderPrice into those "value" fields if your invoice has the back-end to adjust variables based on which customer is looking at it.
You can change the way the button looks by editing the the class (With CSS, or bootstrap) or adding styles with HTML into the Submit field at the bottom. (Line 26.)
Let me know if you had any other questions.
Thanks