This is an info Alert.
x402 Logo
  • 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
      • Agent Feed
        Pay-per-query access to licensed publisher content for your agents
  • 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. Currency Switcher for WooCommerce

Currency Switcher for WooCommerce

Currency Switcher for WooCommerce.

10K+ active installs
4.2
(43 ratings)
Free on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Currency Switcher for WooCommerce running.

WordPress compatibility
Tested to 6.9.5 — 1 branch behind 7.0
Tested against the WordPress branch in use today.
Last updated
5 months ago
At least 6.5 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
false
Your host must be running at least this version.
Requires WordPress
4.4
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

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

Scored on how Currency Switcher for WooCommerce is looked after — not on how many stores run it.

83

out of 100
SolidSome ratings or support history.

Maintenance
35 / 35
Updated 138 days ago.
WordPress compatibility
14 / 20
Tested to WP 6.9.5, 1 branch(es) behind.
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
10 / 15
4.2/5 across 43 rating(s).
Listing transparency
7 / 10
Provides: screenshots, homepage
1 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-08-01 from the WordPress.org plugin registry.
Ratings

4.2

43 ratings
5★31
4★4
3★0
2★2
1★6
Every rating WordPress.org holds for this plugin, not a sample. Written reviews live in the plugin's WordPress.org reviews forum.

Currency Switcher for WooCommerce.

Features

  • Automatic currency exchange rates updates.
  • Prices on per product basis.
  • Currency by country (i.e. by IP).
  • Currency by language (i.e. locale).
  • Option to revert to original currency on checkout.
  • Option to override currency by user selected billing or shipping country.
  • Various currency switcher placement and format options.
  • Option to add currency switcher as widget or as shortcodes.
  • Option to additionally change order currency by admin.

Currency Switcher Shortcodes

  • [woocommerce_currency_switcher_drop_down_box] – currency switcher in drop down box format.
  • [woocommerce_currency_switcher_radio_list] – currency switcher in radio list format.
  • [woocommerce_currency_switcher_link_list] – currency switcher in links list format.

More Shortcodes

  • [woocommerce_currency_switcher_product_price_table] – product prices preview in all currencies.
  • [woocommerce_currency_switcher_convert_price] – convert any price to another currency.
  • [woocommerce_currency_switcher_current_currency_symbol] – show current currency symbol.
  • [woocommerce_currency_switcher_current_currency_code] – show current currency code.

Feedback

  • We are open to your suggestions and feedback. Thank you for using or trying out one of our plugins!
  • Drop us a line at https://wpwham.com.

More

  • Visit the Currency Switcher for WooCommerce plugin page.

Issues regarding Paypal

  • If you are experiencing some sort of issue regarding paypal, like incorrect currency code displayed in notification emails or anything else, please try to disable the default paypal component bundled with WooCommerce and use this plugin instead

How to get the converted price

If you are trying to display the converted price on a custom template for example you can use our alg_get_product_price_by_currency() function.
e.g

add_action('woocommerce_single_product_summary', function(){
    if ( ! class_exists( 'Alg_WC_Currency_Switcher' ) ) {
        return;
    }
    global $product;
    $price = get_post_meta( get_the_ID(), '_regular_price', true);
    $converted_price = alg_get_product_price_by_currency( $price, alg_get_current_currency_code(), $product, true );
    $converted_price_formatted = wc_price( $converted_price );
    echo "<h1>{$converted_price}</h1>";
    echo "<h1>{$converted_price_formatted}</h1>";
});

CoinMarketCap not working?

Please make sure you are using at least one Cryptocurrency on your Currency settings.
You can install All Currencies for WooCommerce plugin to enable them

National Bank of Georgia

If you are trying the National Bank of Georgia server option with no success, make sure that your server has the SoapClient library installed and enabled

How to override rounding and pretty price per currency?

If you want for example to turn on the rounding for all products except for Bitcoin, supposing you’ve enabled rounding and pretty price on plugin’s settings:

add_filter( 'alg_wc_currency_switcher_correction', function ( $correction, $currency ) {
    if ( $currency == 'BTC' ) {
        $correction['rounding'] = 'no_round';
        $correction['pretty_price'] = 'no';
    }

    return $correction;
}, 10, 2 );

How to force currency by URL

If you want to set a currency just accessing an URL you can append the alg_currency variable with the currency code you want.
e.g

http://www.yoursite.com?alg_currency=USD

Categories
Currency & tax
Plugin details
Version2.16.6
Last updated2026-03-16 8:06am GMT
Added2016-07-28
Requires WordPress4.4
Tested up to6.9.5
Requires PHPfalse

Tags on WordPress.org
currency
currency switcher
multi currency
multicurrency
switcher
Alternatives
Other plugins in the same categories.
WebPlanex: GST Invoice India
400+ installs
5.0(34)
FOX – Currency Switcher Professional for WooCommerce
50K+ installs
4.4(249)
Price Based on Country for WooCommerce
20K+ installs
4.8(262)
Quaderno: Global Tax & Invoicing Automation for WooCommerce
500+ installs
4.7(18)
Saudi Currency
100+ installs
5.0(3)
EU/UK VAT Validation Manager for WooCommerce
6K+ installs
4.8(37)
x402 Logo

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 Feed
    • AI Search Engines
    • RAG Builders
    • Browser Agents
    • Vertical Research
    • Browse full catalog
  • 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