How to configure discount for drupal commerce based on CiviCRM membership

This post is a step by step guide to implement member based discounts in Drupal commerce store. Membership is maintained in CiviCRM.

You would require following modules:

Step 1

Create Drupal role for members. For eg: Member

 

 

Step 2

Create membership type in CiviCRM

 

 

Step 3

Configure CiviCRM member roles module. Add new association rule that links above Drupal role with the membership type.

 

 

Step 4

Add a discount rule that grants discount on specific or all products for a drupal role.

 

 

That’s it now any user who signs up for membership will automatically get discount on above configured products.

Hope this helps 🙂

 

Leave a Reply

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