View Single Post
  #3  
Old 03-17-2005, 07:10 AM
 
pengrus pengrus is offline
 

eXpert
  
Join Date: Feb 2004
Posts: 359
 

Default

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
__________________
x-cart 4.1.8 Gold
Linux
Reply With Quote