Referral Program - how to create one for my site ?

Discussion in 'Programming' started by mussolinihitler, Nov 11, 2007.

  1. #1
    Hi,
    I'd like to know how I could create a referral program for my site.
     
    mussolinihitler, Nov 11, 2007 IP
  2. Techno_EG

    Techno_EG Peon

    Messages:
    12
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    your site using asp or php???
     
    Techno_EG, Nov 12, 2007 IP
  3. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #3
    give referrers a unique code to add to the end of their links to you. Add a small script into the on session start function to see if the code exists. If it does then add a session variable or cookie (depending on how many hours/ days the user has to buy within for the refer to get their commission) and then on the cart system simply transfer the reference id into the orders table.

    If you want more than that you can do page logging etc
     
    AstarothSolutions, Nov 13, 2007 IP