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)
-   -   Hide various sections on Home page only (https://forum.x-cart.com/showthread.php?t=47178)

joannet 04-25-2009 02:32 PM

Hide various sections on Home page only
 
I would like to hide certain sections from displaying only on the Home page - e.g. categories menu, login section, cart, etc.

Obviously an if statement is required.

Can anyone please advise?

Thanks

gb2world 04-25-2009 03:15 PM

Re: Hide various sections on Home page only
 
{if $main eq "catalog" and $current_category.category eq ""}

displays on home page

{else}

does not display

{/if}

joannet 04-25-2009 11:02 PM

Re: Hide various sections on Home page only
 
Perfect. Thanks!

Scott DeToffol 05-12-2009 01:09 PM

Re: Hide various sections on Home page only
 
Does this if statement apply for 4.2.X as well?

What .tpl do you use the statement in - customer/home.tpl or customer/main/welcome.tpl?

Quote:

{if $main eq "catalog" and $current_category.category eq ""}

displays on home page

{else}

does not display

{/if}


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

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