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)
-   -   Quick Question RE: Twin Catagory Menus (https://forum.x-cart.com/showthread.php?t=16851)

Impact_1 09-25-2005 05:51 AM

Quick Question RE: Twin Catagory Menus
 
I want to have one set of catagories on the left side of my site and a second set on the right side.

What I need is the code please that will put all catagories above 500 position (for example) into the right hand side catagory menu.

Thanks

shan 09-25-2005 11:35 AM

something like

Code:

{if categories[cat_num].pos > 500}

add content here

{/if}


Impact_1 10-01-2005 04:52 AM

Thanks Shan :)

shan 10-02-2005 12:56 PM

that may be wrong, if so try

Code:

{if categories[cat_num].order_by > 500}

add content here

{/if}



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

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