Trying To Show Sub Categories Under Current Category

Hi guys,

I have a simple category list on the left of my site which shows all categories, works perfect.

However, i need it to function more like a menu.

When entering a sub category, i want to keep showing the root cat's and only expand the category i am in, all closed cat's not showing.

For example, i clicked pants, then color.

- Mens clothing (Clicked)

-- Pants

---- Blue

---- Black

---- Pink (Clicked) - last of the subcategories.

-- Socks (List is closed)

-- Shirts (List is closed)

- Womans clothing (list is closed)

- Child clothing (list is closed)

I currently have only this to go on and can't for the life of me figure out how to do it in smarty, i'm not a big smarty person i must say.

Anyone have a good idea as how to start or point me in the right direction?

{if $subcategories}
    {math equation="ceil(n/c)" assign="rows" n=$subcategories|count c=3|default:"3"}
    {split data=$subcategories size=$rows assign="splitted_subcategories"}
    
{/if}

Try to enable dynamic categories bock

http://forum.cs-cart.com/topic/45730-website-upgrade/#entry256900

Sorry to say that didn't solve it, should this work out of the box?

Check this custom modification. Are you looking for such menu?

Best regards,

Alt-team.

Sorry to say that didn't solve it, should this work out of the box?

No, they disable dynamic menu for some reason. Did you try to clear cache after the changes are applied?

Check this custom modification. Are you looking for such menu?

Best regards,

Alt-team.

I'm looking for the "browse by category" menu as shown here: https://www.anythingsportsman.com/hunting-gear/

The bullets must be able to contain miniatures.

@ecomlabs, i flushed all caches yes, the option is available but not working.

I'm searching for the option that says "browse by category," like this:
Miniatures must be able to fit within the bullets. All caches were flushed. The option is present, but it is not operational.