Brett Posted January 21, 2008 Share Posted January 21, 2008 I have a question, how can I use the actionhooks.php script with the jrox integration code? // You got mail! mail($emailto, $subject, $message, $headers); $result=mysql_query("SELECT * FROM tblorders WHERE ordernum = '$ordernumber' LIMIT 1"); $row = mysql_fetch_array($result); $amount = $row['amount']; $JAMIntegrate = file_get_contents("http://www.domain.com/affiliates/sale.php?amount=".$amount."&trans_id=".$ordernumber."&custom_mid=".$_COOKIE['jrox'].""); That is what jrox has in their docs, but that is for the legacy checkoutscript.php What I have gathered is that I will need to have something in the action hooks file. I will need to have the integration code in the InvoicePaid as well for the recurring I assume. Any help would be greatly appreciated. 0 Quote Link to comment Share on other sites More sharing options...
Brett Posted January 21, 2008 Author Share Posted January 21, 2008 OK, I just heard back from matt and he said that it should not be a problem. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.