team23/module-google-address-lookup

Auto-completes the address fields in your Magento 2 stores with Google Place Autocomplete API.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:magento2-module

1.0.0 2024-09-16 14:01 UTC

This package is auto-updated.

Last update: 2024-09-16 14:03:46 UTC


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.