Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Cant find links


Recommended Posts

View Basket, My Account, Checout and Login are found in includes/header.php

 

Top and Catalog are links that are defined in your configure.php files and referenced in application_top.php, like so:

 

$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

$breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));

 

You can remove the 'Top' link altogether by just adding // in front of it, and you change change the link in 'catalog' by changing FILENAME_DEFAULT to another file name. Not advisable.

 

Vger

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...