jc-electronics / magento2-hyva-google-address-autocomplete
Enable autocompletion of addresses in the account section in Magento 2
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^8.1
- magento/framework: ^103.0
Requires (Dev)
- bitexpert/phpstan-magento: ^0.30.1
- phpstan/extension-installer: ^1.3
- phpunit/phpunit: ^9
- youwe/coding-standard-magento2: ^2.0.0
- youwe/testing-suite: ^2.17
This package is auto-updated.
Last update: 2025-02-21 09:46:12 UTC
README
This module adds the possibility to add address autocompletion by using Google Places API.
Installation
The package can be installed using composer with the following commands:
composer require jc-electronics/magento2-hyva-google-address-autocomplete bin/magento module:enable JcElectronics_HyvaGoogleAddressAutocomplete bin/magento setup:upgrade
Usage
To use the module, make sure you have an active Google Places API Key. This is needed to make the extension work properly.
There's some configuration that needs to be set in JC-Electronics > Address Autocomplete:
- Enabled: Enable or disable the module
- Google API key: The API key from Google to use with this module
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.