Monthly Subscription for Course

Re: Monthly Subscription for Course

by Alex Morris -
Number of replies: 0
Picture of Plugin developers
Hi Jason,

You'll need to have custom development work done to have a signup page like you describe, the payment gateway plugins (Stripe included) require the user to create an account first, navigate to the course page (You could link this on your Moodle home page so they can find it?), then signup to the subscription.

For setting up multiple levels of subscription with the stripe plugin, you'll need to:
- Create a second payment account (it can use the existing Stripe API keys) and set your second tier subscription options
- Add a second enrolment on payment method to the course using the second payment account
The user will be presented with the two options on the course enrolment page now, with stock Moodle the UI for this isn't very nice so again you would need some custom development here to make this look good.

Thanks,
Alex
Average of ratings: Useful (1)