Hi, I have been playing around with amember's built-in affiliate program and noticed a potential bug. When I use link: http://www.mydomainhere.com/amember/go.php?r=username The hit is counted BUT when a new member signup and pays using the above affiliate link, aff_id is not set. The normal where r=amember_id works fine (for ex: http://www.mydomainhere.com/amember/go.php?r=21888) Its tricky to notice because a paid transaction has to be made.. Anyone else is having a similar issue like this?
Yes this seems to be a bug Edit /amember/go.php and change this: aff_set_cookie($vars['r']); to aff_set_cookie($aff_id);