

Address autocomplete suggestions on the WooCommerce checkout page
CodePros Autocomplete Address for WooCommerce integrates Google Places API into your WooCommerce checkout form, providing customers with intelligent address suggestions as they type. This plugin significantly improves the checkout experience by reducing form completion time and minimizing address entry errors.
Compatible with both classic and block-based WooCommerce checkout.
Once configured with your Google Places API key, the plugin adds autocomplete functionality to the address fields on your WooCommerce checkout page. As customers start typing their address, they’ll see relevant suggestions from Google Places. When they select an address, the plugin automatically fills in the city, postcode, and state fields based on the selected address data, saving time and reducing errors.
The plugin supports both the classic WooCommerce checkout and the modern WooCommerce Blocks (Gutenberg) checkout. It automatically detects which checkout type your store is using and loads the appropriate implementation.
The plugin intelligently respects your WooCommerce store’s country restrictions, ensuring address suggestions only appear for countries you’ve enabled in your WooCommerce settings. The autocomplete dynamically updates when customers change their country selection, providing accurate suggestions for the selected country.
The plugin includes a 7-day free trial — no license key required. After the trial period, a license key is required to continue using the autocomplete functionality. License keys can be purchased from codepros.ai. License status and remaining trial days are displayed in the plugin settings page.
This plugin connects to Google Maps/Places API to provide address autocomplete functionality. It’s needed to show address suggestions as users type in the checkout form.
When the autocomplete feature is enabled and users type in address fields, the plugin sends address queries to Google’s servers. Google may also automatically collect the user’s IP address and approximate location data to provide relevant address suggestions.
This service is provided by Google LLC. For more information about how Google handles data, please review:
* Google Maps Platform Terms of Service
* Google Privacy Policy
This plugin also connects to the CodePros License API (https://api.wp-plugins.codepros.ai) to validate and activate license keys. License validation requests include the license key and the site URL. No personal user data is transmitted.
Example usage in the plugin:
include/AutocompleteAddress.php – Loads Google Maps JavaScript API with Places library
include/LicenseManager.php – Validates license keys against the CodePros License API