✨ 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 Advanced Shipment Tracking: carrier dashboards in WP

Advanced Shipment Tracking stores the carrier provider, tracking number, and shipped date on wc_orders_meta for every shipped order. SleekView Charts reads those keys and builds a dashboard of parcels per carrier, daily shipment volume, shipped-vs-pending order splits, and tracking add rates.

♾️ Lifetime License available

SleekView Charts dashboard for Advanced Shipment Tracking for WooCommerce

Read shipments as charts, not an orders-with-tracking filter

Advanced Shipment Tracking writes every tracking record onto the order it belongs to. Each shipped order gets _wc_shipment_tracking_items on wc_orders_meta, a serialized array with tracking_provider (DHL, UPS, FedEx, USPS, DPD, Royal Mail, AusPost), tracking_number, date_shipped, and the customer-facing tracking URL. The plugin admin shows tracking entries per order, not aggregated.

SleekView Charts reads that meta key and unpacks the provider, date, and tracking-number fields into chartable columns. A Bar ranks parcels per tracking_provider across DHL, UPS, FedEx, USPS, and others. A Number card counts orders where a tracking record exists for the current month. A Donut splits shipped versus pending using order status and the presence of _wc_shipment_tracking_items. An Area chart plots daily shipped volume using date_shipped.

This is a reading layer, not a substitute for the tracking plugin itself. Advanced Shipment Tracking still owns the carrier-specific tracking URL builders and the customer notification emails. SleekView Charts adds the dashboard the plugin does not lay out: provider mix against daily shipment volume against tracking-attach rate on one saved screen, scoped per role, embeddable so the warehouse reads its own KPIs without admin access.

Workflow

From shipment tracking meta to a carrier dashboard in four steps

1

Point SleekView at WooCommerce orders

Add a data source for wc_orders joined to wc_orders_meta. SleekView reads the _wc_shipment_tracking_items serialized array and unpacks tracking_provider, tracking_number, and date_shipped into chartable columns.
2

Switch the view to Charts

Flip the view from Table to Charts. SleekView creates a blank shipment-tracking dashboard ready for cards backed by the real tracking records the plugin writes on every shipped order.
3

Add carrier chart cards

Pick a chart type, a grouping field like tracking_provider, and an aggregation such as Count of order_id or Sum of total_amount. Each card becomes a saved query against the live wc_orders rows and meta join.
4

Save and scope the dashboard

Save the chart view, scope it per role for warehouse, ops, and management, and optionally embed it on a frontend page so the fulfilment team reads carrier KPIs without WooCommerce admin access.

Sample dashboard

Charts you can build from Advanced Shipment Tracking data

Four cards that turn the tracking provider, shipped date, and tracking-number fields the plugin writes to wc_orders_meta into a carrier dashboard.
Number · Default

Tracked shipments this month

Big-number KPI counting orders where _wc_shipment_tracking_items is set on wc_orders_meta for the current month, with the previous month underneath for context on shipping cadence.
Count(_wc_shipment_tracking_items)
Pie · Donut

Parcels by carrier

Donut splitting parcels across DHL, UPS, FedEx, USPS, DPD, Royal Mail, and Australia Post using the tracking_provider field unpacked from _wc_shipment_tracking_items.
Count group by tracking_provider
Bar · Horizontal

Revenue per carrier

Horizontal bar of total order revenue per carrier, joining wc_orders.total_amount to the tracking_provider unpacked from _wc_shipment_tracking_items so the shipping spend conversation reads from real numbers.
Sum(total_amount) group by tracking_provider
Area · Gradient

Daily shipped orders

Gradient area chart of orders shipped per day using the date_shipped field from _wc_shipment_tracking_items, useful for spotting weekday throughput and warehouse staffing needs.
Count group by date_shipped

Comparison

Default Advanced Shipment Tracking admin vs SleekView Charts

Default tracking plugin admin

  • Tracking entries are shown per order, never aggregated across the orders list
  • Carrier mix across DHL, UPS, FedEx, USPS is invisible without exporting and pivoting
  • Tracked-vs-untracked order ratio for the month is never surfaced as a KPI
  • Daily shipped volume is buried in the order list, not a single area chart
  • No saved per-role dashboards for warehouse or fulfilment without WC admin

SleekView Charts

  • Chart cards built directly on the _wc_shipment_tracking_items meta written on every shipped order
  • Mix Number, Pie, Bar, Line, and Area cards on a single shipment dashboard
  • Unpack tracking_provider, tracking_number, and date_shipped from the meta array as chartable columns
  • Saved chart views scoped per role for warehouse, ops, and management
  • Embed a shipment dashboard on a frontend page for the fulfilment team

Features

What SleekView Charts gives you for Advanced Shipment Tracking for WooCommerce

Real charts on tracking meta

Number, Pie, Bar, Line, Area, Radar, and Radial cards built from the tracking_provider, tracking_number, and date_shipped fields the plugin writes to wc_orders_meta on every shipped order.

Complements the tracking plugin

Advanced Shipment Tracking still owns the carrier-specific tracking URL builders and the customer notification emails. SleekView Charts adds the dashboard summary the plugin admin does not lay out.

Fulfilment KPIs

Tracked-orders count, carrier mix, and daily shipped volume sit on one dashboard so warehouse and ops read the same numbers without exporting CSVs.

Audience

Who builds shipment tracking dashboards with SleekView

Warehouse and fulfilment

Watch the daily shipped area chart and the parcels-per-carrier bar to know which carriers carried the volume this week and where the backlog sits.

Logistics and management

Use the revenue-per-carrier bar to see how shipping spend is distributed before renegotiating volume rates with DHL, UPS, or FedEx.

Customer support

Track the tracked-shipments KPI to spot when the team falls behind on adding tracking numbers, which usually precedes a where-is-my-order ticket spike.

The bigger picture

Shipment data already lives on each order; charts make it readable

Advanced Shipment Tracking writes everything the warehouse needs onto each shipped order. The carrier name, the tracking number, the shipped date, and the customer-facing URL all sit in _wc_shipment_tracking_items on wc_orders_meta. The plugin admin shows those entries one order at a time.

Carrier mix across DHL, UPS, FedEx, and USPS lives only as a row inside each order's meta box. To see how many parcels went out yesterday or which carrier carried most volume this week, the team exports wc_orders and pivots in Excel. SleekView Charts reads the same tracking meta directly, unpacks the provider and date fields, and turns them into chart cards on one saved dashboard.

Warehouse sees the daily shipped area chart and the parcels-per-carrier bar. Logistics sees the revenue-per-carrier bar to plan renegotiations. Support sees the tracked-shipments KPI to spot moments the team falls behind on adding tracking.

The tracking plugin keeps owning carrier URLs and notification emails; SleekView adds the in-WordPress reading layer that turns the meta into a real fulfilment dashboard.

Questions

Common questions about SleekView Charts for Advanced Shipment Tracking for WooCommerce

No. The tracking plugin still owns the carrier-specific tracking URL builders and the customer notification emails. SleekView Charts is a reading layer on the _wc_shipment_tracking_items meta the plugin writes to wc_orders_meta, so you can chart carrier and daily shipment data on one saved screen.

 

Yes. SleekView reads the serialized _wc_shipment_tracking_items array on wc_orders_meta and unpacks tracking_provider, tracking_number, date_shipped, and the customer tracking URL into separate chartable columns the cards group on.

 

Yes. SleekView reads wc_orders and wc_orders_meta directly when HPOS is enabled, including the tracking meta keys. Legacy stores fall back to shop_order postmeta with the same key names.

 

Yes. tracking_provider unpacked from _wc_shipment_tracking_items is exposed as a chartable dimension. A Donut or Bar on that field ranks DHL, UPS, FedEx, USPS, DPD, Royal Mail, and Australia Post by parcel count or revenue.

 

Yes. date_shipped from the tracking meta groups into a daily Area chart, showing how many orders went out per day across the chosen date range and where the warehouse hit capacity limits.

 

Some orders have several tracking entries when shipped in parts. SleekView treats each entry in the _wc_shipment_tracking_items array as a row in the chart group-by, so a four-parcel order counts as four shipments in the carrier and daily charts.

 

No. Chart queries run on demand when a user loads the dashboard, hit indexed columns on wc_orders, and use the same MySQL connection as WordPress. The add-tracking action and the customer email pipeline are untouched.

 

Yes. Save the chart view, scope it to a warehouse role, or embed the dashboard on a frontend page gated by that role. The team reads shipment KPIs without ever touching WooCommerce admin.

 

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