referral program and promotions
Hi,
we are implementing a referral program in our system.
we would like to have each user that register through the referral program, grant the referrer and additional month with a promotion.
for example, if the promotion is 30% discount, then for each registration, the user gets an additional month with 30% discount.
is it possible to implement using the promotion feature? is there another way to implement it?
thanks,
Amit
Discussions are closed to public comments.
If you need help with Cheddar please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Drew Songer on 18 Jan, 2016 04:43 PM
It seems like this referral program would require realtime updating of the duration of the promotion. Our native promotional system only allows you to define the duration as a set number of months or one that continues in perpetuity.
With that said, you would need to be able to track how many months a customer has accrued. You could use tracked items to keep track of the months. You could then use the subscription billable hook to add a 30% credit when the number of months accrued is greater than zero and also decrement the quantity of months left by one. This would reflect one referral being used.
Drew Songer closed this discussion on 22 Feb, 2016 03:12 PM.