Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding another LINK on top


kemen

Recommended Posts

Posted

Hi All,

 

Can some one help to provide guidance on how I could add a LINK next to My Account on the right top side ??

 

Which file to modify ??

 

TQ for helping ;) ;)

Posted

you should check your catalog\includes\header.php file. You should see a long line with all the navigation links, like:

...........<a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>  |  ................

So you could add an extra link in between.

Posted
you should check your catalog\includes\header.php file. You should see a long line with all the navigation links, like:

...........<a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>  |  ................

So you could add an extra link in between.

 

Mark,

 

TQ for helping, I will try that shortly and report back.

 

Once again, your enlightenment is very much appreciated :thumbsup: ;)

Posted
Mark,

 

TQ for helping, I will try that shortly and report back.

 

Once again, your enlightenment is very much appreciated :thumbsup: ;)

 

 

Mark,

 

TQ for pointing me to the right direction, got it fix :thumbsup: :thumbsup:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...