📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Popular Module Actively Maintained v21.0.2

Module Address Autocomplete

shipperhq/module-address-autocomplete

Integrates Google's Address Auto-Complete API to suggest addresses as customers type during checkout. Simplifies address entry and reduces errors for improved user experience.

418,837
Downloads
Above average
16
GitHub Stars
Below average
20d ago
Last Release
5
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
16 warnings
L5 PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v21.0.2 on Magento 2.4.8-p3
Jan 21, 2026
v21.0.1 on Magento 2.4.8-p3
Jan 6, 2026
v21.0.0 on Magento 2.4.8-p3
Dec 27, 2025

Share This Module's Status

Module Address Autocomplete Magento compatibility status badge

README

Loaded from GitHub

ShipperHQ Address Auto-Complete

The ShipperHQ Address Auto-Complete extension enhances Magento 2 stores by integrating Google's Address Auto-Complete API. This extension simplifies the checkout process by enabling address lookup functionality, improving user experience, and reducing address entry errors.

You do not need a ShipperHQ account to use this extension. More information on ShipperHQ capabilities is available at ShipperHQ.


Features

  • Seamless Address Auto-Complete: Instantly suggest addresses as customers type.
  • Guest & Logged-In Customer Support:
    • Auto-complete available for guest checkout shipping addresses.
    • Auto-complete for logged-in users adding a new address to their address book.
    • Supports new shipping address entry at checkout.
  • Google API Integration: Requires a Google API key with access to the Google Places API Web Service.

Requirements

  • Magento 2.4.4+
    • Compatibility with earlier editions is possible but not maintained
    • Supports both Magento Opensource (Community) and Magento Commerce (Enterprise)

Installation

Install using Composer by running the following commands:

composer require shipperhq/module-address-autocomplete
composer update
php bin/magento setup:upgrade

We recommend installing the ShipperHQ Logging module for enhanced debugging:

composer require shipperhq/module-logger
composer update
php bin/magento setup:upgrade

Configuration

  1. Navigate to Stores > Configuration > Sales > Shipping Settings.
  2. Open the ShipperHQ Address Auto-Complete tab and enable the extension.
  3. Enter your Google API Key. If you do not have one, register and ensure you have enabled the Google Places API Web Service on your Google account.
  4. Save the configuration.
  5. Refresh the Magento cache from System > Cache Management.

For further setup details, visit our configuration guide.


Limitations

  • Address auto-complete is not supported on any admin forms.
  • Address auto-complete is not available for billing addresses.

Support

As a free extension, ShipperHQ Address Auto-Complete is provided as-is without support.


Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.


License

See license files.


Copyright

Copyright (c) 2015 Zowta LLC (ShipperHQ)

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.