I would like to change the text from wishlist in the top navigation thats above the main navigation and change it to about us and add in Contact Us
How can i do this and what files can i edit?
thanks
To Stop wishlist showing up you can put <!-- --> around the wishlist command in catalogue/view/YOURTHEME/template/common/header.tpl being the header template file. Like below, its line 70
You could of course just delete the wishlist command if you prefer.
To add a new item to the menu you can add the URL and text as follows. For example to add contact us you could put
Hope this helps.
Code: Select all
<div class="links"><a href="<?php echo $home; ?>"><?php echo $text_home; ?></a><!--<a href="<?php echo $wishlist; ?>" id="wishlist-total"><?php echo $text_wishlist; ?></a> --><a href="<?php echo $account; ?>"><?php echo $text_account; ?></a><a href="<?php echo $shopping_cart; ?>"><?php echo $text_shopping_cart; ?></a><a href="<?php echo $checkout; ?>"><?php echo $text_checkout; ?></a></div>
To add a new item to the menu you can add the URL and text as follows. For example to add contact us you could put
Code: Select all
<a href="http://YOURWEBSITE.com/index.php?route=information/contact" >Contact Us</a>
Last edited by grduniam on Thu Jun 07, 2012 9:46 pm, edited 1 time in total.
Affiliate Homepage Link and Promote All Products
Hide Empty Shopping Cart
Remove Shipping and Handling from Affiliate Commission
Move Affiliate Info to Top of Orders Page
Who is online
Users browsing this forum: No registered users and 21 guests