jc-electronics / magento2-hyva-google-address-autocomplete
在Magento 2的账户部分启用地址自动完成
dev-main
2024-02-20 00:10 UTC
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: 2024-09-21 08:57:02 UTC
README
此模块通过使用Google Places API添加了地址自动完成的可能。
安装
可以使用以下命令使用composer安装此软件包
composer require jc-electronics/magento2-hyva-google-address-autocomplete bin/magento module:enable JcElectronics_HyvaGoogleAddressAutocomplete bin/magento setup:upgrade
用法
要使用此模块,请确保您有一个有效的Google Places API密钥。这是使扩展正常工作所必需的。
需要在JC-Electronics > 地址自动完成中进行一些配置
- 启用/禁用:启用或禁用模块
- Google API密钥:用于此模块的Google API密钥
贡献
欢迎提交拉取请求。对于重大更改,请先提交问题以讨论您想要更改的内容。
请确保适当更新测试。