Disabling the Extension
Temporarily Disable
To temporarily disable the extension, please follow these steps:
- Log in to the SSH console on your server and navigate to the root directory of the Magento 2 store.
- Run the command to disable the extension.
php -f bin/magento module:disable Mirasvit_ProductKit
- 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:
- Log in to the SSH console on your server and navigate to the root directory of the Magento 2 store.
- Run the command to disable the extension.
php -f bin/magento module:disable Mirasvit_ProductKit
- Run the command to remove the extension.
composer remove mirasvit/module-product-kit
- 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