oakbrad / ghost-basilica-theme

Basilica is a modified version of Casper for Dungeon Church
https:/www.dungeon.church
MIT License
1 stars 0 forks source link

Pay what you want subscriptions #1

Open oakbrad opened 2 weeks ago

oakbrad commented 2 weeks ago

I'd like to enable a "Tithe" subscription level as pay-what-you-want.

Prior art

oakbrad commented 2 weeks ago

Ok this is live here: https://www.dungeon.church/support/

I copied and modified the Citation Needed theme example and simplified it - https://www.citationneeded.news/signup/

Something is wrong with the CSS styling tho - it's not being applied from the theme? I followed the instructions for setting up yarn/gulp but I must be doing something wrong.

When submitting each tier it should:

  1. Congregate - let ghost handle normal member creation for free tier
  2. Tithe - Send email and the price to a webhook, process the Stripe stuff, return success or error to Ghost so member can be created as paid?
  3. Donate - Link to this Stripe URL https://donate.stripe.com/aEUfZn06L6UEesM7ss

@woink if you can help me get this template finalized I think I can probably figure out the Stripe side of things myself. I've got a webhook set up to receive a POST at https://magic.dungeon.church/tithe for it