View Single Post
  #7  
Old 01-05-2010, 10:17 AM
 
cmodesign cmodesign is offline
 

Member
  
Join Date: Oct 2009
Posts: 20
 

Default Re: Adding Printable Version to Embeded Static Pages

I tried changing the code in /skin1/head.tpl but it didn't seem to change anything. I am using X-Cart v4.2.2. Has anyone else been able to get it to work for this version?

Here is the code I used:
Code:
{if (($main eq 'catalog' && $cat ne '') || $main eq 'product' || $main eq 'pages' || ($main eq 'comparison' && $mode eq 'compare_table') || ($main eq 'choosing' && $smarty.get.mode eq 'choose')) && $config.Appearance.enabled_printable_version eq 'Y'}

Do I need to place any code in the actual static pages?
__________________
X-Cart Gold - v4.2.2
PHP: 4.4.9
MySQL: 5.1.55-rel 12.6
Apache: 2.0.54
Reply With Quote