customgento / module-remove-product-comparison-m2
Remove Product Comparison for Magento 2 removes the product comparison feature completely from Magento.
Fund package maintenance!
customgento
Installs: 16 922
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 4
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0
- magento/framework: ~102.0||~103.0
- magento/module-catalog: ~103.0||~104.0
- magento/module-customer: ~102.0||~103.0
Requires (Dev)
- phpunit/phpunit: ~6.5||~9.5.0
- roave/security-advisories: dev-latest
README
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