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.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardShare This Module's Status
README
Loaded from GitHubShipperHQ 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
- 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.
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.