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)
-   -   New Menu box for Certain Catagory Only (https://forum.x-cart.com/showthread.php?t=3686)

jeeya 07-22-2003 03:28 AM

New Menu box for Certain Catagory Only
 
Hello,
I want to know if there is any way to create a new menu box just like a news for only certain catagory. I mean if I make a new menu and place in in xcart main page it will display on all the pages, but I want it to display only on certain catagory page.

Any Idea?

Thanks

shan 07-22-2003 10:02 AM

try something like

Code:

{if $cat eq "???" } do this

{elseif $cat eq "???" } do something else

{else} just do this

{/if}


change the ??? to your category id number


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

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