Address Autocomplete for WooCommerce
Every extra field a customer fills by hand is a chance to abandon checkout. Cut address entry down to one click.
Address Autocomplete Google Maps and Places API Setup
Address Autocomplete uses Google Maps Platform services to show address suggestions and fill WooCommerce address fields.
API setup
- Create or select a Google Cloud project.
- Enable billing for the project.
- Enable Maps JavaScript API and the Places API version used by your plugin settings.
- Create an API key.
- Restrict the key to the APIs and domains that need it.
- Paste the key into the Address Autocomplete settings.
Modern vs Classic Places
The plugin setting lets you choose Modern (New Places API) or Classic (Places API). Google maintains migration documentation for Places changes, so confirm current API status and pricing in Google Cloud before publishing a store change.
Official reference: Google Places migration overview and Google Maps API security best practices.