1. Documentation /
  2. Address Auto Complete For WooCommerce-3

Address Auto Complete For WooCommerce-3

1. Scope of the document

↑ Back to top
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.

2.WC Auto Address Complete Features List

↑ Back to top
  1. Address Suggestions
  2. Select location from google map pointer
  3. Country, City, Zip Code will detect automatically
  4. Can copy the billing address to shipping address by clicking on a check mark

3.System Actors

↑ Back to top
<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>