Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove subcategory from breadcrumb trail?


christianbright

Recommended Posts

Maybe nobody knows quite what you mean. Are you trying to remove the entire breadcrumb trail?

 

If so then you can do that in catalog/includes/header.php. Find

<?php echo $breadcrumb->trail(' » '); ?>

Change to

<?php //echo $breadcrumb->trail(' » '); ?>

[/code]

Link to comment
Share on other sites

No I'm not trying to remove the entire trail, only the subcategories. To explain I have a top level category for a specific game World of Warcraft, below it is a sub category only there for SEO sake, and then more sub levels that are the realms/servers of the game. I want to remove certain levels of the sub categories to hide them in the breadcrumb trail if possible.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...