How to customize if user has more than 1 product and more than 1 site? Please explain how to do the customization.
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!
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
No, I do not understand! I want to create 2 separate pages where to put different banners based on the product for affiliates. From now on there's only one page with the codes of affiliation: http://www.mysite/amember/aff.php?action=links I want to create something like this: Page Banner Affiliate product 1 http://www.mysite/amember/aff.php?action=links1 Page Banner Affiliate product 2 http://www.mysite/amember/aff.php?action=links2 thanks for your interest davidm1
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?
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