zonzo_1 Posted April 13, 2005 Share Posted April 13, 2005 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 More sharing options...
Guest Posted April 13, 2005 Share Posted April 13, 2005 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 More sharing options...
zonzo_1 Posted April 19, 2005 Author Share Posted April 19, 2005 This worked perfectly, thank you. Link to comment Share on other sites More sharing options...
Guest Posted April 19, 2005 Share Posted April 19, 2005 good question!! Same thing I wanted to do, and the answer already posted!! Thanx roger 2dogrc Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.