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. Assertivlogix Local Currency Display for WooCommerce

Assertivlogix Local Currency Display for WooCommerce

Automatically converts product prices based on the visitor's country using real-time exchange rates.

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

What the WordPress.org registry says about keeping Assertivlogix Local Currency Display for WooCommerce running.

WordPress compatibility
Tested to 7.1.1
Tested against the WordPress branch in use today.
Last updated
4 days ago
Requires PHP
7.4
Your host must be running at least this version.
Requires WordPress
5.0
Requires other plugins
woocommerce
These must be installed and active first.
Contributors
2

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

Scored on how Assertivlogix Local Currency Display 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 3 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.1.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
6 / 10
Provides: description, homepage
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-20 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.

Assertivlogix Local Currency Display for WooCommerce is a powerful and lightweight solution designed to enhance the shopping experience for your international customers. By automatically detecting a visitor’s location using WooCommerce’s built-in geolocation, the plugin switches your store’s currency to their local currency in real-time.

This plugin ensures that your customers always see prices in a familiar currency, reducing friction during the checkout process and increasing conversion rates.

Key Features:

  • Automatic Country Detection: Uses WooCommerce’s built-in IP geolocation to identify the visitor’s country.
  • Real-time Exchange Rates: Fetches live currency data from reliable sources like Open Exchange Rates API, Fixer.io, and Open Exchange Rates.
  • Performance Optimized: Exchange rates are cached to ensure your site remains fast and responsive.
  • Localhost & Testing Support: Built-in fallback to public IP detection, making it easy to test on local development environments.
  • Developer Friendly: Clean code structure and standard WordPress hooks for easy customization.
  • Easy Configuration: A modern, intuitive settings page integrated directly into WooCommerce.

Why Choose This Plugin?

Providing a localized experience is crucial for global e-commerce. This plugin takes the guesswork out of currency conversion, allowing you to focus on growing your business while your customers enjoy a seamless shopping journey.

External Services

This plugin connects to the following third-party external services to provide currency conversion and geolocation functionality. No personal user data (such as names, emails, or browsing history) is shared with these services.

Open Exchange Rates API (open.er-api.com)

This plugin connects to the Open Exchange Rates API at open.er-api.com to fetch live currency exchange rates. This is the default (free) exchange rate provider.

  • What data is sent: The store’s base currency code (e.g., “USD”) is sent as a URL parameter.
  • When data is sent: When exchange rates need to be refreshed (rates are cached for 24 hours to minimize requests).
  • Service website: https://www.exchangerate-api.com/
  • Terms of Use: https://www.exchangerate-api.com/terms
  • Privacy Policy: https://www.exchangerate-api.com/privacy

Fixer.io

This plugin can optionally connect to the Fixer.io API to fetch live currency exchange rates. This provider requires a user-provided API key.

  • What data is sent: The store’s base currency code and the site administrator’s Fixer.io API key are sent as URL parameters.
  • When data is sent: Only when Fixer.io is selected as the exchange rate provider and rates need to be refreshed (cached for 24 hours).
  • Service website: https://fixer.io/
  • Terms of Use: https://fixer.io/terms
  • Privacy Policy: https://fixer.io/privacy

Open Exchange Rates (openexchangerates.org)

This plugin can optionally connect to the Open Exchange Rates API at openexchangerates.org to fetch live currency exchange rates. This provider requires a user-provided App ID.

  • What data is sent: The store’s base currency code and the site administrator’s Open Exchange Rates App ID are sent as URL parameters.
  • When data is sent: Only when Open Exchange Rates is selected as the exchange rate provider and rates need to be refreshed (cached for 24 hours).
  • Service website: https://openexchangerates.org/
  • Terms of Use: https://openexchangerates.org/terms
  • Privacy Policy: https://openexchangerates.org/privacy

ipapi.co (Geolocation Fallback)

This plugin connects to ipapi.co only as a fallback when the site is running on localhost or a local development environment where WooCommerce’s built-in geolocation cannot determine the visitor’s country. This service is not used on production/live sites where WooCommerce geolocation works normally.

  • What data is sent: The server’s public IP address is sent implicitly via the HTTP request (no user IP is forwarded).
  • When data is sent: Only on localhost/development environments when WooCommerce’s built-in geolocation returns no result.
  • Service website: https://ipapi.co/
  • Terms of Use: https://ipapi.co/terms/
  • Privacy Policy: https://ipapi.co/privacy/

Does it work on localhost?

Yes! We have implemented a special fallback that detects your public IP even when you are working on a local server, ensuring you can test the functionality before going live. This fallback uses the ipapi.co service only on localhost environments.

Which API providers are supported?

Currently, we support:
1. Open Exchange Rates API via open.er-api.com (Free, no API key required)
2. Fixer.io (Requires API key)
3. Open Exchange Rates via openexchangerates.org (Requires App ID)

How often are exchange rates updated?

Rates are updated and cached for 24 hours by default to ensure accuracy without overloading the API or slowing down your site.

Is it compatible with other WooCommerce extensions?

Yes, it is designed to work seamlessly with the core WooCommerce price display logic, making it compatible with most themes and plugins.

Categories
Checkout fields & addressCurrency & tax
Plugin details
Version1.1.0
Last updated2026-09-17 8:28am GMT
Added2026-06-18
Requires WordPress5.0
Tested up to7.1.1
Requires PHP7.4

Tags on WordPress.org
currency converter
exchange rates
geolocation
multi currency
woocommerce
Alternatives
Other plugins in the same categories.
Checkout Field Editor (Checkout Manager) for WooCommerce
400K+ installs
4.9(1,056)
Price Based on Country for WooCommerce
20K+ installs
4.8(262)
Calculadora de Frete e Campos Checkout para o Brasil
5K+ installs
4.9(45)
Admin Columns
100K+ installs
4.9(1,651)
Kikote – Location Picker at Checkout & Google Address AutoFill Plugin for WooCommerce
1K+ installs
5.0(65)
Custom Post Type WooCommerce Integration – Sell Any CPT with WooCommerce
400+ installs
5.0(17)
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