cancel
Showing results for 
Search instead for 
Did you mean: 

Breadcumbs are not coming Properly

Breadcumbs are not coming Properly

In My website breadcumbs are not coming properly If i Open Caretogry -> Subcategory -> Vertical it showing Properly

Breadcumbs.PNG

If i Open any Product In that Vertical it is showing like Home -> Productname Directly

Breadcumbs1.PNG

My Requirement if i open any prodcust it has to show complete path in Breadcumbs

2 REPLIES 2

Re: Breadcumbs are not coming Properly

Hello @sekhar_n 

checkout this post here to get an idea how breadcrumbs works and the solution of it.

https://magento.stackexchange.com/questions/208154/not-getting-full-path-in-breadcrumb-form-category...

Was my answer helpful? You can accept it as a solution.
175+ Professional Extensions for M1 & M2
Need a developer?Just visit Contact Us Now

Re: Breadcumbs are not coming Properly

Check `Magento_Catalog` module helper 'data.php' file >  'getBreadcrumbPath' function.
and print what it returns. it should return full breadcrumbs with all related categories. If not please check if you have overridden the function. If it has correct data then please remove cache including FPC and clear browser cache also and then test again!

Breadcrumbs will print all data which returns by this function only!

If it helps Please click "Kudos" and "accept solution".