Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Top Link


Guest

Recommended Posts

Posted

How do I change the URL listed for the 'Top' link directly under the OS Commerce banner at the top of the page? Thank you.

Posted

in catalog/includes/application_top.php

find this

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

change FILENAME_DEFAULT to the file you want that is defined in catalog/includes/filenames.php

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Posted
in catalog/includes/application_top.php

find this

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

change FILENAME_DEFAULT to the file you want that is defined in catalog/includes/filenames.php

 

Okay, I guess I don't have a clue when it comes to this type of code because I don't know what to change it to by looking at filenames.php. If you don't mind educating me further please?

Archived

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

×
×
  • Create New...