Your cart is currently empty!
Counpon usage also gives commision to the affilate?
—
by
I have bought 3 items from you Pro, Coupons and username. Is there a way to pay the Affiliates when there coupons are used but not there referral links?
Posted in Affiliates Pro
Comments
11 responses to “Counpon usage also gives commision to the affilate?”
Found it. Thank you!!!
Perfect.
I have installed the plugin but I cannot see the acm option in Affiliates->Settings->Commissions?
Hi,
you need to select ‘Referral amount method’, and set ACM::only_coupons as value.
http://i67.tinypic.com/339he9s.png
Kind Regards,
Antonio B.
I cannot see this image? Can you email it to me without a link? just attach it in the email
I cannot code this, would you be able to provide me with the code I need?
Hi Connor,
I have created this plugin that is easier to configure.
Download and install de plugin.
Then in Affiliates->Settings:Commissions set ACM:only_coupons as custom method.
With this plugin, if the referral is created from a link, then set a 0 value to this (the referral is created).
If the referral is created from a coupon, then 0.20 as rate is used. If you need to change this value, you only need to change this line:
public static $rate = 0.20;
on the plugin file.
Kind Regards,
Antonio B.
Thank you so much! That is great! What path will I need to put this php file in?
Thanks
Hi Connor,
you can compress the file to a .zip file and install this like a plugin, or you can upload the .php file to wp-content/plugins
Kind Regards,
Antonio B.
Great I will look into this and get back to you on if it fixes my issue. Thanks for your fast reply.
Thanks Connor,
The easiest way to do this is don’t share the affiliate’s link. If you edit your affiliates-area page and only display the coupons, but no the custom links, then the affiliates can not know what is their IDs.
For security reasons, if you want to filter the referrals to be generated only when a coupon is used, you can create a custom method. You can use this custom method as reference ( It does exactly what you want, but you can use as a reference to create your own solution ).
Kind Regards,
Antonio B.