You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Jason Ling <ja...@idealdeal.com> on 2006/08/23 11:01:08 UTC

sidedeepcategory.ftl - how to put deepest categories first

Hi,

The default structure is something like:

Category
Category
  -subcat
    -subsubcat
    -subsubcat
Category
Category
Category
Category
Category

I want to achieve:

subcat
-subsubcat
-subsubcat

category
-subcat
-subcat

Category
Category
Category
Category

What's the best way to achieve this?

Many thanks!


Jason