✨ 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

WooCommerce writes every order to wc_orders, every line item to woocommerce_order_items, and every customer to wc_customer_lookup. SleekView Charts reads those tables and builds a configurable dashboard with revenue KPIs, status donuts, top-product bars, and daily revenue trends.

♾️ Lifetime License available

SleekView Charts dashboard for WooCommerce

Read your WooCommerce store as charts, not per-order clicks

WooCommerce already has the data. Orders land in wc_orders with total_amount, status, currency, and date_created_gmt on every row. Line items live in woocommerce_order_items with quantities and product IDs in woocommerce_order_itemmeta. Customers sit in wc_customer_lookup with lifetime spend pre-aggregated. The default Orders screen is still a list, and WooCommerce Analytics shows fixed reports per metric.

SleekView Charts reads the same HPOS tables and turns them into chart cards on a single dashboard. A Number card summing total_amount for revenue this month, a Donut splitting orders by status, a Bar of the top products by revenue from the line-item join, and an Area chart of daily revenue across the selected date range. Each card is a saved query against the live tables, not a screenshot.

This is not a replacement for WooCommerce Analytics. WooCommerce Analytics still owns the official revenue reports, refunds reconciliation, and tax breakdowns. SleekView Charts adds a flexible reading layer for the questions Analytics does not lay out side by side: top products against status mix against daily revenue on one screen, scoped per role, embeddable on a frontend page for stakeholders without admin access.

Workflow

From wc_orders to a chart dashboard in four steps

1

Point SleekView at WooCommerce

Add a SleekView data source for wc_orders, woocommerce_order_items, woocommerce_order_itemmeta, and wc_customer_lookup. SleekView detects HPOS automatically and falls back to shop_order posts on legacy stores.
2

Switch the view to Charts

Flip the view from Table to Charts. SleekView creates a blank dashboard ready for cards built on the WooCommerce columns and joins.
3

Add chart cards

Pick a chart type, a grouping column (status, product, date), and an aggregation. Each card becomes a saved query that respects HPOS indexes on id, status, and date_created_gmt.
4

Save and share the dashboard

Save the chart view, scope it per role for ops, finance, and marketing, and optionally embed it on a frontend page so stakeholders read the same numbers without WordPress admin access.

Sample dashboard

Charts you can build from WooCommerce data

Four cards that turn the wc_orders, order-items, and customer-lookup tables into a working store dashboard inside WordPress.
Number · Default

Total revenue this month

A single big-number KPI summing total_amount from wc_orders for the current month, with the previous month underneath for context. Refunded and failed orders are filtered out by status so the figure matches what finance expects.
Sum(total_amount)
Pie · Donut

Orders by status

A donut split across processing, completed, on-hold, refunded, and failed using the status column on wc_orders, so the team sees the current order mix at a glance.
Count group by status
Bar · Horizontal

Top products by revenue

A horizontal bar of the top products by revenue, joining woocommerce_order_items to woocommerce_order_itemmeta on the _line_total and _product_id keys, then resolved to product titles.
Sum(line_total) group by product_id
Area · Gradient

Daily revenue trend

A gradient area chart of revenue per day sourced from date_created_gmt on wc_orders, useful for spotting weekday patterns and the impact of campaigns.
Sum(total_amount) group by date_created_gmt

Comparison

Default WooCommerce reporting vs SleekView Charts

Default WooCommerce reporting

  • WooCommerce Analytics splits revenue, orders, products, and categories across separate report screens
  • No way to combine status mix, top products, and daily revenue on a single saved dashboard
  • Custom order metadata in wc_orders_meta is not exposed as a chartable dimension
  • No saved dashboards per role for fulfilment, finance, or marketing
  • No frontend embed for stakeholders without WordPress admin access

SleekView Charts

  • Configurable chart cards built directly from the wc_orders, order-items, and customer-lookup tables
  • Mix Number, Pie, Bar, Line, and Area cards on a single store dashboard
  • Saved chart views scoped per role for ops, finance, and marketing
  • Embed any saved chart view on a frontend page with role-based access
  • Queries hit existing HPOS indexes on id, status, and date_created_gmt so dashboards stay quick at scale

Features

What SleekView Charts gives you for WooCommerce

Real chart cards on WooCommerce data

Number, Pie, Bar, Line, Area, Radar, and Radial cards built from the wc_orders, order-items, and customer-lookup columns you already have.

Complements WooCommerce Analytics

WooCommerce Analytics still owns official revenue and tax reports. SleekView Charts adds the flexible side-by-side dashboards Analytics does not lay out.

Role-scoped sharing

Save dashboards per role and embed them on frontend pages so ops, finance, and marketing see only the slice you allow.

Audience

Who builds WooCommerce charts dashboards with SleekView

Operations teams

Watch the orders-by-status donut and a count of processing orders to know where the backlog sits without opening the orders list.

Finance and owners

Track the revenue KPI and daily revenue area chart to see the month at a glance, with the previous period shown for context.

Marketing teams

Use the top-products bar and the daily revenue trend to measure campaigns and promotions without exporting CSVs.

The bigger picture

Store reporting should fit on one screen, not five

WooCommerce stores data well. HPOS settled the postmeta performance problem and wc_orders, order-items, and wc_customer_lookup carry everything a real store dashboard needs. The reading side is still split across Analytics reports, the Orders list, and the Products screen, so seeing revenue alongside status mix and top products at the same time usually means a CSV export and a spreadsheet.

SleekView Charts reads the same HPOS tables and turns them into chart cards on one saved dashboard. Operations see the status donut and the processing-orders count. Finance sees the revenue KPI and the daily trend.

Marketing sees top products and the area chart for the campaign window. WooCommerce Analytics keeps owning the official reports and the tax breakdowns; SleekView Charts adds the flexible reading layer that an actual team can share, scope per role, and embed on a frontend page for stakeholders who should not need admin access.

Questions

Common questions about SleekView Charts for WooCommerce

No. WooCommerce Analytics still owns the official revenue, orders, tax, and refunds reports. SleekView Charts is a flexible reading layer on the same HPOS tables for dashboards Analytics does not lay out, such as top products alongside status mix and daily revenue on one screen.

 

Yes. SleekView detects HPOS and reads wc_orders, wc_order_addresses, wc_order_operational_data, and wc_orders_meta directly. On legacy stores it falls back to the shop_order post type and postmeta with no config change.

 

Yes. Any wc_orders_meta key, or postmeta key on legacy stores, can be added as a chartable dimension or value. The agent UI lists meta keys actually present in your installation so you pick from a real list.

 

Yes. Each card is a saved query against the SleekView data source, so a single dashboard can mix cards built on wc_orders, woocommerce_order_items, and wc_customer_lookup.

 

Yes. Saved chart views support role-based visibility so ops, finance, and marketing each see only the dashboards you allow.

 

Yes. Any saved chart view can be embedded on a frontend page with role-based access, so stakeholders read the dashboard without WordPress admin.

 

Cards paginate and aggregate against the existing HPOS indexes on id, status, customer_id, and date_created_gmt, so dashboards stay quick even on stores with millions of orders.

 

Yes. WooCommerce Subscriptions stores subscriptions as the shop_subscription post type and, in recent versions, optional custom tables. SleekView reads the post type out of the box, and the custom-table support depends on your Subscriptions version.

 

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