Interested if anybody has successfully put Amember, Post Affiliate Pro (see www.qualityunit.com), and Paypal together. How to do it. I need more info though... I know Amember will take care of billing, but there is an element in Post Affiliate Pro at scripts/recurring.php that needs to be called. It apparently is done somehow via Paypal. Confused as how it all works together. If anybody done it, would love to hear how.
David, aMember is able to resend all PayPal IPN notifications untouched to specified URL. It can be configured at aMember CP -> Setup -> PayPal. So it will work just fine and transparent for Post Affiliate Pro.
Hi David, I got it to work with the following code: $totalamount = array_sum($prices); echo("<img src=\"http://www.yoursite.com/affiliate/scripts/sale.php?TotalCost=".$totalamount."\" width=1 height=1>"); Hope that helps cheers Jason