Layered Navigation
v2.7.9

Disabling the 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 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

    Note

    If you have the Hyva, run:

        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

    Note

    If you are using Magento LiveSearch, additionally run:

       php -f bin/magento module:disable Mirasvit_LayeredNavigationLiveSearch

  3. Log in to the Magento backend and refresh the store cache (if enabled). Then deploy the static view files.

Extension Removal

To uninstall 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 remove the extension:

        composer remove mirasvit/module-navigation mirasvit/module-seo-filter 

    Note

    If you have the Hyva, run:

        composer remove mirasvit/module-navigation mirasvit/module-seo-filter mirasvit/module-navigation-hyva
  3. Log in to the Magento backend and refresh the store cache (if enabled). Then deploy the static view files.