Commerce Referral Discount
Categories
Component ID
2752301
Component name
Commerce Referral Discount
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
646
Component created
Component changed
Component body
This module gives a way to provide a discount to a user for referring other users to your commerce site. The implementation is pretty simple.
- User A invites user B to our site using a unique invite URL (http://yoursite.com/invite/username).
- User B visits the site using this URL, and is taken to the registration form to create a new account.
- User B gets some discount amount (say $5) which he could use on his first purchase.
- After user B makes his first purchase, user A gets a discount amount (say $10), which could be used in the next purchase.
- Both discount amounts are configurable from the admin backend. To configure the discount amounts browse to /admin/config/referral-discount
Requirements
This module requires the following module:
- Commerce Discount (https://www.drupal.org/project/commerce_discount)
Installation
- Install as you would normally install a contributed Drupal module. See: https://drupal.org/documentation/install/modules-themes/modules-7 for further information.
Configurations and FAQ
Please go through README.txt file of this module.
