Apologies for being a total idiot as I'm a novice at drupal. I have created a Vocabulary named "Brands" and inside it I have a taxonomy tree like so
- brand1
- cateogry1
- product1
- category2
- cateogry1
- brand2
- category1
- category2
- product1
- product2
I want to create a separate menu for this taxonomy and using "Taxonomy Menu" module I have done it. But what I need is a page listing all the terms inside a parent term. Like when brand1 is clicked a page loads that lists the categories inside it and the same happens for products inside categories as well. This doesn't happen by default. When a parent link is clicked an empty page shows up. So how do I go about doing this?