Closed tibbon closed 11 years ago
Thanks for the suggestion. It would likely be a separate tutorial and I'll consider it in planning for the next round of new tutorials.
If it is truly a one-off purchase (not a shopping cart implementation), take a look at the Checkout.js from Stripe. https://stripe.com/docs/checkout https://stripe.com/docs/checkout/guides/rails
I'm building a site, but my usage case instead of recurring subscriptions is based around the need to be able to buy something on a 1-off basis (like you'd do on Amazon, etc)
This seems like a pretty common use case for sites. Any chance that such functionality could be added as an option with the built-in code? Clearly, it can be modified for that, but it takes a bit of work.