Thank you, Padraic
I think this is the answer from that post:
Quote:
Originally Posted by steresi
I think I figured out how to make sure the Google Adwords conversion code doesn't show up on the printable version of the confirmation page. There's a variable which looks like it's used for checking if the page is printable or not:
Code:
$this_is_printable_version
I placed the Google conversion code in between a spot that checked if $this_is_printable_version is null. I put the code between {literal}{/literal} tags just before these last three lines in order_message.tpl (X-Cart 4.0.12):
Code:
{/if}
{/capture}
{include file="dialog.tpl" title=$lng.lbl_invoice content=$smarty.capture.dialog extra="width=100%"}
Scott
|