Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding another LINK on top


kemen

Recommended Posts

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.

Link to comment
Share on other sites

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: ;)

Link to comment
Share on other sites

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:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...