shipperhq / module-address-autocomplete
ShipperHQ Address Autocomplete Tool
Installs: 339 767
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 11
Forks: 24
Open Issues: 4
Language:JavaScript
Type:magento2-module
README
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)