Ubercart – Charge throught membership subscription on Drupal 7

I have never tried to build a Drupal application with paid membership. Both Ubercart and Drupal Commerce provide membership subscription feature. This example is a proof of concept on implementing paid membership on Ubercart.

1. Enable the Roles module in Ubercart.
ubercart-membership-1
 

2. Add a member role @ /admin/people/permissions/roles.
ubercart-membership-2
 

3. Go to Store -> Configuration -> Products -> Role assignment settings tab @ admin/store/settings/products to setup the member role.
ubercart-membership-3
 

4. Add a new product for membership subscription.

5. Edit the newly added product and goes to the Features tab. Add Role assignment as feature.
ubercart-membership-4
 

6. Select the SKU and save the feature.
ubercart-membership-5
 

7. Enable the Rules UI and you will find a list of rules which are related to the membership subscription.
ubercart-membership-6
 

8. Edit the Grant or renew purchased roles and update the condition such that the role will be granted or renewed when the order status is updated to Completed.
ubercart-membership-7
 

9. If the user purchase the memebership again before the role is expired, the new subscription period will be added to the expiration date. Moreover, the removal of role after expiration is done by Drupal Cron. So make sure the cron job runs properly.

If you prefer working with Drupal Commerce, you can refer to the following 2 modules.

Done =)

Reference:

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.