Hi, I'd like to create a coupon for an affiliate of mine (10% off) to promote to his list. Is there a way I can get him an affiliate link that when folks click on it, the coupon code for 10% off would be automatically entered? Thanks, Raymond
If they are going directly to the signup.php page you could put the coupon in the URL. Otherwise, you may need to use a cookie: use php to check if the visitor has been cookied by the affiliate, if so, add the coupon to the cookie, and then in the signup page, check for the cookie, and if present enter it into the coupon box. David