Create separate pages for affiliate links

Discussion in 'Templates customization' started by mitoste, Jan 15, 2010.

  1. mitoste

    mitoste New Member

    Joined:
    Jan 14, 2010
    Messages:
    18
    You can create separate page of affiliate links if I have more products to promote?

    yes, how?

    thanks
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    No by default, this will require customization.
  3. archie69

    archie69 New Member

    Joined:
    Sep 21, 2009
    Messages:
    6
    How to customize if user has more than 1 product and more than 1 site?

    Please explain how to do the customization.
  4. mitoste

    mitoste New Member

    Joined:
    Jan 14, 2010
    Messages:
    18
    is there any plugins that can solve this problem or should be done by a programmer?

    This is a big problem for affiliates and vendors!

    If I have 100 products and 10 banners for every product available to the franchisees have one page where there are 1000 banner! is chaos!

    All affiliate programs have separate pages for each product, where each page is referred by a single product.

    This is important and I hope to find a solution!
  5. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Are you using 1 main redirect to your site?
    If so, then all the affiliate codes follow a similiar format:
    http://www.yoursite.com/amember/go.php?r=5

    r= is the member id, so you just need to add that to any page you create

    You can get this from the session info.

    David
  6. mitoste

    mitoste New Member

    Joined:
    Jan 14, 2010
    Messages:
    18
  7. mitoste

    mitoste New Member

    Joined:
    Jan 14, 2010
    Messages:
    18
    I solved by creating more pages outside the directory / aMember / where I inserted a code such as by user creates a special affiliate link:

    <a href="http://www.namesite.com/amember/go.php?r=<?php print "" . $_SESSION['_amember_user']['member_id'] . " "; ?>&i=l0">Name Link</a>


    Is correct?
  8. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Looks right- is it working?

    David
  9. mitoste

    mitoste New Member

    Joined:
    Jan 14, 2010
    Messages:
    18
    I do not understand
  10. wplook

    wplook New Member

    Joined:
    Jun 17, 2011
    Messages:
    8
    Banner id

    Hot to get banner id and link id? For user id is clear.

    Thank you
  11. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Add all banners and links then from amember CP -> Affiliate Programm -> Affiliate Links -> View source
    Or login as user and from Affiliate Links page -> view source

Share This Page