Hi, I have lots of different products in our aMember setup. Some are one payment, some recurring billing, some free trials. To make an affiliate system make sense, it will need to be able to apply different affiliate payouts to specific products. I had bought Ultimate Affiliate Manager before I bought aMember Pro. Now I'm looking at it to see if it will work with aMember. It seems to work with putting special code on the "thankyou" page for each product. We're using Paypal with IPN in our aMember, so I can't see how this could integrate. Anyone have any ideas? Thanks, Karen
It is easy to put special code, you can put any code to amember/templates/thanks.html template However, I don't think if it may help your affiliate script to handle trial or recurring payments.
Hi Alex, Ultimate Affiliate Manager will let me put an image code on the thank you page for a product, however, it would need to be a specific code for a specific product. And, since I'm using Paypal with IPN for payment processing, the return/thanks page is the same for every product, so putting a specific product's image tag into the thanks.html template won't work, will it? If there were a separate thanks/return url for each product in aMember, then I could put the image tag in there. Is there any way to do this? Thanks, Karen
You can place different code for different products to thanks.html template. For example: {if $payment.product_id eq "10"} special code for product#10 goes here. {/if}