Skip to content

This is a Fix for Magento 2.2.4 and 2.2.5 where the Product Breadcrumbs are generated with JS normally and contain unwanted text.

License

Notifications You must be signed in to change notification settings

kamilmaliszewski/FixProductBreadcrumbs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FixProductBreadcrumbs

This is a Fix for Magento 2.2.4 and 2.2.5 where the Product Breadcrumbs are generated with JS normally and contain unwanted text

Installation

Create a folder named CompactCode/FixProductBreadcrumbs under your app/code folder within your Magento Root directory and place all provided files within the src directory under that.

You need to perform the following commands after that (within your magento root directory via ssh):

  • php bin/magento cache:clean

  • php bin/magento setup:upgrade

  • php bin/magento setup:di:compile

  • php bin/magento setup:static-content:deploy

Composer Install Instructions

  • composer config repositories.compact-code-fix-product-breadcrumbs git git@github.com:CompactCodeEU/FixProductBreadcrumbs.git

  • composer require "compactcode/fixproductbreadcrumbs:dev-master"

  • php bin/magento setup:upgrade

About

This is a Fix for Magento 2.2.4 and 2.2.5 where the Product Breadcrumbs are generated with JS normally and contain unwanted text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%