Magento by default does not have any vertical navigation blocks.
www.magentocommerce.com/wiki/4_-_themes_and_template_customi...
This guide shows you how to create and style your own left category menu.
stackoverflow.com/questions/27794564/magento-1-9-vertical-me...
I have found some code to show a vertical menu of the current categorie with its children, and on the homepage the root category and everything works fine except 1 little detail.
magento.stackexchange.com/questions/30919/showing-all-catego...
Im using code that i found on a magento wiki page about showing All categories (Here).
However when i ...
thomasgbennett.com/understanding-a-magento-block-vertical-na...
There are a lot of tutorials out there for doing this. I wanted to poke in a little further to make it clear exactly what you are doing. I also wanted to point out that doing this by updating catalog.xml or page.xml is entirely wrong. 99% of these type ...
magento.stackexchange.com/questions/1341/vertical-menu-every...
I am trying to customize header menu and vertical menu (left menu) in magneto cms
When i click on the category, i will be redirected to next page but the complete list of categories is no more displayed on that page. I just want the complete li ...