Skip to content
  • There are no suggestions because the search field is empty.

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:

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