Plugin Details
Home / Plug-in market / Address Autocomplete
Address Autocomplete
Function Overview
-
Intelligent address completionWhen users enter their addresses on the settlement page, address suggestions are automatically obtained from the Google Places API, supporting real-time drop-down selection
-
Auto-fill formAfter selecting the Address, fields such as Address 1, City, Zip Code, Country/Region, and Zone are automatically filled in
-
Multilingual supportAutomatically adapt to the front desk languages of BeikeShop (Chinese, English, German, French, Spanish, Russian, Korean, Japanese, Indonesian, Italian)
-
Focus switching experienceClicking on the address input box will display the Google component. After selecting the address, it will automatically switch back to the original input box, providing a smooth experience
-
No additional buttons requiredInput and prompt immediately, no need to click the "Get Address" button
Technical characteristics
-
Use Google Places API (New) Web Components
-
Support automatic matching of Chinese and English country names
-
Automatically trigger form validation and seamlessly integrate with Element UI
-
Lightweight design, no impact on website performance
Applicable scenarios
-
Cross-border e-commerce independent website
-
Multilingual foreign trade mall
-
All kinds of B2C sites that need to improve the efficiency of address filling
Installation and configuration
System requirements
-
BeikeShop ≥ 1.5.0
-
PHP ≥ 7.4
-
Google Cloud projects must be created after March 1, 2025This project uses the new version of the Places API.
Configuration steps
-
inGoogle Cloud Console"CreateNew project(Or use projects created after March 1, 2025)
-
EnabledPlaces API (New)andMaps JavaScript API
-
Generate the API Key and add domain name restrictions (such as
https://yourdomain.com/*) -
In the BeikeShop backend → Plugin Management → Address Auto-Fill → Enter API Key
-
Enable the plugin and it will take effect
Q&A
Q: Do I need to pay?
A: The plugin itself is a one-time payment. Google Places API has a free quota (a free quota of $200 per month, which is usually sufficient for small and medium-sized sites).
Q: My Google Cloud project is an old one (created before March 1, 2025). Can it be used?
ANo way. The old project used the old version of the Places API. This plugin is developed based on the new version of the API and is incompatible. Please create a new project for use.
Q: Will it affect the website speed?
A: No, Google API loads asynchronously and does not affect page rendering.