Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing The Breadcrumb


timmle

Recommended Posts

Posted

Me and a few colleagues have been doing some research into how people use the site. So we set up a beta version of the site on our lan and asked a large amount of them to navigate through the site, and asked them a series of questions afterwards so we could make the most of the site before it goes wide.

 

It turned out that all but one of 30-35 people didn't even take any notice of the breadcrumb feature let alone use it to find out where they were on the site or to navigate - so we are thinking about removing it to give the site a a little more cleanliness.

 

 

How would i go about removing the breadrcrumb altogether?

Posted

In /catalog/includes/header.php find this code:

 

	<td class="headerNavigation">  <?php echo $breadcrumb->trail(' » '); ?></td>

Alter it to this:

 

	<td class="headerNavigation">  <?php //echo $breadcrumb->trail(' » '); ?></td>

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...