Skip to content
  • There are no suggestions because the search field is empty.

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:

  1. Disable the cache and compiler if they are enabled.
  2. Run the command to remove the module:

    composer remove shipperhq/module-address-autocomplete
    
  3. Upgrade the setup:

    php bin/magento setup:upgrade
    
  4. If the compiler is enabled, compile the dependency injection:

    php bin/magento setup:di:compile
    
  5. Remove any references to autocomplete from the core_config_data MySQL database table.

  6. Verify the extension has been removed in the admin and frontend areas.
  7. 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.