Address autocomplete is a plugin which allows us to sync with
google maps location detector at
checkout page. Let’s suppose if anyone is selecting location from google map so the relevant address field will be fetched automatically and will reflect at Address, Country, City, State and Zip code fields. You don’t need to fill these fields manually.
Moreover if you will type a few words of a location or zip code so the system will push a list of relevant locations.
- Address Suggestions
- Select location from google map pointer
- Country, City, Zip Code will detect automatically
- Can copy the billing address to shipping address by clicking on a check mark
<table style=”width:100%”>
<tr>
<th>Firstname
</th>
<th>Lastname
</th>
<th>Age
</th>
</tr>
<tr>
<td>Jill
</td>
<td>Smith
</td>
<td>50
</td>
</tr>
<tr>
<td>Eve
</td>
<td>Jackson
</td>
<td>94
</td>
</tr>
</table>