generated from commonknowledge/groundwork-starter-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jan Baykara edited this page Mar 31, 2022
·
12 revisions
Welcome to the leftbookclub wiki!
- Stripe products that have metadata
pickable: 1
are displayed on the frontend - Name a price
basic
to have it displayed as the Product's basic price, otherwise the cheapest price will be used - When a customer selects their country, their Shipping Zone will be identified and they'll be sent to the relevant price, if one has been marked
- If no Shipping Zones are configured, all countries will default to "ROW" (Rest of World)
- Add Shipping Zones via the admin panel, at
/admin/snippets/app/shippingzone/
- Create zone-specific prices for Stripe products by adding metadata, such as
shipping: ROW
, replacingROW
with the code for the zone you require.
- Digital Ocean Space (S3-compatible) for user-uploaded CMS content
- Fly.io for hosting, CDN, database
- Mailjet for email delivery
- Github for code, deployments via actions