cancel
Showing results for 
Search instead for 
Did you mean: 

Magento2: How to add Google api Autocomplete address in checkout page

Magento2: How to add Google api Autocomplete address in checkout page

Hi all

 

I need to add Google API Autocomplete address on checkout page.

Anyone have solution for this.

 

Thanks

1 REPLY 1

Re: Magento2: How to add Google api Autocomplete address in checkout page

Hi @Shiwani Miglani,

There are lot of free extension available at the marketplace to configure Google Address API. 
for example:
https://marketplace.magento.com/shipperhq-module-address-autocomplete.html
https://github.com/ctidigital/magento2-google-address-lookup

You can create your address API key, follow below google doc.
https://developers.google.com/maps/documentation/javascript/places-autocomplete

I hope it will help you!