In the Mesolite template (for Magento 1.3.1), the Contact Us link is positionned in the footer.
This link is crucial for customers so I would like to put it whether in the Top Nav bar (mi account, login…) or in the Main Categroies Nav Bar.
How can this be achieved?
Thanks
4 answers
Hi
For the case, please open app\design\frontend\default\default\layout\contact s.xml file, at about line 30, find following code:
Code:
<reference name="footer_links"> <action method="addLink" translate="label title" module="contacts" ifconfig="contacts/contacts/enabled"><label>Contact Us</label><url>contacts</url><title>Contact Us</title><prepare>true</prepare></action> </reference>
and change to:
Code:
<reference name="toolLinks"> <action method="addLink" translate="label title" module="contacts" ifconfig="contacts/contacts/enabled"><label>Contact Us</label><url>contacts</url><title>Contact Us</title><prepare>true</prepare></action> </reference>
Hi,
Your script took the Contact Us link off the footer, but didn´t put it anywhere else.
I tried also tool_Links instead of toolLinks without success.
Does this work for you in Mesolite?
Thanks
Why not simply create a new menu button and link it to your contact page?
Menu -- Main Menu -- New -- Contacts -- Contact -- Standard
Why not simply create a new menu button and link it to your contact page?
Menu -- Main Menu -- New -- Contacts -- Contact -- Standard
Is that for Magento or Joomla?
Cant find anything like what you suggest in Magento
This question is now closed