Support Example Co.
Three Buy Now buttons demoing the new subscription and custom-amount features. Each posts straight to Stripe Checkout — no cart, no JavaScript. See the Buy Now docs.
Monthly Supporter
A fixed $10 charged every month. Recurring products are digital (no shipping) and are buy-now only — the cart rejects them. Every receipt email includes a Manage subscription link.
One-time Donation
Pick a preset amount. The radio buttons all submit the single
amount field — pure HTML, no JavaScript. The server
bounds-checks it against the catalog ($1–$1,000).
Give Monthly
The two flags compose: data-interval="month" +
data-custom-amount="true" charges the buyer's chosen
amount every month. Enter any amount from $1 to $1,000.
These are demo product definitions embedded in the page markup —
connecting Stripe and going live happens in the dashboard. Source:
_pages/support.html and _includes/buy-now.html.