![]() |
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 |
Re: turning off printable page?
moving to template editing**
|
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> |
Re: turning off printable page?
thank you so much for your help!!
|
Re: turning off printable page?
no problem. I was excited I got to move my first thread. :D/:D/
|
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: |
Re: turning off printable page?
oops... maybe I should move it back then. :)
|
Re: turning off printable page?
You just want to play with moving things ;)
|
Re: turning off printable page?
dang there sure is. The next to last one under miscellaneous.
|
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.