chrismfz Posted June 20, 2015 Share Posted June 20, 2015 How can I add a specific code in <head> ... </head> but only in complete.tpl ? It's a code like Google's Conversion tracker, but it also needs something in <head>. I am working with modern cart, and I need to add code in <head>. Can I somehow add it in theme's <head> (header.tpl) with an {if} to show it only under a specific page ? For my example the complete.tpl of the cart template. Is there such a possibility ? 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted June 20, 2015 Share Posted June 20, 2015 it's possible to add the tracking code inside your order template directly open /templates/orderforms/modern/complete.tpl and you can find this part inside it {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} the same available in all order templates 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.