Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

A couple of configuration Questions


ozcsys

Recommended Posts

Posted

I would like to remove "top" from the breadcrumb trail and I looked at the breadcrumb.php file but could not tell what to change.

 

On the product page I would like to remove the link from the picture.

 

Thanks

Richard

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted

To remove "top" from the breadcrumb trail, open catalog/includes/languages/english.php and find this line (about 1/8th down):

 

define('HEADER_TITLE_TOP', 'Top');

 

change to

 

define('HEADER_TITLE_TOP', '');

 

or you could just replace "top" with something else, don't delete that line entirely.

Posted
To remove "top" from the breadcrumb trail, open catalog/includes/languages/english.php and find this line (about 1/8th down):

 

or you could just replace "top" with something else, don't delete that line entirely.

Thanks, I was looking in the wrong place. I just did not really need it as I am redirecting the domain index to catalog so both of them went to the same place.

 

Richard

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted

To remove top from the breadcrumb trail

In catalog/includes/application_top.php, comment out

$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

The_Bear

Archived

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

×
×
  • Create New...