outeredge / magento-structured-data-module

Magento Structured Data Module by outer/edge
MIT License
47 stars 13 forks source link

Show native breadcrumbs in product page to avoid empty breadcrumbs block #13

Closed paugnu closed 3 years ago

paugnu commented 3 years ago

Hi @davidwindell ,

This is a pull request to fix an annoying issue: breadcrumbs disappear from the product page after installing the extension.

In the module, the breadcrumbs template globally in the default.xml block. But the product page has a different breadcrumbs logic than the rest of the sections. Because of this, the breadcrumbs block disappear from the product page.

This is a temporary solution waiting for a fix which includes the breadcrumbs code for the product page.

davidwindell commented 3 years ago

@paugnu this is awesome, thank you so much for your contribution!