Commit 8f12e25
Improve post-purchase flow (#277)
* Add NativePHP Masterclass landing page with Stripe checkout
- Create /course landing page with hero, curriculum, audience, pricing, and email signup sections
- Wire up Stripe checkout for one-time $99 early bird payment using Cart/Product infrastructure
- Add migration to seed Masterclass product and price in the database
- Integrate Mailcoach for email waitlist signup via direct form POST
- Fix null stripe_price crash in CustomerLicenseController dashboard
- Add feature tests for course page
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add Learn link to main nav, mobile menu, and footer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Update masterclass price to $101
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Auto-submit checkout after login/registration flow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add availability timeline section for Summer/Fall 2026 launch
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add New pill to Learn links and fix mobile menu on large screens
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Add post-purchase flow with sync license creation (#276)
* Add post-purchase flow with sync license creation and success banner
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Redirect course checkout to cart success page for webhook-based purchase confirmation
Instead of synchronously creating licenses on the /course page after Stripe checkout,
redirect to the existing cart/success page that polls for webhook confirmation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4a2d34f commit 8f12e25
2 files changed
Lines changed: 59 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
51 | 109 | | |
0 commit comments