How to Uninstall MatrixRates for Magento 2
Safely Remove MatrixRates Extension from Your Magento 2 Store
Table of Contents
Overview
This guide helps you uninstall the MatrixRates extension for Magento 2.
Uninstalling
Follow these steps to uninstall your MatrixRates extension:
- Disable the cache (if enabled) and compiler (if enabled)
- Run the command:
composer remove webshopapps/module-matrixrate
- Run the command:
php bin/magento setup:upgrade
- Run the command:
php bin/magento setup:di:compile
(if the compiler is enabled) - Remove any references to MatrixRates from the
core_config_data
MySQL database table - Verify removal on admin/frontend
- Enable cache (if previously enabled)
🔍 If you encounter issues, ensure all steps are completed and in the correct order. Feel free to reach out for support if necessary.😊