How to Uninstall Address Autocomplete for Magento 2
Efficiently remove the Address Autocomplete extension from Magento 2 to streamline your store operations
Table of Contents
Overview
This guide helps you uninstall the Address Autocomplete extension for Magento 2. 😊 Follow the steps below to ensure a smooth removal process.
Uninstalling
To uninstall the Address Autocomplete extension, please follow these steps:
- Disable the cache and compiler if they are enabled.
- Run the command to remove the module:
composer remove shipperhq/module-address-autocomplete
Upgrade the setup:
php bin/magento setup:upgrade
If the compiler is enabled, compile the dependency injection:
php bin/magento setup:di:compile
Remove any references to autocomplete from the
core_config_data
MySQL database table.- Verify the extension has been removed in the admin and frontend areas.
- If you disabled the cache earlier, reenable it. ✅
These steps should help you cleanly uninstall the Address Autocomplete extension. If you encounter any issues, ensure each step is followed correctly and double-check your commands.