Adding Contact us link to Top Menu in Magento
Create New Category "Contcat Us".
Set "Display Mode"="static block only" from "Display Settings" Tab.
Set below code in "Custom Layout Update" from "Custom Design" Tab.
<reference name="content">
<block type="core/template" name="contactForm" template="contacts/form.phtml"/>
</reference>
Save it.... Enjoy...
Set "Display Mode"="static block only" from "Display Settings" Tab.
Set below code in "Custom Layout Update" from "Custom Design" Tab.
<reference name="content">
<block type="core/template" name="contactForm" template="contacts/form.phtml"/>
</reference>
Save it.... Enjoy...

Comments
Post a Comment