CustomGento_RemoveProductComparison

customgento/module-remove-product-comparison-m2

Remove Product Comparison for Magento 2 make sure that the product comparison feature is completely removed from Magento.

Strict checks passPHPStan level 9Build passingTrusted vendorSemVer compliant

Supported Magento versions: 2.4.9

35,952 installs★ 10 starsLatest: v1.2.0Released 2026-05-06License: OSL-3.0

composer require customgento/module-remove-product-comparison-m2

README

Reproduced from the package’s own README, under its own license, as of 2026-09-13. Links and images point back at the source repository.

Remove Product Comparison for Magento 2

Remove Product Comparison for Magento 2 removes the product comparison feature completely from Magento. Theoretically, this is as easy as removing all compare blocks from the layout. However, even when all blocks are removed, Magento still adds cookies and entries to the local storage. This module also takes care that this data is not set at all.

Installation

  • composer require customgento/module-remove-product-comparison-m2
  • bin/magento module:enable CustomGento_RemoveProductComparison
  • bin/magento setup:upgrade
  • bin/magento setup:di:compile
  • bin/magento cache:flush

Configuration

There is no configuration.

Copyright

© 2020 - present CustomGento GmbH

← All packages from customgento