berrypod/lib/simpleshop_theme_web/components/page_templates
jamey ff1bc483b9 feat: add Stripe checkout, order persistence, and webhook handling
Stripe-hosted Checkout integration with full order lifecycle:
- stripity_stripe ~> 3.2 with sandbox/prod config via env vars
- Order and OrderItem schemas with price snapshots at purchase time
- CheckoutController creates pending order then redirects to Stripe
- StripeWebhookController verifies signatures and confirms payment
- Success page with real-time PubSub updates from webhook
- Shop flash messages for checkout error feedback
- Cart cleared after successful payment

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 08:30:17 +00:00
..
about.html.heex fix: update demo content, fix broken links, and add cart item product links 2026-02-06 23:33:22 +00:00
cart.html.heex fix: update demo content, fix broken links, and add cart item product links 2026-02-06 23:33:22 +00:00
checkout_success.html.heex feat: add Stripe checkout, order persistence, and webhook handling 2026-02-07 08:30:17 +00:00
collection.html.heex fix: update demo content, fix broken links, and add cart item product links 2026-02-06 23:33:22 +00:00
contact.html.heex fix: update demo content, fix broken links, and add cart item product links 2026-02-06 23:33:22 +00:00
error.html.heex fix: update demo content, fix broken links, and add cart item product links 2026-02-06 23:33:22 +00:00
home.html.heex fix: update demo content, fix broken links, and add cart item product links 2026-02-06 23:33:22 +00:00
pdp.html.heex fix: update demo content, fix broken links, and add cart item product links 2026-02-06 23:33:22 +00:00