Setting Cookies to webpages

Discussion in 'Payments processing' started by gailtrahd, Aug 24, 2008.

  1. gailtrahd

    gailtrahd New Member

    Joined:
    Feb 17, 2007
    Messages:
    7
    I'd like to set up specific sales pages for some individual JV partners with the partners cookie already set. We'll be advertising these sites via audio and I want the partner to get the commissions they earned.

    How do I set up a payment link that has the affiliate id embedded? :eek:

    THANKS!

    Gail
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    I dont think you can do it with a payment link, but you may be able to do it by overwriting the affiliate cookie.

    You need to make a copy of the signup.php and signup.html pages and place this in the new signup.php page where 1 is your affiliate (jv) id.

    After:
    include('./config.inc.php');
    Add:
    aff_set_cookie(1);


    David
  3. gailtrahd

    gailtrahd New Member

    Joined:
    Feb 17, 2007
    Messages:
    7
    I can set a different signup.php page for each JV partner's page?

    If the audio sends someone to www.mydomain.com/Dan then what do I do with the payment button so it brings up the right signup.php page? There aren't that many of these partnerships so I could probably do separate products within Amember but then they couldn't track their own stats.

    Mind you - I'm not a programmer :)

    THANKS for your help!

    Warmly,

    Gail

Share This Page