✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Charts for WooCommerce Currency Converter Widget

The Currency Converter Widget lets shoppers preview prices in another currency, while WooCommerce records the actual checkout currency on each order. SleekView Charts reads wc_orders.currency and renders sales by currency, exchange-rate impact, and per-currency trends.

♾️ Lifetime License available

SleekView Charts dashboard for WooCommerce Currency Converter Widget

Sales by currency as a chart dashboard

The WooCommerce Currency Converter Widget shows price previews in alternate currencies on the storefront. The actual sale always lands in the store's base currency (or, with a paid multicurrency plugin, in the customer's chosen currency), and WooCommerce records that on every order: currency on wc_orders on HPOS, _order_currency in postmeta on legacy stores, alongside total_amount and date_created_gmt.

The widget itself does not log per-conversion events; it is a presentational tool. What the dashboard actually answers is whether the converter is paying for itself: do orders show evidence of international shoppers, and which currencies preview most frequently against the actual checkout currency? SleekView Charts reads wc_orders and renders four cards. A Number card sums revenue this month. A Donut splits orders by checkout currency. A Bar ranks top countries from _billing_country. An Area chart plots daily revenue per currency.

If the converter widget is paired with a real multicurrency plugin (writing per-order rate meta), SleekView surfaces those as extra dimensions automatically, so the exchange-rate impact on revenue is one card away. The dashboard turns a presentational widget into a measurable signal for the international side of the catalogue.

Workflow

From wc_orders.currency to a currency dashboard

1

Point SleekView at WooCommerce orders

Add wc_orders and wc_orders_meta as SleekView data sources. The agent UI maps currency, total_amount, _billing_country, and date_created_gmt automatically across HPOS and legacy stores.
2

Group on currency and country

Use the currency column on wc_orders (or _order_currency on legacy) as a grouping dimension. Pair with _billing_country to see which countries drive which currency mix.
3

Add chart cards

Pick revenue this month (Number), currency-mix donut, top-countries bar, and daily revenue per currency Area. Cards run against indexed columns on wc_orders.
4

Save and share

Save the dashboard, scope per role for finance and merchandising, and embed on a frontend page so stakeholders read the international numbers without WordPress admin.

Sample dashboard

Charts you can build from WooCommerce currency data

Four cards that turn wc_orders.currency and _billing_country into an international-revenue dashboard inside WordPress.
Number · Default

Revenue this month

Single KPI summing total_amount from wc_orders for the current month with the previous month underneath. Refunded and cancelled rows excluded so the figure matches finance expectations.
Sum(total_amount)
Pie · Donut

Orders by currency

Donut split across checkout currencies using the currency column on wc_orders (or _order_currency on legacy). Surfaces whether the converter widget is paired with actual international demand.
Count group by currency
Bar · Horizontal

Top billing countries

Horizontal bar ranking countries by order count from _billing_country on wc_orders_meta. Identifies the regions the converter widget might serve and where the catalogue actually sells.
Count group by _billing_country
Area · Stacked

Daily revenue by currency

Stacked area chart of revenue per day split by checkout currency. Useful for spotting when a single currency carries a week or when a campaign moves the international mix off baseline.
Sum(total_amount) group by date_created_gmt

Comparison

Default WC Currency Converter Widget admin vs SleekView Charts

Default converter widget admin

  • The converter widget is presentational and ships no analytics
  • Sales by currency from wc_orders.currency need a custom report
  • Top billing countries are not surfaced anywhere in the admin
  • Daily revenue per currency requires a CSV export and a spreadsheet
  • No frontend embed for finance staff without WordPress admin access

SleekView Charts

  • Revenue KPI summing total_amount on wc_orders for the period
  • Currency donut from the currency column on wc_orders
  • Country bar from _billing_country on wc_orders_meta
  • Stacked daily-revenue Area chart split by checkout currency
  • Same dataset feeds the SleekView audit table for drill-through

Features

What SleekView Charts gives you for WooCommerce Currency Converter Widget

Currency mix as a chart

Donut card from wc_orders.currency shows whether the converter widget pairs with real international demand or sits on a single-currency catalogue.

Top countries bar

Horizontal Bar of _billing_country from wc_orders_meta surfaces which regions actually buy. Useful for deciding which currencies belong in the converter dropdown.

Daily revenue per currency

Stacked Area card splits revenue across checkout currencies per day. Spots when a single currency carries the week or when a campaign shifts the international mix.

Audience

Who builds currency dashboards with SleekView

Finance teams

Revenue KPI and currency donut keep international P&L visible at a glance. Pair with the daily Area card for reconciliation against base-currency bank reports.

Marketing teams

Top-countries bar drives ad-spend and landing-page localisation choices. The converter widget then matches the regions the store actually serves.

Merchandisers

Currency-mix and country bars guide catalogue and pricing rollouts to new regions. The dashboard answers which currencies belong in the widget and which sit unused.

The bigger picture

A presentational widget deserves measurable backing

The WooCommerce Currency Converter Widget is a presentational tool. It lets a shopper see a price in their currency at a glance, but the actual sale always lands in the store's base currency (or the multicurrency-plugin currency, where one is installed). The widget itself does not log per-conversion events, and the WooCommerce admin only surfaces currency on the per-order edit screen.

The question every store with the widget eventually asks is whether the widget pays for itself: is there real international demand, and which currencies should the dropdown include? SleekView Charts answers that from the data WooCommerce already has. Revenue KPI shows the base number. Currency donut from wc_orders.currency reveals whether checkouts diversify.

Top-countries bar from _billing_country shows the regions that actually buy. Stacked daily-revenue Area splits the trend by currency over time. None of this requires extra tracking; it just makes the data WooCommerce already records legible to the people running the international side of the catalogue.

Questions

Common questions about SleekView Charts for WooCommerce Currency Converter Widget

No. The charts read wc_orders.currency, _billing_country, and total_amount, which WooCommerce records regardless of which converter or multicurrency plugin is installed. The widget is a storefront UX tool; the dashboard reads the orders WooCommerce already captures.

 

Yes. SleekView Charts reads currency directly from the currency column on wc_orders when HPOS is enabled, and from the _order_currency postmeta key on legacy stores. The chart definitions stay identical across both modes.

 

The Currency Converter Widget itself does not log conversion clicks. If the widget is wrapped in a tracking layer that writes click events to a table or postmeta, SleekView reads that source the same way it reads any other dataset.

 

No. The default WooCommerce currency column reflects the checkout currency. If you also run a multicurrency plugin (per-order rate meta), SleekView surfaces those as extra dimensions automatically, but the base dashboard works on the standard column.

 

If your multicurrency plugin writes a per-order rate (commonly _order_currency_rate or wcj_order_currency_rate), SleekView exposes it as a value column. A card multiplying total_amount by the rate surfaces the base-currency-equivalent revenue per row.

 

Yes. A global filter on _billing_country or on a country group (EU, EFTA, LATAM) scopes every card. Useful for a regional manager who only cares about a subset of the international book of business.

 

Yes. Any saved chart view embeds on a frontend page with role-based access, so finance and international marketing read the dashboard without needing WordPress admin.

 

No. SleekView Charts only reads from wc_orders and wc_orders_meta on dashboard load. The Currency Converter Widget continues to render previews on the storefront exactly as before, untouched by the chart layer.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView