v1.1.3

Disabling the Extension

Temporarily Disable

To temporarily disable the extension, please follow these steps:

  1. Log in to the SSH console on your server and navigate to the root directory of the Magento 2 store.
  2. Run the command to disable the extension.
    php -f bin/magento module:disable Mirasvit_ProductKit
  3. Log in to the Magento backend and refresh the store cache (if enabled).

Note

If you have Hyva installed, run:

php -f bin/magento module:disable Mirasvit_ProductKit Hyva_MirasvitProductKit

Extension Removal

To uninstall the extension, please follow these steps:

  1. Log in to the SSH console on your server and navigate to the root directory of the Magento 2 store.
  2. Run the command to disable the extension.
    php -f bin/magento module:disable Mirasvit_ProductKit
  3. Run the command to remove the extension.
    composer remove mirasvit/module-product-kit
  4. Log in to the Magento backend and refresh the store cache (if enabled).

Note

If you have Hyva installed, run:

composer remove mirasvit/module-product-kit mirasvit/module-product-kit-hyva