How to Uninstall Address Autocomplete for Magento 2

Overview

This article is for uninstalling the Address Autocomplete extension for Magento 2.

Uninstalling

Follow these steps to uninstall your Address Autocomplete extension:

  1. Disable the cache (if enabled) and compiler (if enabled).
  2. Run: composer remove shipperhq/module-address-autocomplete
  3. Run: php bin/magento setup:upgrade
  4. Run: php bin/magento setup:di:compile (if the compiler is enabled).
  5. Remove any references to autocomplete from the core_config_data MySQL database table.
  6. Verify removal on admin/frontend
  7. Enable cache (if previously enabled).

Was this doc helpful?