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.
- 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.
- Magento 2.4.4+
- Compatibility with earlier editions is possible but not maintained
- Supports both Magento Opensource (Community) and Magento Commerce (Enterprise)
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
- Navigate to
Stores > Configuration > Sales > Shipping Settings
. - Open the ShipperHQ Address Auto-Complete tab and enable the extension.
- 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.
- Save the configuration.
- Refresh the Magento cache from
System > Cache Management
.
For further setup details, visit our configuration guide.
- Address auto-complete is not supported on any admin forms.
- Address auto-complete is not available for billing addresses.
As a free extension, ShipperHQ Address Auto-Complete is provided as-is without support.
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
See license files.
Copyright (c) 2015 Zowta LLC (ShipperHQ)