team23 / module-google-address-lookup
Auto-completes the address fields in your Magento 2 stores with Google Place Autocomplete API.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:magento2-module
Requires
- php: ^8.1
- magento/framework: ^103.0
- magento/module-backend: ^102.0
- magento/module-checkout: ^100.4
- magento/module-config: ^101.2
- magento/module-csp: ^100.4
- magento/module-customer: ^103.0
- magento/module-store: ^101.1
- magento/module-ui: ^101.2
- team23/module-core: ^1.1
README
Auto-completes the address fields in your Magento 2 stores with Google Place Autocomplete API.
Installation
Installation is done via composer
composer require team23/module-google-address-lookup
Now register the module with bin/magento setup:upgrade
.
Configuration
To enable extension and set the API Key in Magento backend, go to System > Configuration > TEAM23 > Google Address Lookup
. You are also able to restrict
the Autocomplete API to desired countries.
After enabling the extension with a working API key, the module will work in customer account for address editing/creating and in the checkout for shipping and billing address. By typing into (the first) street field, the autocomplete pop-ups.
Extensibility
Extension developers can interact with the Team23_GoogleAddressLookup
module. For more information about the Magento extension
mechanism, see Magento plug-ins.
The Magento dependency injection mechanism
enables you to override the functionality of the Team23_GoogleAddressLookup
module.