Authored on
Changed
Tags
Following the article on online membership for the Drupal.fr site, it was suggested that I look at the Commerce License module.
This module does a great job of addressing an online membership issue.
Here's how it works in a few steps:
- Define on which type of product and/or type of order item you wish to activate commerce licence,
- For each product that is part of the product types where commerce licence is activated:
- Define the role grant following purchase,
- Define the duration of the license,
The module provides a summary view of all licences with remaining duration for example. It takes care of updating expired licenses when the cron is run.
Note: if the people who suggested the module to me would like to be cited, just let me know.