Zen Cart Logo
Forums / General Questions / Removing product title from breadcrumbs: Last category link breaks!

Removing product title from breadcrumbs: Last category link breaks!

Views: 639

Results 1 to 4 of 4
17 Jun 2013, 9:09 PM
#1
feznizzle avatar

feznizzle

Totally Zenned

Join Date:
Apr 2010
Posts:
900
Plugin Contributions:
0

Removing product title from breadcrumbs: Last category link breaks!

Hi,

I followed DrByte's excellent instructions to remove product titles from my breadcrumbs.

However, when I do that, the immediate category (last in the trail of breadcrumbs) is no longer hot linked. I considered following his alternate instructions to substitute model number instead, but I think that might confuse my visitors.

Does anybody know how to make the last category click-able after removing the product title? So that they can return to the list of products with a simple click?

Thanks,
Mike

19 Jun 2013, 3:32 PM
#3
lhungil avatar

lhungil

Totally Zenned

Join Date:
Feb 2012
Location:
mostly harmless
Posts:
1,818
Plugin Contributions:
4

Re: Removing product title from breadcrumbs: Last category link breaks!

Create a new file "/includes/extra_configures/enable_breadcrumb_link_on_last_item.php" containing the following:

<?php
define('DISABLE_BREADCRUMB_LINKS_ON_LAST_ITEM','false');
19 Jun 2013, 3:49 PM
#4
feznizzle avatar

feznizzle

Totally Zenned

Join Date:
Apr 2010
Posts:
900
Plugin Contributions:
0

Re: Removing product title from breadcrumbs: Last category link breaks!

Thank you, thank you, thank you! This worked beautifully!!!
:clap: :clap: :clap: