How to disable extension
Two options, depending on how final you want to be.
Temporarily disable switches the extension off and leaves everything in place - your feeds, templates, filters and mappings are all still there when you enable it again. Use this for troubleshooting.
Remove uninstalls it via composer.
Temporarily disable
To temporarily disable the extension, please take the following steps:
-
Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store.
-
Run the command below to disable the extension:
php -f bin/magento module:disable Mirasvit_Feed -
Log in to the Magento backend and refresh the store cache (if enabled).
Removing the Extension
To uninstall the extension, follow these steps:
-
Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store.
-
Run the following command to remove the extension:
composer remove mirasvit/module-feed -
Log in to the Magento backend and refresh the store cache (if enabled).