Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Breadcrumb trail


emeticc

Recommended Posts

Posted

Hi guys,

 

I have been pulling my hair out trying to figure out where the 'categories/' text at the start of the breadcrumb is defined. I want to remove this.

 

currently I have:

 

categories/ category 1 >> sub category

 

I want it to be:

 

category 1 >> sub category

 

If anyone could help out it would be greatly appreciated.

 

Cheers....

Posted

it is defined in application_top.php

change

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

to

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

hope that helps

Posted
it is defined in application_top.php

change

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

to

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

hope that helps

 

Thanks, but that is not what i am after.

 

I have already have that line commented. That line displays the top or home link at the start of the breadcrumb. I am looking trying to find where the 'categories\' text is defined.

 

see example here: http://www.afterdarkspares.com/carby-kits-c-230_267_297.html

 

I can't find it anywhere, not in any language files, app top, breadcrumb.php... it is like it isn't defined.. ???

Posted

it is in languages/yourlanguage/yourlanguage.php around line 72

 

// categories box text in includes/boxes/categories.php

define('BOX_HEADING_CATEGORIES', 'chang to what you want it to be');

 

 

Thanks, but that is not what i am after.

 

I have already have that line commented. That line displays the top or home link at the start of the breadcrumb. I am looking trying to find where the 'categories\' text is defined.

 

see example here: http://www.afterdarkspares.com/carby-kits-c-230_267_297.html

 

I can't find it anywhere, not in any language files, app top, breadcrumb.php... it is like it isn't defined.. ???

Archived

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

×
×
  • Create New...