I'm using the RWD with my own tweaks and modifications.
I have created a category setup like the following:
Root
Apparel
Gloves
Gloves is a sub of Apparel, which is a sub of Root.
When I click on Apparel on the main navigation bar, I need for gloves to display in some fashion on that page. Preferrably in a column along the left side of the page, but if someone has a better recommendation I'm all ears.
Hi @dpalme
If you have your Apparel category set to be anchored, and no products currently in the gloves category it wont show in the layered navigation before you do have that. However you can insert the default leftnav on your Anchored categories with this simple XML change in your template
<catalog_category_layered> <reference name="left_first"> <block type="catalog/navigation" name="catalog.realleftnav" after="currency" template="catalog/navigation/left.phtml"> </reference> </catalog_category_layered>
I hope this helps :-)
so if i'm understanding you correctly, if the top level is "anchored", which mine is, the sub category of "gloves" won't show the left nav unless I have products assigned to it?
Bump
Correct it won't show the left nav unless you have products assigned to it?