0
I'm using Membership Pro. Is there a way to prevent payment to the affiliate on monthly recurring subscription charges? I'd like to structure the commission payout to affiliate to occur on initial enrollment of subscriber and stop payments thereafter.
I read in another thread that as long as the subscriber is connected to the affiliate, the affiliate will receive commissions on what subscriber pays. Is the fix to remove subscriber from the affiliate after initial subscription? How would this affect conversions/commissions on initial subscription?
Or is there a better fix?
I read in another thread that as long as the subscriber is connected to the affiliate, the affiliate will receive commissions on what subscriber pays. Is the fix to remove subscriber from the affiliate after initial subscription? How would this affect conversions/commissions on initial subscription?
Or is there a better fix?
Responses (16)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0not at all, sorry for the confusion, it's my bad.
the plugin is:
/plugins/osmembership/affiliates/affiliates.php
in files 78 and 132, you have this:
AffiliateHelper::create_conversion($conversion_data, $user_id);
replace it for that:
if(type == 1) AffiliateHelper::create_conversion($conversion_data, $user_id);
-
Accepted Answer
-
Accepted Answer
0I have the same request. I will perform the above code modification as well. Ideally, this could be set as an option. If I'm understanding the code above, it appears this would need to be an option in the OSMembership configuration. Is that true? If so, need to open a ticket with Tuan.
Regards,
-Chip -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Hi Germinal,
I installed v. 2.1.0 for Membership Pro.
However, after the installation, no user can register for any Membership Pro plan. They now receive an error (attached):
The most recent request was denied because it had an invalid security token. Please refresh the page and try again.
In addition, all existing users can no longer access their account information on the front-end and it's also disappeared on the back-end (attached):
0 - syntax error, unexpected '}', expecting end of file
*Is there a way to fix the plugin so that it does not impact subscribing to a new plan and accessing existing plans?
Thank you! -
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »