Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing "Top" from breadcrumb


royalfunk

Recommended Posts

When "Top" is turned on in the breadcrumb it sometimes causes problems or confusion. If you want the store to be at root level you have to move all your files and risk something going wrong. If you do a simple redirect in your index.html file at root level to automatically shuffle the visitor to domain.com/catalog at the beginning, they have to go through the redirect every time. All I want to know is, is there a way to turn off the "Top" while still leaving all other aspects of the breadcrumb in tact?

 

Anyone have a better suggestion maybe I am not thinking of? Thanks!

 

-Aaron

Link to comment
Share on other sites

Look in catalog/includes/application_top.php look and comment out this:

$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

The_Bear

Link to comment
Share on other sites

Quick and dirty solution. We just changed "Top" to "Home" and "Catalog" to "Front of Store". It's the same thing but ends the confusion.

 

Change lang file in catalog/includes/languages/english.php

 

define('HEADER_TITLE_TOP', 'Home');
define('HEADER_TITLE_CATALOG', 'Front of Store');

"Aliiiiive, it's alive, it's ALIIIIIIIIIIIIIVE!!!"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...