Skip to content
Jan Baykara edited this page Mar 31, 2022 · 12 revisions

Welcome to the leftbookclub wiki!

Editing subscription products and shipping rates

  • 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, replacing ROW with the code for the zone you require.

Service stack

  • 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
Clone this wiki locally