Skip to content

This module fixes the issue with breadcrumbs on the product page not showing categories if the category is set to "Show in Menu = No". This problem was originally discussed [here](https://github.com/magento/magento2/issues/30098). This solution is for Magento 2.2.4 - 2.4.6

Notifications You must be signed in to change notification settings

splacento-incomm/Magento-Breadcrumbs-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Debuglabs_Breadcrumbs

This module fixes the issue with breadcrumbs on the product page not showing categories if the category is set to "Show in Menu = No". This problem was originally discussed here.

The solution was found on Magento Stack Exchange, provided by Nuwaus.

Description

This module wraps the solution into a Magento 2 module for easier access and deployment. It extends the default Magento breadcrumbs functionality to ensure categories are displayed in the breadcrumbs even when they are not shown in the menu.

Compatibility

This module is compatible with Magento versions 2.2.4 to 2.4.6.

Installation

  1. Clone the repository or download the module:

    git clone https://github.com/your-repository-url/Debuglabs_Breadcrumbs.git
  2. Copy the module files to your Magento 2 installation:

    cp -R Debuglabs_Breadcrumbs app/code/Debuglabs/Breadcrumbs
  3. Enable the module:

    php bin/magento module:enable Debuglabs_Breadcrumbs
    php bin/magento setup:upgrade
    php bin/magento cache:clean
  4. Deploy static content:

    php bin/magento setup:static-content:deploy

Usage

After installation, the module will automatically fix the breadcrumbs issue on the product pages. No further configuration is required.

Support

For any issues or questions, please contact the creator Sebastijan Placento at [email protected].

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

This module fixes the issue with breadcrumbs on the product page not showing categories if the category is set to "Show in Menu = No". This problem was originally discussed [here](https://github.com/magento/magento2/issues/30098). This solution is for Magento 2.2.4 - 2.4.6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published