Post by purebdesignuk » Sat Apr 28, 2012 10:43 pm

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

New member

Posts

Joined
Sat Apr 28, 2012 3:01 am

Post by grduniam » Sat Apr 28, 2012 11:05 pm

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

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>
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

Code: Select all

<a href="http://YOURWEBSITE.com/index.php?route=information/contact" >Contact Us</a>
Hope this helps.
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


User avatar
New member

Posts

Joined
Wed Apr 11, 2012 7:26 pm
Location - Tasmania

Post by purebdesignuk » Sun Apr 29, 2012 12:43 am

Thanks that worked fine

mark

New member

Posts

Joined
Sat Apr 28, 2012 3:01 am
Who is online

Users browsing this forum: No registered users and 21 guests