How to disable the extension
Temporarily disable
To temporarily disable the extension, follow these steps:
-
Log in to the SSH console of your server and navigate to the root directory of your Magento 2 store.
-
Run the following command to disable the extension:
php -f bin/magento module:disable Mirasvit_CatalogLabel
If you have Hyvä theme, additionally run this command:
php -f bin/magento module:disable Hyva_MirasvitCatalogLabel
-
Log in to the Magento backend, refresh the store cache (if enabled), and deploy the static view files.
Extension removal
To uninstall the extension, follow these steps:
-
Log in to the SSH console of your server and navigate to the root directory of your Magento 2 store.
-
Run the following command to disable the extension:
php -f bin/magento module:disable Mirasvit_CatalogLabel
-
Run the following command to remove the extension:
composer remove mirasvit/module-cataloglabel
If you have Hyvä theme, additionally run this command:
composer remove hyva-themes/magento2-mirasvit-catalog-label
-
Log in to the Magento backend, refresh the store cache (if enabled), and deploy the static view files.