# Selling Courses via Monthly Subscriptions?

**URL:** https://discuss.openedx.org/t/selling-courses-via-monthly-subscriptions/2123
**Category:** Development
**Created:** [May 12, 2020, 6:53pm UTC](https://discuss.openedx.org/t/selling-courses-via-monthly-subscriptions/2123 "2020-05-12T18:53:38Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![ricsmo](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.openedx.org/ricsmo/32/951_2.png) [@ricsmo](https://discuss.openedx.org/u/ricsmo)
#### Post date: [May 12, 2020, 6:53pm UTC](https://discuss.openedx.org/t/selling-courses-via-monthly-subscriptions/2123/1 "2020-05-12T18:53:38Z")

</div>

Hi, I’m currently evaluating Open edX to hopefully take over a different solution I’ve been using, but have the following questions about ecommerce that I couldn’t find in the docs:

1. Is there a support (even via an addon) that can handle a Netflix-style monthly subscription for a bundle of courses or role that can give access to courses?

2. What are some examples of sites selling professional development training courses? Maybe one will inspire me with a different way to sell 🙂

---

<div class="post-metadata">

### Author: ![antoviaque](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.openedx.org/antoviaque/32/32_2.png) [@antoviaque](https://discuss.openedx.org/u/antoviaque)
#### Post date: [May 18, 2020, 9:50am UTC](https://discuss.openedx.org/t/selling-courses-via-monthly-subscriptions/2123/2 "2020-05-18T09:50:31Z")

</div>

Hi @ricsmo! Welcome to Open edX 🙂

> [@ricsmo](#):
>
> - Is there a support (even via an addon) that can handle a Netflix-style monthly subscription for a bundle of courses or role that can give access to courses?

Not that I know of, currently. This is a frequently requested feature though, so if you were to develop it, or fund its development, there would definitely be interest & help for it within the community.

> [@](#):
>
> - What are some examples of sites selling professional development training courses? Maybe one will inspire me with a different way to sell

You can have a look at the way edX sells professional certificates, for example:

> **[Professional Certificate](https://www.edx.org/certificates/professional-certificate)**
>
> Earn a professional certificate from top universities and institutions including Harvard, MIT, Microsoft and more. Online certifications available in 2000 courses. Free to try. Join edX today.

Another option is to handle the registration/enrollment outside of Open edX, and then upload a list of users to enroll in each individual course, similarly to what is described in [How to control user enrollment acceptance? - #2 by antoviaque](https://discuss.openedx.org/t/how-to-control-user-enrollment-acceptance/2091/2) - and potentially automate those steps if there are many courses/students registrations.

---

<div class="post-metadata">

### Author: ![PhilipWu](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.openedx.org/philipwu/32/2019_2.png) [@PhilipWu](https://discuss.openedx.org/u/PhilipWu)
#### Post date: [March 8, 2021, 1:51am UTC](https://discuss.openedx.org/t/selling-courses-via-monthly-subscriptions/2123/3 "2021-03-08T01:51:10Z")

</div>

@antoviaque we have requirements for subscription and other bundling services and are consider options, including assessing the funding the development. Could you pop me an email for discussion?

---

<div class="post-metadata">

### Author: ![e0d](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.openedx.org/e0d/32/199_2.png) [@e0d](https://discuss.openedx.org/u/e0d)
#### Post date: [March 9, 2021, 8:47am UTC](https://discuss.openedx.org/t/selling-courses-via-monthly-subscriptions/2123/4 "2021-03-09T08:47:58Z")

</div>

There is an edX developed service for providing subscription access to content called License Manager:

> **[edx/license-manager](https://github.com/edx/license-manager)**
>
> Django backend for managing licenses and subscriptions

This service used at edX and is available under AGPL. The current status is “source available” and documentation is scant.

If there’s community energy to develop how-tos and documentation, let me know and we can talk about next steps.

---

<div class="post-metadata">

### Author: ![lpm0073](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.openedx.org/lpm0073/32/45_2.png) [@lpm0073](https://discuss.openedx.org/u/lpm0073)
#### Post date: [August 31, 2022, 6:05pm UTC](https://discuss.openedx.org/t/selling-courses-via-monthly-subscriptions/2123/5 "2022-08-31T18:05:03Z")

</div>

> [@e0d](#):
>
> edx/license-manager

thanks @e0d . Silly question: the link to readthedocs in the README is broken. it points to [https://license-manager.readthedocs.io/](https://license-manager.readthedocs.io/). Any idea of the correct URL? i tried google but couldn’t find anything.

---

<div class="post-metadata">

### Author: ![ghassan](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.openedx.org/ghassan/32/2779_2.png) [@ghassan](https://discuss.openedx.org/u/ghassan)
#### Post date: [August 31, 2022, 7:03pm UTC](https://discuss.openedx.org/t/selling-courses-via-monthly-subscriptions/2123/6 "2022-08-31T19:03:22Z")

</div>

Probably the orginal doc live /docs [license-manager/docs at master · openedx/license-manager · GitHub](https://github.com/openedx/license-manager/tree/master/docs) Typically repo based docs are extracted from its /docs directory

---

<div class="post-metadata">

### Author: ![e0d](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.openedx.org/e0d/32/199_2.png) [@e0d](https://discuss.openedx.org/u/e0d)
#### Post date: [August 31, 2022, 9:29pm UTC](https://discuss.openedx.org/t/selling-courses-via-monthly-subscriptions/2123/7 "2022-08-31T21:29:15Z")

</div>

@ghassan is correct. However the docs are currently purely technical and don’t discuss the features use. I had no issues building them as expected.

```auto
git clone git@github.com:openedx/license-manager.git
cd license-manager/
mkvirtualenv license-manager
make requirements
make doc_requirements 
cd docs/
make html

```

---

<div class="post-metadata">

### Author: ![lpm0073](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.openedx.org/lpm0073/32/45_2.png) [@lpm0073](https://discuss.openedx.org/u/lpm0073)
#### Post date: [September 6, 2022, 12:33pm UTC](https://discuss.openedx.org/t/selling-courses-via-monthly-subscriptions/2123/8 "2022-09-06T12:33:36Z")

</div>

I created a [tutor plugin for License Manager](https://github.com/lpm0073/tutor-contrib-license-manager) that automates build and deploy for both Ubuntu Linux environments as well as Kubernetes.

For Github users: i created these two Github Actions

- Build: [open-edx-tutor-k8s-build-license-manager-plugin](https://github.com/marketplace/actions/open-edx-tutor-k8s-build-license-manager-plugin)
- Deploy: [open-edx-tutor-k8s-enable-license-manager-plugin](https://github.com/marketplace/actions/open-edx-tutor-k8s-enable-license-manager-plugin)

Lastly, License Manager is now fully integrated into [Cookiecutter Tutor Open edX Production Devops Tools](https://github.com/lpm0073/cookiecutter-openedx-devops)
