![]() |
Remove Product Name From Breadcrumb?
Anyone know how to remove the product name from the breadcrumb trail?
I just need it to go as far as subcategory as my product names are a little long and clutter the layout. Thanks |
Re: Remove Product Name From Breadcrumb?
Are you referring to speed bar management? If so, the link can be found in the Administration section titled "Speed bar."
|
Re: Remove Product Name From Breadcrumb?
Easily done...
product.php Change... Code:
$location[] = array($product_info["product"],""); To... Code:
# $location[] = array($product_info["product"],""); ie. just comment out that line. |
Re: Remove Product Name From Breadcrumb?
Thanks Phil but that does not seem to work in 4.4 - comes back with an error.
|
Re: Remove Product Name From Breadcrumb?
Your signature says v4.3.1, so that's what I posted.
|
Re: Remove Product Name From Breadcrumb?
Comment out this chunk of code...
Code:
if (!empty($product_info)) { |
Re: Remove Product Name From Breadcrumb?
Yes sorry my mistake - live on 4.3 but in dev on 4.4 - hence why posting in the 4.4 template section.
That worked great - thanks Phil |
All times are GMT -8. The time now is 08:43 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.