Wednesday, October 19

How to add contact us link on the top menu bar in Magento

Step 1: Open [magento_root]/app/design/frontend/default/default/template/catalog/navigation/top.phtml in your favorite editor

Step 2: After this line:



Add a line like this:
<li><a href="<?php echo $this->getUrl('contacts')?>"><?php echo $this->__('Contact Us') ?></a></li>

Step 3: Click the Magento cache; System > Cache Management.

Hope it Helps... thanks....

No comments:

Post a Comment