View Single Post
  #3  
Old 01-10-2009, 07:54 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: turning off printable page?

You can't 'turn it off' in teh admin section but you can comment it out in head.tpl.

find this code and comment it out.

<tr>
<td colspan="3" valign="middle" height="32">
<table cellspacing="0" cellpadding="0" width="100%">
<tr>

{if (($main eq 'catalog' && $cat ne '') || $main eq 'product' || ($main eq 'comparison' && $mode eq 'compare_table') || ($main eq 'choosing' && $smarty.get.mode eq 'choose')) && $config.Appearance.enabled_printable_version eq 'Y'}
<td class="PrintableRow" align="right" colspan="3">{include file="printable.tpl"}</td>
{/if}
</tr>
</table>
</td>
</tr>
__________________
xcart 5.1.2
Reply With Quote