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)
-   -   Show only in category pages (https://forum.x-cart.com/showthread.php?t=59735)

hollaratbear 06-10-2011 10:48 PM

Show only in category pages
 
Anyone know the {if} statement for showing something only in category pages, not on home page or product detail pages?

Learner 06-11-2011 12:25 AM

Re: Show only in category pages
 
Try it -

{if $main eq "catalog"}
Your code
{/if}

hollaratbear 06-11-2011 07:51 AM

Re: Show only in category pages
 
For some reason, that's causing my code to show up on the homepage as well. That's been my problem. Any code to explicitly eliminate it from the homepage?

hollaratbear 06-11-2011 08:05 AM

Re: Show only in category pages
 
Nevermind, got it. For those newbies interested...

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

code code code

{/if}

will show code only in categories.


All times are GMT -8. The time now is 02:52 PM.

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