This is an info Alert.
xpay
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. Real Simple Autocomplete for WooCommerce

Real Simple Autocomplete for WooCommerce

Refresh-safe WooCommerce address autocomplete using Google Places API and optional OSM state matching.

10+ active installsFree on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Real Simple Autocomplete for WooCommerce running.

WordPress compatibility
Tested to 7.1
Tested against the WordPress branch in use today.
Last updated
16 days ago
Requires PHP
7.4
Your host must be running at least this version.
Requires WordPress
5.7
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

10+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how Real Simple Autocomplete for WooCommerce is looked after — not on how many stores run it.

Well maintained
Not enough public feedback to put a confident number on this one. Little public feedback — score rests mostly on release activity. What we can see is below.

Maintenance
35 / 35
Updated 4 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.1 (current).
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
Not enough data
No ratings yet.
Listing transparency
3 / 10
Provides: description
2 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-09-08 from the WordPress.org plugin registry.
Ratings

No one has rated this plugin on WordPress.org yet. That is a statement about the ratings page, not about the plugin — plenty of well-kept plugins never collect them.

Real Simple Autocomplete fills WooCommerce checkout street, city, state, postcode, and country fields using Google Places and OpenStreetMap for greater definition and coverage.

Refresh-safe checkout updates

A defining feature of RSAC is its checkout request guard. WooCommerce normally recalculates totals whenever address fields change. Autocomplete fills several dependent fields in quick succession, which can otherwise start overlapping recalculations using incomplete address data.

While the shopper types and selects an autocomplete result, RSAC temporarily suppresses same-origin WooCommerce checkout requests while continuing to allow Google Places and OSM traffic. After the complete address has been applied, RSAC releases the guard and allows one coherent checkout recalculation.

This helps prevent:

  • Recalculations using partially populated addresses.
  • Competing country, state, postcode, shipping, and tax updates.
  • Checkout totals being calculated from stale field values.
  • Classic checkout loading overlays becoming stuck after an intentionally blocked refresh.
  • Excessive Store API batch requests in Checkout Blocks while autocomplete is active.

The request guard supports both classic checkout and Checkout Blocks and remains replaceable through window.rsacCheckoutRequestGuard for advanced integrations.

Additional features

  • Legacy Google Places Autocomplete or opt-in Places API (New).
  • Accessible, keyboard-navigable suggestions panel for Places API (New).
  • International address-component handling and manually entered house-number preservation.
  • Matches Google region codes and names directly to WooCommerce states, with an optional cached OSM fallback for unresolved regions.
  • Missing house-number notification and administrator-scoped diagnostics.

External services

This plugin does not send analytics or tracking data to the plugin author. It uses the following external services to provide address autocomplete and optional state or province matching. Depending on applicable law, site owners may need to describe these services in their privacy notice or obtain appropriate consent.

Google Maps Platform and Places API

Google Maps Platform is required for the plugin’s address autocomplete functionality.

The site owner should restrict the Google API key to the site’s HTTP referrers and to the Maps JavaScript API plus the enabled Places API.

When an enabled checkout page loads, the shopper’s browser requests the Google Maps JavaScript API. This request includes the site owner’s Google API key, the configured language and region, and standard connection information such as the shopper’s IP address and browser request data. As the shopper types in an enabled address field, the entered address text is sent to Google Places to obtain suggestions. Selecting a suggestion sends its Place identifier to Google to retrieve address components such as street, city, state, postcode, and country.

Google provides this service under its own policies:

  • Google Maps Platform Terms of Service: https://cloud.google.com/maps-platform/terms/
  • Google Privacy Policy: https://policies.google.com/privacy

OpenStreetMap Nominatim

OpenStreetMap Nominatim is optional. When enabled, it is used only if Google’s state or province code and name cannot be matched directly to a WooCommerce state option.

In that fallback case, the latitude and longitude of the selected Google Place are sent to the public Nominatim reverse-geocoding service to obtain an ISO state or province code. With direct requests, the shopper’s browser also sends standard connection information such as its IP address and browser request data. With the optional WordPress proxy cache enabled, the request is sent by the website server and also includes the site locale and a User-Agent containing the site URL. The plugin then caches only the country-and-region state-code mapping for 24 hours; it does not cache the shopper’s complete address or Google Places responses.

OpenStreetMap Foundation provides this service under its own policies:

  • Nominatim Usage Policy: https://operations.osmfoundation.org/policies/nominatim/
  • OpenStreetMap Foundation Terms of Use: https://osmfoundation.org/wiki/Terms_of_Use
  • OpenStreetMap Foundation Privacy Policy: https://osmfoundation.org/wiki/Privacy_Policy

Why does RSAC pause WooCommerce checkout requests?

Autocomplete changes multiple address fields as one operation. Allowing WooCommerce to refresh after every intermediate field can produce overlapping requests, incomplete shipping or tax calculations, and stuck loading states. RSAC pauses those requests until the selected address is fully applied, then releases the guard for the final checkout update. Google Places and OSM requests are not blocked.

Why is a postcode missing for some addresses?

Google Places returns a postcode only when the selected Place result contains a postal_code address component. This varies by address and region and is generally not controlled by the plugin API settings. When Google does not return a postcode, RSAC clears any postcode left from the previously selected address.

How can I style the Places API (New) autocomplete panel?

These controls apply only when Places API (New) is enabled; they do not affect the legacy Google Autocomplete widget. The dedicated “Places API (New) Panel Styling” settings section includes panel background, text, highlight colors, and z-index controls. For additional styling, target these selectors in your theme or custom CSS:

.rsac-autocomplete-panel - suggestions container.
.rsac-autocomplete-option - individual suggestion.
.rsac-autocomplete-option.is-active - keyboard-selected or highlighted suggestion.
.rsac-google-maps-attribution - Google Maps attribution.

The panel also supports these CSS custom properties:

--rsac-panel-background
--rsac-panel-text
--rsac-panel-active
--rsac-panel-z-index

How can I collect a debug report?

Select a Debug User and enable Browser debug logging in the plugin settings. Reproduce the checkout problem while logged in as that administrator, open the browser developer console, and run:

rsacGetDebugReport()

Copy the returned JSON when requesting support. The report can contain entered address data, but API keys and nonces are excluded or redacted. Run rsacClearDebugReport() before reproducing if you want to discard earlier entries.

Categories
Search & filtering
Plugin details
Version2.0.8
Last updated2026-09-04 5:32pm GMT
Added2026-07-16
Requires WordPress5.7
Tested up to7.1
Requires PHP7.4

Tags on WordPress.org
autocomplete
Google Maps
woocommerce
Alternatives
Other plugins in the same categories.
Ivory Search – WordPress Search Plugin
100K+ installs
4.9(1,560)
Filter Everything — WordPress & WooCommerce Filters
50K+ installs
4.6(149)
Relevanssi – A Better Search
100K+ installs
4.8(405)
WP Fastest Site Search
100+ installs
5.0(27)
Ajax Search Lite – Live Search & Filter
70K+ installs
4.8(264)
Advanced Woo Search – Product Search for WooCommerce
70K+ installs
4.8(248)
xpay

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy