[WordPress] 外掛分享: Address Autocomplete for WooCommerce

首頁外掛目錄 › Address Autocomplete for WooCommerce
WordPress 外掛 Address Autocomplete for WooCommerce 的封面圖片
全新外掛
安裝啟用
尚無評分
4 天前
最後更新
問題解決
WordPress 6.6+ PHP 7.4+ v1.2.1 上架:2026-02-02

內容簡介

段落摘要:
CodePros Autocomplete Address for WooCommerce 將 Google Places API 整合到 WooCommerce 結帳表單中,提供客戶智能地址建議,隨著他們輸入即時顯示。該外掛大幅改善結帳體驗,減少填寫時間並降低地址輸入錯誤。

問題與答案:
1. 這個外掛的主要功能是什麼?
- 外掛整合了Google Places API,提供客戶智能地址建議,以簡化結帳過程並減少錯誤。

2. 客戶在輸入地址時會看到什麼?
- 當客戶開始輸入地址時,他們會看到來自Google Places的相關建議,並在選取地址後,自動填入城市、郵遞區號和州等相關欄位。

3. 這個外掛能在哪些地方支援地址自動填入?
- 外掛支援在帳單地址和送貨地址欄位啟用地址自動填入功能。

4. 外掛需要什麼樣的環境運作?
- 外掛需要安裝並啟用 WooCommerce 插件(版本 5.0 或更高)、Google Places API 金鑰、PHP 版本 7.4 或更高、WordPress 版本 6.6 或更高。

5. 這個外掛可能會連接到哪個外部服務?
- 這個外掛將連接Google Maps/Places API,以提供地址自動填入功能,並向Google的伺服器發送地址查詢。

```html
<ul>
<li>這個外掛的主要功能是什麼?
<ul>
<li>外掛整合了Google Places API,提供客戶智能地址建議,以簡化結帳過程並減少錯誤。</li>
</ul>
</li>

<li>客戶在輸入地址時會看到什麼?
<ul>
<li>當客戶開始輸入地址時,他們會看到來自Google Places的相關建議,並在選取地址後,自動填入城市、郵遞區號和州等相關欄位。</li>
</ul>
</li>

<li>這個外掛能在哪些地方支援地址自動填入?
<ul>
<li>外掛支援在帳單地址和送貨地址欄位啟用地址自動填入功能。</li>
</ul>
</li>

<li>外掛需要什麼樣的環境運作?
<ul>
<li>外掛需要安裝並啟用 WooCommerce 插件(版本 5.0 或更高)、Google Places API 金鑰、PHP 版本 7.4 或更高、WordPress 版本 6.6 或更高。</li>
</ul>
</li>

<li>這個外掛可能會連接到哪個外部服務?
<ul>
<li>這個外掛將連接Google Maps/Places API,以提供地址自動填入功能,並向Google的伺服器發送地址查詢。</li>
</ul>
</li>
</ul>
```

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.2.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Address Autocomplete for WooCommerce」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Every extra field on your checkout is a chance for a customer to mistype, give up, or enter an address that creates problems later. Address Autocomplete for WooCommerce lets shoppers pick their address from Google Places suggestions as they type — then automatically fills in the city, postcode, and state for them.
The result: a faster checkout, fewer fat-finger typos in address fields, and less time your team spends deciphering what a customer actually meant to type.
Built for real stores. Works with both the classic WooCommerce checkout and the modern block (Gutenberg) checkout, on any WooCommerce-compatible theme.
Free vs Pro
Billing address autocomplete is free, forever — no account, no trial, no time limit. Install it and it works.
Pro unlocks shipping address autocomplete — so customers shipping to a different address get the same one-tap autofill. Pro also adds priority support, and the Agency plan adds unlimited sites and WordPress Multisite support.
See plans on the CodePros pricing page.
Why store owners use it

Faster checkout — customers select an address instead of typing every field by hand
Fewer address-entry typos — autofill puts the city, postcode, and state in the right fields automatically
Smoother experience — one less point of friction between cart and confirmation
Respects your store setup — suggestions only appear for the countries you sell to

Features

Google Places integration — accurate address suggestions powered by the Google Places API
Classic + block checkout — automatically detects your checkout type and loads the right implementation
Billing address autocomplete (free) — enable autocomplete on billing fields at no cost
Shipping address autocomplete (Pro) — unlock autocomplete on shipping fields with a Pro license
Auto-fill — populates city, postcode, and state when an address is selected
Country-aware — respects the country restrictions set in your WooCommerce settings, and updates suggestions when the customer changes country
Lightweight — scripts load only on the checkout page, and only when an API key is set and at least one address type is enabled
Simple setup — native WooCommerce settings tab; configure your API key and toggle features in minutes

How It Works
Add your Google Places API key and enable autocomplete for billing (free). As customers begin typing an address at checkout they’ll see Google Places suggestions; selecting one fills in the city, postcode, and state automatically. The plugin detects whether your store uses the classic or block checkout and loads the appropriate implementation, and only ever loads its scripts on the checkout page. To extend the same experience to shipping addresses, activate a Pro license.
Requirements

WooCommerce 5.0 or higher, installed and active
A Google Places API key (Google Cloud Console)
PHP 7.4 or higher
WordPress 6.6 or higher

External services
This plugin connects to the Google Maps/Places API to provide address autocomplete on the checkout form. When the feature is enabled and a customer types in an address field, the plugin sends the address query to Google’s servers. Google may also collect the user’s IP address and approximate location to return relevant suggestions. This service is provided by Google LLC. See the Google Maps Platform Terms of Service and the Google Privacy Policy.
This plugin also connects to the CodePros License API (https://api.store.codepros.ai) to activate, validate, and deactivate Pro license keys. License requests may include the license key, the generated license key ID, the license key instance ID returned by activation, and the site name/identifier used for activation. The free version’s billing autocomplete works without contacting the License API. No customer address data is sent to the CodePros License API.
Example usage in the plugin:
include/AutocompleteAddress.php – Loads the Google Maps JavaScript API with the Places library
include/LicenseManager.php – Validates Pro license keys against the CodePros License API

延伸相關外掛

文章
Filter
Mastodon