✨ 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 Checkout Field Editor: see custom field data

Checkout Field Editor writes every custom checkout field value to postmeta on the order with the field name as the meta_key and the customer input as meta_value. SleekView Charts reads that postmeta and builds a dashboard with fill-rate KPIs, value donuts, top-option bars, and submission trend area charts.

♾️ Lifetime License available

SleekView Charts dashboard for Checkout Field Editor for WooCommerce

Read your custom checkout fields as charts, not order by order

Checkout Field Editor already has the data. Every custom field you add to the billing, shipping, or additional sections of the checkout writes to postmeta on the order with the chosen field name as the meta_key and the customer input as the meta_value. On HPOS stores the same values land in wc_orders_meta. The default admin shows the field per order, one order at a time, and the field rules live in the thwcfd_fields option, so reading aggregate fill rate or the distribution of values means clicking through orders.

SleekView Charts reads the same order metadata and turns it into chart cards on a single dashboard. A Number card counting orders that have a non-empty value for a custom meta_key like billing_vat_number, a Donut splitting orders by a select field's meta_value, a Bar of the top values for a free-text question, and an Area chart of submissions per day. Each card is a saved query against the live order tables, not a one-off export.

This sits alongside the Checkout Field Editor settings, not on top of them. The plugin's field rules screen still owns where each field shows, whether it is required, and any conditional logic. SleekView Charts adds the reading layer that lets you measure the fields you added: fill rates per field, value distribution across options, daily submission volume, and which orders carry which answers. Custom fields are useless if nobody reads them; SleekView turns them into dashboards anyone on the team can share.

Workflow

From order postmeta to a dashboard in four steps

1

Point SleekView at orders

Add a SleekView data source for wc_orders and wc_orders_meta on HPOS stores, or shop_order posts and postmeta on legacy stores. SleekView detects HPOS automatically with no config change.
2

Switch the view to Charts

Flip the saved view from Table to Charts. SleekView opens a blank dashboard ready for cards grouped by meta_key, meta_value, or order date.
3

Add chart cards on custom fields

Pick a chart type, choose the custom meta_key from the field-rules list, and group by meta_value or date. Each card is a saved query that respects the orders_meta index on meta_key and order_id.
4

Save and share the dashboard

Save the chart view, scope it per role for ops or marketing, and optionally embed the dashboard on a frontend page so stakeholders read custom-field data without admin access.

Sample dashboard

Charts you can build from custom checkout fields

Four cards that turn Checkout Field Editor's order metadata into a working custom-field dashboard inside WordPress.
Number · Default

Orders with VAT number filled

A single big-number KPI counting orders that carry a non-empty meta_value for the custom billing_vat_number meta_key on wc_orders_meta, useful for tracking B2B-share or compliance fill rate over the period.
Count(order_id)
Pie · Donut

Customer type distribution

A donut split across the values of a custom_customer_type select field stored in wc_orders_meta, so marketing sees the mix between business, individual, and reseller orders at a glance.
Count group by meta_value
Bar · Horizontal

Top values for a custom question

A horizontal bar of the most common answers to a custom how_did_you_hear meta_key from wc_orders_meta, with low-volume answers grouped into an other bucket for readability.
Count group by meta_value
Area · Gradient

Daily custom-field submissions

A gradient area chart of orders per day that carry the custom meta_key, joining wc_orders to wc_orders_meta to track how field-fill volume trends through the month.
Count(order_id) group by date_created_gmt

Comparison

Default checkout field admin vs SleekView Charts

Default checkout field admin

  • Default Checkout Field Editor shows custom fields per order in the WooCommerce order screen
  • No store-wide chart for fill rate of a specific custom field
  • No donut showing the value distribution of a select or radio field across all orders
  • No saved dashboards per role for ops, marketing, or finance to read custom data
  • No frontend embed of custom-field KPIs for stakeholders without WordPress admin

SleekView Charts

  • Chart cards built directly from order postmeta and wc_orders_meta
  • Group by any custom meta_key defined in Checkout Field Editor
  • Mix Number, Pie, Bar, Line, and Area cards on a single checkout-field dashboard
  • Saved chart views scoped per role for ops, marketing, or finance
  • Queries hit existing indexes on order_id and meta_key so dashboards stay quick at scale

Features

What SleekView Charts gives you for Checkout Field Editor for WooCommerce

Real chart cards on custom field data

Number, Pie, Bar, Line, Area, Radar, and Radial cards built from the postmeta and wc_orders_meta values your checkout fields already write on each order.

Works with HPOS and legacy

SleekView detects HPOS and reads wc_orders_meta directly. On legacy stores it falls back to postmeta on the shop_order post type with no extra config.

Filter and segment by any field

Filter dashboards by any custom field value so you can read orders by a customer type, a tax category, or a free-text answer without leaving the dashboard.

Audience

Who builds checkout-field dashboards with SleekView

Marketing teams

Read the value distribution donut for a how-did-you-hear field to see the real attribution mix and feed campaign decisions with first-party data.

Finance and compliance

Track the VAT-number fill rate KPI to confirm B2B reporting is healthy and spot months where the field is being skipped at checkout.

Operations teams

Use the top-values bar to find common answers to fulfilment questions like delivery instructions or order purpose without opening orders one by one.

The bigger picture

Custom checkout fields only matter if you read them

Checkout Field Editor adds the fields, but the reading side is what makes them worth the friction at checkout. Every value lands in postmeta on the order, or wc_orders_meta on HPOS stores, with the field name as the meta_key and the customer input as the meta_value. The default admin shows that data per order, one click at a time, so reading aggregate fill rate, the distribution of values for a select field, or the daily submission trend usually means a CSV export and a spreadsheet.

SleekView Charts reads the same order metadata and turns it into chart cards on one saved dashboard. Marketing sees the value distribution donut for a how-did-you-hear question. Finance watches the VAT-number fill rate KPI.

Operations reads the top-values bar for delivery instructions. The Checkout Field Editor admin keeps owning field rules, conditional logic, and required validation; SleekView Charts adds the reading layer that lets the team actually use the data they collect at the checkout.

Questions

Common questions about SleekView Charts for Checkout Field Editor for WooCommerce

No. Checkout Field Editor still owns the field rules, validation, conditional logic, and where each field shows on the checkout. SleekView Charts adds a reading layer on top of the data those fields write so you can chart fill rates, distributions, and trends across all orders.

 

Any custom field you defined in Checkout Field Editor that writes to postmeta or wc_orders_meta. SleekView lists meta keys actually present in your installation so you pick from a real list rather than guessing field names that may not be in use.

 

Yes. SleekView detects HPOS and reads wc_orders_meta directly using the existing index on order_id and meta_key. On legacy stores it falls back to postmeta on the shop_order post type with no config change.

 

Yes. Free-text fields can be charted as top values with low-frequency answers grouped into an other bucket. Select, radio, and checkbox fields chart cleanly because their values come from a fixed list defined in the field rules.

 

Yes. Any custom meta key is exposed as a dashboard filter, so you can scope every card to orders where customer_type is business or where a particular tax category was selected at checkout.

 

Checkout Field Editor focuses on checkout fields, which write to order meta. Custom user-meta fields from other plugins can be charted too if you point SleekView at usermeta with the same approach.

 

Yes. Saved chart views support role-based visibility so marketing reads the attribution donut, finance reads the VAT fill rate, and operations reads the fulfilment-answer bar without sharing every dashboard with every role.

 

No. Charts read from the same order tables the rest of WooCommerce already queries. Cards aggregate against existing indexes on order_id and meta_key, and they run on dashboard load, not on the checkout page itself.

 

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