Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing TOP >


zonzo_1

Recommended Posts

Hey guys,

 

I need to remove the TOP > part of the breadcrum tree. I have one main server that i run multiple shopping carts on (each under diferent sub categories). I need to remove the TOP > part of the breadcrum navigation because it leads to the main domain name www.bla.com (since my carts are under www.bla.com/onecart/ www.bla.com/twocart) I dont need and dont want people to be taken to the main www.bla.com address.

 

Is there a way of removing the TOP > part of the breadcrum and have it start from Catalog > ? becasure right now its doing TOP > CATALOG >

 

 

Thanks guys.

Link to comment
Share on other sites

I've had to do this in my 'not live yet' shop.

 

Look for file shop/catalog/includes/application_top.php and in it, look for this line

$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

 

Then comment it out, thus...

 

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

 

That should sort it out for you.

 

Roger

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...