How to Uninstall MatrixRates for Magento 2

Overview

This document outlines the process to uninstall the MatrixRates extension for Magento 2.

Uninstalling

Follow these steps to uninstall your MatrixRates extension:

  1. Disable the cache (if enabled) and compiler (if enabled).
  2. Run the following command:  composer remove webshopapps/module-matrixrate
  3. Run the following command: php bin/magento setup:upgrade
  4. Runthe following command: php bin/magento setup:di:compile (if the compiler is enabled).
  5. Remove any references to matrixrate from the core_config_data MySQL database table.
  6. Verify removal on admin/frontend.
  7. Enable cache (if previously enabled).

Was this doc helpful?