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 subcategories on static page (https://forum.x-cart.com/showthread.php?t=26621)

Warwick 11-15-2006 02:58 AM

Show subcategories on static page
 
I'm trying to figure out how I can show root categories and sub categories on a static page, so far I have managed to display the root categories by doing this:

Code:

{foreach from=$categories key=k item=c}
                <a href="home.php?cat={$c.categoryid}">{$c.category}</a>
        {/foreach}


But with what code can I display the sub categories?

Warwick 11-16-2006 07:35 AM

Re: Show subcategories on static page
 
Anybody? Please ... :)


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

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