Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where Can I Modify the Breadcrums String


sukrub

Recommended Posts

Posted

I am going to host multiple stores under one domain.

 

I would like to get rid of 'Top' link in the BreadCrumbs String.

 

I looked at the /catalog/includes/classes/breadcrumbs.php..... It did not make much sense to me (I am not that good with php)

 

Your input is greatly appriciated as always.

 

Thanks.

Posted
I am going to host multiple stores under one domain.

 

I would like to get rid of 'Top' link in the BreadCrumbs String.

 

I looked at the /catalog/includes/classes/breadcrumbs.php..... It did not make much sense to me (I am not that good with php)

 

Your input is greatly appriciated as always.

 

Thanks.

 

In your application_top.php file look for the following line

 

$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

Change to

 

//$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

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

Yes... That did it.

 

I would never figure this out by myself. Thank you very much.

 

Sukru Boztepe

Archived

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

×
×
  • Create New...