Това разширение не е обновявано повече от 2 години. Може вече да не се поддържа и да има проблеми със съвместимостта при използването му на по-нови версии на WordPress.

Address AutoSuggest for WooCommerce

Описание

Enable Google Places Autocomplete for WooCommerce checkout address fields. This plugin simplifies the checkout process, reduces errors, and enhances the user experience by autofilling address details in real time.

This plugin uses the Google Places API to provide address autocomplete functionality. It requires a valid Google API key.

External Services

This plugin relies on the Google Places API for address autocomplete functionality.

  • Data sent: Address search queries entered by the user during checkout.
  • Purpose: To fetch address suggestions from the Google Places API and autofill the WooCommerce address fields.
  • Terms of Service: Google Cloud Terms of Service
  • Privacy Policy: Google Privacy Policy

Снимки на разширението

Инсталиране

  1. Upload the plugin files to the /wp-content/plugins/address-autosuggest-for-woocommerce/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Navigate to WooCommerce > Settings > Address AutoSuggest to configure the plugin.
  4. Enter your Google API key to enable the autocomplete functionality.

ЧЗВ

How do I obtain a Google API key?

Follow these steps to obtain your API key:

  1. Go to the Google Cloud Console.
  2. Create or select a project.
  3. Enable the „Places API“.
  4. Generate an API key under „Credentials“.
  5. Restrict the API key to prevent unauthorized use.

Does this plugin support both billing and shipping address fields?

Yes, the plugin supports autocompletion for both billing and shipping address fields on the WooCommerce checkout page.

Отзиви

26.10.2025
Very good plug-in compared to other, simple settings, no restrictions, very good, thank you
02.09.2025
I have had no issues with this plugin, it has overall been great. Had a little trouble getting it setup, but found it was just issues in my Google API settings for not putting the /* after my domain name to lock the Google API to a certain domain. Couldn’t be happier with this plugin, no issues and I have been using it for over 2 months!
26.01.2025
I installed the Address AutoSuggest for WooCommerce plugin by Web V8, and it’s been a game-changer. It uses Google Places Autocomplete to autofill address fields during checkout, making the process faster and reducing errors.
Прочетете всички 4 отзива

Сътрудници и разработчици

“Address AutoSuggest for WooCommerce” е софтуер с отворен код. Към разширението са допринесли следните хора:

Сътрудници

Превеждане на “Address AutoSuggest for WooCommerce” на вашия език.

Имате интерес към разработване?

Преглеждане на кода, разглеждане на SVN хранилище, или абонамент към програмната история (log) чрез RSS.

Списък с промени

1.5

  • Added support for WooCommerce Block-Based Checkout.
  • Improved script enqueue logic for better performance.

1.4.1

  • Added Step-by-Step Guide in the Settings Page.

1.4

  • Replaced hardcoded country list with WooCommerce’s built-in country list.
  • Improved performance by removing redundant file reads.
  • Enhanced security with stricter URL escaping.
  • Converted JavaScript API wait logic into a Promise-based function.
  • Minified JavaScript for faster execution.
  • Fixed frontend issue where Google Places list was not appearing.