https://github.com/php-cuong/magento2-customer-address-autocomplete
Magento 2 Customer Address Autocomplete
https://github.com/php-cuong/magento2-customer-address-autocomplete
address-autocomplete address-autofill customer-address-autocomplete extension-free google-maps magento-2 magento-2-extension maps-javascript-api
Last synced: 4 months ago
JSON representation
Magento 2 Customer Address Autocomplete
- Host: GitHub
- URL: https://github.com/php-cuong/magento2-customer-address-autocomplete
- Owner: php-cuong
- Created: 2018-07-04T17:06:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T17:54:00.000Z (over 4 years ago)
- Last Synced: 2024-04-20T02:21:46.329Z (about 2 years ago)
- Topics: address-autocomplete, address-autofill, customer-address-autocomplete, extension-free, google-maps, magento-2, magento-2-extension, maps-javascript-api
- Language: JavaScript
- Size: 246 KB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Customer Address Autocomplete Extension for Magento 2
In this module, I used the Maps Javascript API of the Google for autocompleting the customer address. When the customer enter the address in the street field, a list of addresses will be suggested by Google Maps Javascript API.
## How to install or upgrade this extension?
+ Under the root of your website, please run the command lines bellowing:
- Before installing this extension, make sure that you have installed the PHPCuong_Core module, If you don't install this module yet, please install it by running the command line: **composer require php-cuong/magento2-module-core**
- Install the PHPCuong_CustomerAddressAutocomplete module:
- **composer require php-cuong/magento2-customer-address-autocomplete**
- **php bin/magento setup:upgrade**
- **php bin/magento setup:static-content:deploy**
- **php bin/magento setup:di:compile**
- **php bin/magento indexer:reindex**
- **php bin/magento cache:flush**
## How to see the results?
### - On the Backend:
- Go to the Admin Panel of the Magento Store and navigate to the GiaPhuGroup → Address Autocomplete
### - On the Storefront:
- Go to the Edit Address page
- Go to the Add New Address page
- Go to the Create New Customer Account page
- Go the the checkout page.
## The screenshot of this extension
### - On the Storefront:
#### *The interface used for the customer creates new customer account page*
