Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › Integration with JROX Jam Affiliate Manager › Reply To: Integration with JROX Jam Affiliate Manager
Thanks for the response and the effort put into understanding JROX. If I use the php script method the code placed in my “Thank you” page would be:
$JAMIntegrate = file_get_contents(“http://www.prontopage.net/affiliates/sale.php?amount=”.$mc_gross.”&trans_id=”.$txn_id.”&custom_mid=”.$_COOKIE.””);
The missing piece is the “&custom_mid=”.$_COOKIE. portion… do you know how would I get the cookie from eStore to PayPal and back?
Regarding examples: First JROX purports that they integrate with just about everything… http://jam.jrox.com/compatibility/
They list examples of all here… http://jam.jrox.com/docs/index.php?category=11
I think that if we can get the cookie piece we’ll be ok…
If you want to see what this all looks like you can use the JAM demo here.
>Login to the Admin area
>click “Settings” in the upper right corner
>click “System Integration” in the lower left corner
>Under “Integration Type” you can select the various drop downs to see the various codes generated for integration.
Thanks for helping with this,
Chris