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)
-   -   Always Show Sub Categories Below Root Category (https://forum.x-cart.com/showthread.php?t=63322)

shiehshieh 04-18-2012 08:08 AM

Always Show Sub Categories Below Root Category
 
Hi,

I'm tryign to make it so that all subcategories (first level) always show under their root category - I was using the following code to try to accomplish it but have no luck:

{foreach from=$categories item=c}
<div id="category-header"><a href="home.php?cat={$c.categoryid}">{$c.category}< /a></div>
<div id="category-wrapper">
{foreach from=$subcategories item=c key=$c.categoryid}
<div id="category-item" {if $c.categoryid eq $cat} class="selected" {/if}><a href="home.php?cat={$catid}">{$c.categoryid} {$c.category|replace:'Low Acid ':''}</a></div>
{/foreach}
</div>
{/foreach}

cflsystems 04-18-2012 09:13 AM

Re: Always Show Sub Categories Below Root Category
 
Most likely $subcategories doesn't exist. You probably need to do some php changes

shiehshieh 04-18-2012 10:55 AM

Re: Always Show Sub Categories Below Root Category
 
Quote:

Originally Posted by cflsystems
Most likely $subcategories doesn't exist. You probably need to do some php changes


would you happen to have any sample code on populating the $subcategories variable?

cflsystems 04-18-2012 03:16 PM

Re: Always Show Sub Categories Below Root Category
 
This is a start - http://forum.x-cart.com/showthread.php?t=45126&highlight=allcategories

shiehshieh 04-19-2012 04:42 AM

Re: Always Show Sub Categories Below Root Category
 
Quote:

Originally Posted by cflsystems


I'm trying that code however it appears to not be working, maybe due to the fact i'm running 4.1 and they are running 4.2 - too bad cuz it looks like its exactly what i need

cflsystems 04-19-2012 07:51 AM

Re: Always Show Sub Categories Below Root Category
 
You can't just copy/paste. You have to modify it to fit your cart version


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

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