Hello Can any one out there help an old codger get going please. I have set up a dating site using Webdate software, I also bought their paypal and affiliate modules which they installed. I am using Siteground hosting which covered webdates requirements. The affilaite module wasn't working so I contacted Webdate who replied:- you have running PHP Version 5.0.5 on your server, its not compatible for webAffiliate. I could not get any further replies from them so I purchased PAP, rented another hosting site for it and had it installed. I am trying to integrate them all together without success. PAP's integration wizard says to put a code in the " thank you " page. Is the " thank you " page in my main site or the affiliate site, I cannot find it in either, also, how do I insert it please. I want to keep it simple, a member clicks on a Paypal button, gets sent to Paypal and pays, then gets sent back to the dating site and at the same time, gets integrated with the affiliate programme which is to be set up to pay a commission on the first and fifth levels. Any help will be appreciated ( you have probably realised that I am far from being experienced ) Many thanks Keith
The "thank you" page they are referring to is the /amember/thanks.php file or actually the template for it at /amember/templates/thanks.html . I can't help you more at this time because I had not ordered PAP yet. Tomas
I am have the same kind of problem. I have purchased the PAP plug in, everything works great, subscribers are signed up automatically, tracks clicks and sales. HOWEVER, the amember script is not passing the IPN data to PAP. This means that the total cost of the product is $0 and there is not commission. Also the order ID & Product ID are not passes correctly either. They are passed as the actual code {$payment.payment_id}. Amember does not use the buy it now button so we cannot integrated it that way... How do we get the IPN passed from thanks.html to PAP sale.js? This is the code added to thanks.html <script id="pap_x2s6df8d" src="https://www.yoursite.com/affiliate/scripts/sale.js" type="text/javascript"></script> <script type="text/javascript"><!-- var TotalCost="{$payment.amount}"; var OrderID="{$payment.payment_id}"; var ProductID="{$payment.product_id}"; var _sc=true; papSale(); --></script> Has anyone been able to successfully integrate amember, PAP, and paypal_r