enter image description here

How can I show the full breadcrumbs category path on the product page in Magento 2.3?

i want this path complete on product detail page in breadcrumbs enter image description here

有帮助吗?

解决方案

Magento by default provides this functionality in M2.3.3 or greater version. When you navigate to any product using navigation(using category) it will by default show full breadcrumbs on product page(except it will not show full breadcrumbs if you directly navigate to product using url).

Please check on this demo.

You may need to use a extension to show full breadcrumbs on product page for earlier versions.

其他提示

Please check with below url, its module from Eadesign which have Full path categories product breadcrumb

https://github.com/EaDesgin/magento2-full-path-category-product-breadcrumb

许可以下: CC-BY-SA归因
scroll top