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)
-   -   "Printable Page" conditional? (https://forum.x-cart.com/showthread.php?t=56726)

monokuro 11-24-2010 10:33 PM

"Printable Page" conditional?
 
Hi guys,

Just a quick one.

Is there a smarty conditional I can check against to see if the current page is being viewed in "printable" mode?

I just want to be able to blank out some things on the footer if so :)

cheers!

PhilJ 11-25-2010 03:09 AM

Re: "Printable Page" conditional?
 
Code:

{if $smarty.get.printable eq "Y"}
do something
{else}
dont
{/if}


monokuro 11-25-2010 10:01 AM

Re: "Printable Page" conditional?
 
Thanks Phil - I could have sworn I tried that before, but I guess not :)

Perfect!

bibi 11-26-2010 10:32 AM

Re: "Printable Page" conditional?
 
I was wondering if anyone can help with this problem on my printable page
(see attch) i can not find how to edit the size of the space for my header name. I have uploaded the gif but it only shows the first three letters.


All times are GMT -8. The time now is 06:03 PM.

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