Please Log in or Create an account to join the conversation.
Don't think you can have a discount conditioned based off iDev. Best I can suggest is create a coupon with a code and provide it to each affiliate for a specific discount. Your affiliates can then give that coupon to users.1) Different promotions set up in CB Subs offering discount rates for each membership plan.
2) Somehow for these discount rates to be pre-selected depending on the landing page of the potential subscriber (or some other way??) so that the discount is evident from the start of the registration process.-this is the main challenge.
3) For these discounts not be visible for users who didn't come to the site via an affiliate.
CBSubs 1.3.0 RC2 should respect promotions applied when calculating commissions now.4) To pass the discount used in a hidden field through the iDev CBSubs plug-in
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Our CBSubs iDevAffiliate integration takes the purchase price and gives commission based off that. The commission is configured in iDevAffiliate though. So I suppose you could give each affiliate say 2% commission or 10% commission, etc.. Wouldn't need a coupon for that.My idea was to create matching coupon codes in iDev and CB Subs. In iDev, the code would set the commission amount and in CB Subs the code would set the discount on subscription.
Coupons are created in CBSubs Promotions. iDevAffiliate has no integration with such a plugin. I suppose you could use a database query to create a coupon, but I don't recommend direct database additions/edits when using CBSubs.My idea was to create a function in iDev that combines each coupon code with their affiliate ID to create an individualised coupon code for each affiliate automtically. Something like TENOFF-BOBBY (Ten percent off price linked to affiliate Bobby). This is all iDev side, so not about CB Subs.
CBSubs doesn't recognize coupons from URLs. What you could do is use CB Auto Actions to grab the coupon from the URL (get_VARIABLE) and store it to a field using after registration trigger. Then apply a coupon based off that field. CBSubs Promotions supports conditions so you'd be able to condition off that coupon field.What do you think? Do I have any chance of getting such a thing to work?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.