new categories don’t appears
When adding categories make sure that they are correctly * under * the Root Catalog item.
I had it in the wrong position and it wouldn’t show. I had it in the wrong position and it would not show. Once correctly placed in the tree structure it will appear in the top nav, and the side nav (as long as there is at least 1 item). Once correctly placed in the tree structure it will appear in the top nav, and the side nav (as long as there is at least 1 item).
–
For the ‘Home’ button you’ll can add some code to one of the template files. For the ‘Home’ button youll can add some code to one of the template files.
Find the file called ‘top.phtml’ in app/design/frontend/default/default/template/catalog/navigation/ and make the following change:- Find the file called ‘top.phtml’ in app / design / frontend / default / default / template / catalog / navigation / and make the following change: -
< div class= "header-nav-container" > <Div class = "header-nav-container">
< div class= "header-nav" > <Div class = "header-nav">
< h4 class= "no-show" > Category Navigation :</ h4 > <H4 class = "no-show"> Navigation Category: </ h4>
< ul id = "nav" > <Ul id = "nav">
<!-- HOME BUTTON HACK --> <! -- HOME BUTTON HACK -->
< li >< a href = "http://www.yourshop.com/" > Home </ a ></ li > <Li> <a href = "http://www.yourshop.com/"> Home </ a> </ li>
<!-- HOME BUTTON HACK --> <! -- HOME BUTTON HACK -->
<?foreach ( $this -> getStoreCategories ( 10 ) as $_category ): ?> <? Foreach ($ this-> getStoreCategories (10) as $ _category):? >
<? = $this -> drawItem ( $_category ) ?> <? = $ This-> drawItem ($ _category)? >
<?endforeach?> <? Endforeach? >
</ ul > </ Ul>
</ div > </ Div>
</ div > </ Div>