Jump to content

How do i display a sub-subcategory at the front-office?


Recommended Posts

Hi everyone,

 

I want to display sub-subcategories at my homepage for the theme matrice. How can i do that? right now it looks like this:

 

Categories


  1.  
  2. A
  3. B
  4. C

 

I would like to make it like this though:

 

Categories


  1.  
  2. A

    1.  
    2. a
    3. b

[*] B


  1.  
  2. a
  3. b

[*] C


  1.  
  2. a
  3. b

 

 

I'm not sure if there is already a thread that shows you how to do it, and if there is I wasn't able to find it. Much appreciation and thanks to all those who can help a newbie out!

Link to comment
Share on other sites

i found this at the category-tree-branch.tpl:

 

<a href="{$node.link}" {if isset($currentCategoryId) && ($node.id == $currentCategoryId)}class="selected"{/if} title="{$node.desc|escape:html:'UTF-8'}">{$node.name|escape:html:'UTF-8'}</a>

 

i feel like i need to edit the "selected" part but not sure

 

SOMEONE HELP PLEASE?

Link to comment
Share on other sites

×
×
  • Create New...