View Single Post
  #3  
Old 07-17-2006, 03:17 PM
 
jdedba jdedba is offline
 

Advanced Member
  
Join Date: Dec 2004
Posts: 96
 

Default

On some x-cart pages, the printer icon shows up. But on some pages, the printer icon does not show up. What is the condition to make the printer icon show up on my own page that is integrated into x-cart?

Is heat.tpl is the ONLY place to make the icon show up by keeping adding "||" to below line?
Quote:
{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">{include file="printable.tpl"}</td>
{/if}

Thanks a lot.
__________________
version 4.1.1
Reply With Quote