• Hi all

    can someone helps me with the next issue: How to make a dynamic list of categories, as show below:

    First page is the list of Parent categories
    ————–
    Parent1
    Parent2
    Parent3
    Parent4
    ==============

    if the user click to the Parent2, she will see the sub-categories of the Parent2
    ===============
    SubCat.2.1.
    SubCat.2.2.
    SubCat.2.3.
    SubCat.2.4.
    SubCat.2.5.
    ===============

    If she will click on SubCat.2.4. then:
    ===============
    SubCat.2.4.1.
    SubCat.2.4.2.
    SubCat.2.4.3.
    SubCat.2.4.4.
    SubCat.2.4.5.
    ===============

    and so on…

    thank you in advance….

    AZMZM

Viewing 1 replies (of 1 total)
  • I’m also trying to find out a solution, I would like to use scriptaculous or mootools javascript libraries but I don’t know how to add classes to the custom get category list output…

Viewing 1 replies (of 1 total)
  • The topic ‘hierarchical category list’ is closed to new replies.