Your cart is currently empty!
Count tier referrals
—
by
Hi!
I’ts possible to make a function that trigger a action when a specific number of refferals are reached?
Something like this:
if tier 1 >= 4 AND tier 2 >=16 AND tier 3 >= 64 AND tier 4 >= 256 {
reset all reffereal associations for this user;
}
Thanks!
Posted in Affiliates Enterprise
Comments
One response to “Count tier referrals”
Hi Daniel,
A starting point would be to use the affiliates_referral action hook (see Actions) and then use the referrals data to compute the totals per tier.
Cheers