Forums Feature Requests Thread

[New] mobieusLearn: Course sales support one-time price only — no subscriptions, payment plans, coupons, or bundles

Patrick Bass · Jun 6 · 14 · 3
[High Priority] [New Feature] [Deployed to Production]
Use j / k to step through posts Jump to latest ↓
🚀 OP Jun 6, 2026 6:45pm

Area: mobieusLearn (audit p8) · Surface: AdminCourseSalesController; tenant_course_offers · Dimension: competitor-gap · Severity: major

Teachable, Thinkific and Kajabi all sell courses via one-time, subscription/membership, payment plans (3x installments), coupons, and multi-course bundles — payment plans and coupons in particular materially raise conversion and AOV. mobieusLearn course offers are a single flat price with no discount code, no installment, no recurring access, and no bundle of multiple courses. Why it matters: creators comparing Mobieus to Teachable will see missing monetization primitives that directly affect their revenue; coupons alone are table-stakes for launch promotions.

Evidence

database/migrations/2026-05-23-course-sales.sql tenant_course_offers has only `price_cents INT UNSIGNED NOT NULL` + `currency`; tenant_course_purchases has `amount_cents`+`currency`. grep for `subscription|recurring|payment_plan|installment|bundle|coupon|discount|trial` in AdminCourseSalesController.php and the course-sales migrations returns ZERO. The only 'bundle' in the codebase is community collections (database/migrations/2026-04-23-collections.sql:3), unrelated to courses.

Suggested fix. Extend tenant_course_offers with a price model (one_time|subscription|payment_plan), coupon support (code, percent/fixed, expiry, usage cap), and a course-bundle offer type. Coordinate with mobieusGate/Stripe so recurring + installment billing reuses existing subscription plumbing.

Filed by the automated tenant-app audit and adversarially evidence-verified. Status: verified. Open — not yet actioned.


Patrick Bass
@mobieus

🚀 Jun 14, 2026 1:43am

Update. Two of the requested course-sales features are now live: discount coupons at checkout, and multi-course bundles (sell several courses together as a single purchase, and buyers are enrolled in every course in the bundle). Subscriptions and payment plans are next; this thread stays open until those ship.


Patrick Bass
@mobieus

🚀 Jun 15, 2026 9:52am

Update: coupons and course bundles are now live. You can create fixed-amount or percentage discount codes, and sell several courses together as a single bundle. Subscriptions and payment plans are still in progress, so we're keeping this open while that work continues.


Patrick Bass
@mobieus

🚀 Jun 16, 2026 10:47pm

This is live. You can now sell a course as a recurring subscription, billed monthly or yearly, alongside one-time purchases. Members see a Subscribe button on the course page, can start with a free trial if you offer one, and manage or cancel their own billing at any time. Open a course offer under Admin, Courses and use the Billing control to set it up. Available on the Creator plan and up. See the Course Sales guide for the full walkthrough.


Patrick Bass
@mobieus

Log in or register to reply to this thread.