I have a navigation menu of Camping Shop in my header. Camping shop redirects to the page with One product.
If you hover over the camping shop you can see that there is a drop down with 4 new Sub categories.
All these categories redirect to the collection page with that Similar product. If I hover over the Camping Shop then from the drop down If I click 2nd Sub category and then If I click the product. The path I followed will be like:
Home / Camping Shop / 2nd Sub category / Product
This whole path should be displayed in the breadcrumbs as well But what I get is
Home / 2nd Sub category / Product
Is there a way to fix this?