webhostinghotel Posted October 4, 2014 Share Posted October 4, 2014 Hi there, I have signed up with a advertising company and have to insert a code on the page people see after final payment. It also has to include Ordernumber and final price incl. VAT. Which page is it and what are the variables for ordernumber and final price? This i the code I have to insert: <img src="http://www.partner-ads.com/dk/leadtrack.php?programid=4378&type=salg&ordrenummer=ORDRENUMMER(Ordernumber)&varenummer=x&antal=1&omprsalg=OMSÆTNINGPRSALG(Final price incl. VAT)" width=1 height=1> 0 Quote Link to comment Share on other sites More sharing options...
Raymond Pittman Posted October 7, 2014 Share Posted October 7, 2014 clientarea.tpl is the page clients see with their purchased services 0 Quote Link to comment Share on other sites More sharing options...
vec Posted October 7, 2014 Share Posted October 7, 2014 (edited) the last page is still the cart page.. complete.tpl will show the order number and thank you stuff, I'd add it there... look at whatever order template you are using. I use Boxes.... and look for the code below and add your code there. {if $ispaid} <!-- 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 --> {/if} Edited October 7, 2014 by vec 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.