Skip to main content

How to disable extension

Using these steps you can disable or remove extension.

Temporarily disable

To temporarily disable the extension, please take the following steps:

  1. Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store.

  2. Run the command below to cleanup related data:

     php -f bin/magento mirasvit:related:cleanup
  3. Run the command below to disable the extension:

    php -f bin/magento module:disable Mirsvit_Related 

    If you have Hyvä, run:

    php -f bin/magento module:disable Mirsvit_Related Hyva_MirasvitRelated
  4. Log in to the Magento backend and refresh the store cache (if enabled).


Removing the Extension

To uninstall the extension, follow these steps:

  1. Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store.

  2. Run the following command to remove the extension:

    composer remove mirasvit/module-related 

    If you have Hyvä, run:

    composer remove mirasvit/module-related mirasvit/module-related-hyva
  3. Log in to the Magento backend and refresh the store cache (if enabled).