The standard odoo webshop has support for e-commerce categories that are hierarchically organized. In the demo data for example you have
All products > Furnitures > Chairs
When you surf to /shop/category/furnitures-chairs-11
you see this reflected in the breadcrumb on top.
Yet when you select one of the products. For example the Conference chair, you see suddenly the 'Furnitures' item goes missing from the breadcrumb
/shop/conference-chair-16?category=11#attr=5
It shows only
All Products > Chairs > Conference Chair
This is not what one would expect from a breadcrumb ...
Any idea how to fix this ?