how to add Home menu in magento home page -
how add home menu in magento home page. add code in location magento\app\design\frontend\default\grayscale\template\catalog\navigation
<li> <a href="<?php echo $this->geturl('') ?>"> <?php echo $this->__('home'); ?> </a> </li>
but home menu not displayed on home page of magento
you have keep categories want display in menu under root directory.
there may more cases possible on why menu not appearing.
please consider following these guides : http://www.magentocommerce.com/wiki/3_-_store_setup_and_management/catalog/enable_top_menu_navigation
http://www.atwix.com/magento/how-to-add-a-new-item-to-the-navigation-menu/
Comments
Post a Comment