Overview
This document outlines the process to 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 following command:
composer remove webshopapps/module-matrixrate
- Run the following command:
php bin/magento setup:upgrade
- Runthe following command:
php bin/magento setup:di:compile
(if the compiler is enabled). - Remove any references to matrixrate from the
core_config_data
MySQL database table. - Verify removal on admin/frontend.
- Enable cache (if previously enabled).