In the FAQ you give an example of how to integrate Ultimate Affiliate and Paypal. I was wondering if a similar technique would work with the Paysystems plugin. The instructions at the Ultimate Affiliate site give a tutorial that seems to imply that the integration can be pretty similar to Paypal's: http://www.groundbreak.com/tutorials/ua_paysystems.html. Seems if we could just get the affiliate ID into Option 1, then it would work the same (assuming setting up the rest of the Paysystems post-back as described in the tutorial.) What do you think? Bill
I've been able to answer my own question with a little experimentation. If you use Paysystems, you can use the technique described in the Amember faq to integrate Ultimate Affiliate with Paypal and Paysystems simultaneously. The only difference is you need to insert a new option (Option 4) in the Paysystems plugin and use the code provided in the Amember faq to get the affiliate cookie id and pass it to Paysystems. Then follow the instructions in the Ultimate Affiliate tutorial to integrate with Paysystems with one exception -- check the "Option 4" box within the affiliate section of the Paysystems setup and rename it to "affiliate" rather than using Option 1 as the Ultimate Affiliate instruction's direct. This is necessary because "Option 1" is already used by Amember for the Payment ID. The specific change to paysystems.inc.php is the second line below (first line is provided to show where it goes): 'option1' => $invoice, 'option4' => $_COOKIE['cookie name from ultimate affiliate'], Using this method, I've actually been able to get both the Paysystems and the Paypal integration of both Amember and Ultimate Affiliate to work at the same time. Both are using post-back routines (much more secure than code on a thanks page, and both allow commissions to be credited for recurring billing.) Bill