No Product Name In Breadcrumb

Hi

My version is 4.3.3

I do not want the breadcrumb to display the product name. Is there a way to manipulate the breadcrumb.tpl so that the product name is eliminated?

Appreciate any advice

Thanks

Sap

Hi

My version is 4.3.3

I do not want the breadcrumb to display the product name. Is there a way to manipulate the breadcrumb.tpl so that the product name is eliminated?

Appreciate any advice

Thanks

Sap

app/controllers/frontend/products.php

just comment out the following line of code

fn_add_breadcrumb($product['product']);

Note: it is better to use products.post.php controller to override array with breadcrumbs

app/controllers/frontend/products.php

just comment out the following line of code

fn_add_breadcrumb($product['product']);

Note: it is better to use products.post.php controller to override array with breadcrumbs

Works perfect, thanks eComLabs sincere thanks

We were glad to help you!