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)
-   -   turning off printable page? (https://forum.x-cart.com/showthread.php?t=44721)

chrisdurnan 01-10-2009 07:42 AM

turning off printable page?
 
Is there a way to turn off the printable feature. I have looked and can't seem to find it.

does anyone know where?

Maybe a better explanation is the small Print icon which puts your store webpage on a seperate page in order to print withouth all the side items I have setup in my store.

I would love to have that turned off.

Thank you!
CHris

ARW VISIONS 01-10-2009 07:51 AM

Re: turning off printable page?
 
moving to template editing**

ARW VISIONS 01-10-2009 07:54 AM

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>

chrisdurnan 01-10-2009 07:58 AM

Re: turning off printable page?
 
thank you so much for your help!!

ARW VISIONS 01-10-2009 08:00 AM

Re: turning off printable page?
 
no problem. I was excited I got to move my first thread. :D/:D/

balinor 01-10-2009 08:05 AM

Re: turning off printable page?
 
There's actually a toggle for that in General Settings/Appearance Options:

Enable printable version of categories and products pages in customer area:

ARW VISIONS 01-10-2009 08:07 AM

Re: turning off printable page?
 
oops... maybe I should move it back then. :)

balinor 01-10-2009 08:10 AM

Re: turning off printable page?
 
You just want to play with moving things ;)

ARW VISIONS 01-10-2009 08:10 AM

Re: turning off printable page?
 
dang there sure is. The next to last one under miscellaneous.

Plug 03-07-2009 02:41 AM

Re: turning off printable page?
 
For some reason this turning of in admin doesn't work for me, nor does commenting out the code. Very odd.


All times are GMT -8. The time now is 09:21 PM.

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