simplehelix Posted January 11, 2008 Share Posted January 11, 2008 hi i am trying to integrate shareasell's tracking code into my order page. i have placed the following into default/order-complete.tpl <img src="h**ps://shareasale.com/sale.cfm?amount={php} $query = "SELECT amount FROM tblhosting WHERE id='".$_SESSION["orderdetails"]["ProductID"]."'"; $result=mysql_query($query); $data = mysql_fetch_array($result); echo $data["amount"];{/php} &tracking={$ordernumber}&transtype=SALE&merchantID=xxxx" width="1" height="1"> *I have intentionall left out https and merchanID However, it seems this is not being called at all? All it takes me to is order invoice page. so how and where does it invoke the order-complete.tpl? 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.