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)
-   -   code out the left column from displaying on orders page (https://forum.x-cart.com/showthread.php?t=18150)

mmoskva 11-22-2005 01:05 PM

code out the left column from displaying on orders page
 
I dont want the left column to appear on some pages, can someone tell me how to do this.

balinor 11-30-2005 03:45 AM

Depends on the page, but you would need to use {if} statements in home.tpl.

JWait 12-06-2005 04:27 AM

What would the syntax be if for instance I didn't want the left column to show when a customer was in checkout?

balinor 12-06-2005 04:31 AM

I use this:

Code:

{if $main eq "cart" or $action eq "cart" or $smarty.get.mode eq "auth" or $main eq "user_add" or $newbie eq "Y"}{else}
<TD>



All times are GMT -8. The time now is 01:42 AM.

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