I was wondering how I would write an IF statement that said
Code:
{if page = thank you page}
include some javascript code;
{/if}
I have some conversion tracking code that is supposed to only be on the thank you page after a purchase is made. I can't just put it at the bottom of the home.tpl file because it can't be on every page. Thanks.