Hello,
I have created a drop down menu that exists of a three level category structure, an example of which can be seen below.
Building Materials (Group)
Steel Coils (2nd)
Roofing (2nd)
Comp (3rd)
Single Ply (3rd)
Tile (3rd)
Accessories (3rd)
Rebar (2nd)
Fencing (2nd)
Polycarbonate (2nd)
I have three Main Category Groups with several Secondary and Tertiary Categories related to each group. The Secondary and Tertiary Categories need to be dynamically generated as they will change over time and I have been able to work this out in the navigation URL structure. What I am having a hard time with is pulling that dynamic category information from the URL and displaying a list of the Secondary Categories in the content area as well as the Tertiary Categories in the sidebar from the same Secondary Group.
For example, if I click on Comp from the main navigation, I would like to be able to see two separate lists on the interior page. One that lists all the Secondary Categories (Steel Coils, Roofing, Rebar, Fencing and Polycarbonate) and one that lists all the Tertiary Categories related to Comp (Comp, Single Ply, Tile, Accessories).
I know that this can be done using a different template for each category, but would really like to see it work dynamically for each category/category group.
Thanks in advance for the help.