이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.

FAQ

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.

후기

2025년 10월 26일
Very good plug-in compared to other, simple settings, no restrictions, very good, thank you
2025년 9월 2일
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!
2025년 1월 26일
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 저장소를 확인하시거나, 개발 기록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.