X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Moving the "printable" button (https://forum.x-cart.com/showthread.php?t=12261)

Sonia 02-18-2005 08:06 AM

Moving the "printable" button
 
I want to move the "printable" code {include file="printable.tpl"} from head.tpl to home.tpl. Will that affect how the print function works?

Also, I noticed that in a separate column in the head.tpl file there was this code:

Code:

{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'}

Does that go with the {include file="printable.tpl"} piece of code, or does it stay with the head.tpl file? I okay with playing with the HTML code, but don't know enough about the this code to be sure...

Thanks!

Sonia 02-20-2005 05:57 AM

Update: My moving the {include file="printable.tpl"} from head.tpl to home.tpl, and leaving the rest of the code I mentioned above seemed to work fine.

Sonia


All times are GMT -8. The time now is 07:57 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.