![]() |
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.
|
Depends on the page, but you would need to use {if} statements in home.tpl.
|
What would the syntax be if for instance I didn't want the left column to show when a customer was in checkout?
|
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} |
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.