Your cart is currently empty!
Allow auto-referrals for Certain Group
—
by
I realized I need to add “allow auto-referrals” but have it apply only to 1 Group.
Auto-Referrals can not apply to the other group to have the commissions record properly.
Can you shed some light on how I might go about having this developed?
Posted in Affiliates Enterprise
Comments
One response to “Allow auto-referrals for Certain Group”
Hi Bo,
you can use the ‘affiliates_service_affiliate_id’ filter (it’s called in lib/core/class-affiliates-services.php)
A filter example is in lib/core/class-affiliates-exclusion.php, ‘validate’ function.
Here how to check if the current user is in a group.
Regards,
Antonio B.