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_LayeredNavigation Mirasvit_Scroll Mirasvit_AllProducts Mirasvit_Brand Mirasvit_SeoFilter Mirasvit_SeoNavigation Mirasvit_QuickNavigation Mirasvit_LandingPage
If you have Hyvä theme, use this command:
php -f bin/magento module:disable Mirasvit_LayeredNavigation Mirasvit_Scroll Mirasvit_AllProducts Mirasvit_Brand Mirasvit_SeoFilter Mirasvit_SeoNavigation Mirasvit_QuickNavigation Mirasvit_LandingPage Hyva_MirasvitLayeredNavigation Hyva_MirasvitAllProducts Hyva_MirasvitBrand Hyva_MirasvitQuickNavigation Hyva_MirasvitScroll
If you are using Magento LiveSearch, additionally run:
php -f bin/magento module:disable Mirasvit_LayeredNavigationLiveSearch
-
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 remove the extension:
composer remove mirasvit/module-navigation mirasvit/module-seo-filter
If you have Hyvä theme, use this command:
composer remove mirasvit/module-navigation mirasvit/module-seo-filter mirasvit/module-navigation-hyva
-
Log in to the Magento backend, refresh the store cache (if enabled), and deploy the static view files.