I am trying to display my top navigation like this:
_________________ | Main Category | |_______________| | (on hover) | _________________________________________________ | | | |--> | Category 1.1 Category 1.2 Category 1.3 | | _____________ _____________ _____________ | | Subcat. 1.1.1 Subcat. 1.2.1 Subcat. 1.3.1 | | Subcat. 1.1.2 Subcat. 1.2.2 Subcat. 1.3.2 | | Subcat. 1.1.3 Subcat. 1.2.3 Subcat. 1.3.3 | |_______________________________________________| So my goal is to list the subcategories below the parent category, directly in the ul.level0 dropdown, instead of having them inside of another ul (ul.level1).
I know there are several extensions that would allow me to do this, but it seems they all offer too much functionality and therefore have a huge impact on store performance while I could probably achieve the same result with a simple template change adding no extra page load.