View Single Post
  #8  
Old 01-05-2010, 10:30 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: Adding Printable Version to Embeded Static Pages

Is the printable version working for the other pages?

Quote:
Originally Posted by cmodesign
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?
__________________
xcart 5.1.2
Reply With Quote