rehopper Posted April 16, 2008 Share Posted April 16, 2008 I'v added ClixGalore coding to all 3 order-complete.tpl but having trouble getting it to appear in the receipts updating $, etc at ClixGalore! In my receipt source view the following appears: !-- Enter any HTML code which needs to be displayed once a user has completed the checkout of their order here - for example conversion tracking and affiliate tracking scripts --> I can't find which file this comes from; any indication of my problem? The ClixGalore code used is: <img src="https://www.clixGalore.com/AdvTransaction.aspx?SV={php} $query = "SELECT amount FROM tblhosting WHERE id='".$_SESSION["orderdetails"]["ProductID"]."'"; $result=mysql_query($query); $data = mysql_fetch_array($result); echo $data["amount"];{/php} &OID={$ordernumber}&ADID=9580" width="1" height="1"> I appreciate any help! 0 Quote Link to comment Share on other sites More sharing options...
mattrobo Posted October 15, 2009 Share Posted October 15, 2009 (edited) I am now looking at doing this as well. but just looking. Did you solve it? thanks Matthew. Edited October 15, 2009 by mattrobo bad smelling and tyipos 0 Quote Link to comment Share on other sites More sharing options...
mattrobo Posted October 16, 2009 Share Posted October 16, 2009 No need to reply I worked it out. 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.