kingfisherdirect/magento2-disable-compare

Magento 2 module to disable product compare functionality across all store pages

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/kingfisherdirect/magento2-disable-compare

dev-master 2025-12-12 13:46 UTC

This package is auto-updated.

Last update: 2025-12-12 13:49:09 UTC


README

A simple Magento 2 module that completely disables the product compare functionality across your store.

Features

  • Removes compare links from all product listings
  • Removes compare sidebar blocks
  • Works on all default Magento 2 pages including:
    • Product pages
    • Category pages
    • Search results
    • Shopping cart
    • Wishlist
    • Advanced search results

Requirements

  • Magento 2.4.x or higher
  • PHP 7.4 or higher

Installation

Via Composer (recommended)

composer require kingfisherdirect/magento2-disable-compare
php bin/magento module:enable KingfisherDirect_DisableCompare
php bin/magento setup:upgrade
php bin/magento cache:flush

Uninstallation

php bin/magento module:disable KingfisherDirect_DisableCompare
php bin/magento setup:upgrade
php bin/magento cache:flush

Then remove the module directory or uninstall via composer:

composer remove kingfisherdirect/magento2-disable-compare

License

MIT License - see LICENSE file for details