✨ 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 Advanced Shipment Tracking

SleekView reads the _wc_shipment_tracking_items meta the plugin writes to every shipped order and renders carrier mix, fulfilment lag, and tracked-shipment volume as chart cards in WP Admin.

♾️ Lifetime License available

SleekView Charts dashboard for WooCommerce Advanced Shipment Tracking

Tracking numbers exist, the dashboard doesn't

WooCommerce Advanced Shipment Tracking (the zorem plugin) attaches tracking number, carrier slug, and ship date to each order through the _wc_shipment_tracking_items meta. The customer gets the link in their email, the courier gets the dispatch event, and the order screen shows the tracking pill. What no native screen shows is how the fulfilment operation looks over time. Carrier mix, fulfilment lag from order to ship, share of orders with tracking attached, daily shipment volume. All present in the database, all invisible at a glance.

SleekView Charts joins wc_orders with the _wc_shipment_tracking_items meta and turns the four shipping-ops questions into four cards. A Number sums shipments dispatched this period. A Pie of carrier slug shows the mix between DHL, UPS, USPS, and any regional carrier configured. A Bar groups orders by hours between paid and ship date so fulfilment lag is visible at the dashboard level. An Area trends daily shipment volume so a courier outage or a packaging-team change shows up as a curve.

The plugin keeps owning the courier integrations and the customer-facing emails. SleekView surfaces the resulting data as the morning dashboard the ops manager actually reads.

Workflow

From shipment-tracking meta to a fulfilment dashboard

1

Read shipments off orders

SleekView reads wc_orders joined with the _wc_shipment_tracking_items meta key (serialized array of provider, tracking_number, and date_shipped). The dataset is one row per shipment.
2

Pick a card per fulfilment question

Number for shipments this period, Pie for carrier mix, Bar for hours-to-ship buckets, Area for daily volume. The agent UI lists carrier slugs actually used on recent orders.
3

Filter by carrier or warehouse

Scope to one carrier, one origin warehouse (via order meta), or a date range. Filters cascade to every card so a per-carrier review reads as one screen.
4

Save per-role dashboards

Ops leads get carrier mix and lag. Customer service gets shipments-with-tracking percentage. Finance gets shipment volume for courier-bill reconciliation.

Sample dashboard

Charts you can build from WooCommerce Advanced Shipment Tracking data

Four cards that read the _wc_shipment_tracking_items meta key joined to wc_orders, with no extra tables created.
Number · Default

Shipments dispatched this period

Counts shipment-tracking rows whose date_shipped falls inside the active date filter. The headline fulfilment volume KPI and the anchor for every period-over-period comparison.
Count
Pie · Donut

Carrier mix

Donut sliced by carrier provider slug. Reveals whether the store is concentrated on one courier or spread across many, useful when a courier outage forces a quick reroute.
Count group by provider
Bar · Default

Hours from paid to shipped

Counts shipments by fulfilment-lag bucket (under 4h, 4-12h, 12-24h, 1-2 days, 2+ days). The fastest read on whether the warehouse is hitting its same-day promise.
Count group by hours_to_ship_bucket
Area · Gradient

Daily shipment volume

Trend of shipments dispatched per day. Identifies courier-outage troughs, packaging-team changes, and the predictable weekend dip without any spreadsheet work.
Count group by date_shipped

Comparison

Default Advanced Shipment Tracking reporting vs SleekView Charts

Default plugin reports tab

  • Carrier mix requires manually scrolling the shipments list
  • Fulfilment lag from paid to shipped is not surfaced as a chart
  • Daily shipment volume is not pinnable to the WP Admin dashboard
  • Shipments-with-tracking percentage is calculated by hand
  • Per-warehouse or per-carrier comparison is a separate filter exercise per question

SleekView Charts

  • Shipments dispatched as a single KPI
  • Carrier mix donut with provider slugs
  • Fulfilment-lag bucketing as a Bar
  • Daily shipment-volume Area chart
  • Filters by carrier, warehouse, and date apply to every card

Features

What SleekView Charts gives you for WooCommerce Advanced Shipment Tracking

Fulfilment lag as a chart axis

A Bar of hours-to-ship buckets exposes whether the warehouse is on its same-day promise or quietly drifting toward two days, with one glance instead of a CSV pull.

Carrier mix made visible

A Donut of provider slugs ranks couriers by share of shipments. Pair with a date filter and a carrier outage shows up as a sudden share shift.

Daily volume tracks the warehouse

An Area of date_shipped reflects the warehouse cadence. Compare against orders-paid Area in a second card to spot a fulfilment backlog forming.

Audience

Who builds WooCommerce Advanced Shipment Tracking charts dashboards with SleekView

Fulfilment ops managers

Lag-bucket Bar and carrier-mix Donut as the morning dashboard. Out-of-SLA shipments get triaged, carrier-share shifts trigger a packaging-team check.

Customer support leads

Shipments-with-tracking percentage and per-carrier volume reduce the where-is-my-order ticket load by surfacing patterns customers will ask about next.

Finance and bookkeeping

Daily volume per carrier feeds the courier-invoice reconciliation. Anomalies in the curve flag billing variances before the invoice is paid.

The bigger picture

Why shipping ops needs a chart layer

Shipment-tracking data is the most operational dataset a Woo store produces. Every shipment is a courier handoff, a customer email, and a billing event. The Advanced Shipment Tracking plugin records the courier slug, the tracking number, and the ship date on every order, which is exactly the schema a fulfilment dashboard wants.

The gap is that the WordPress order screen shows it one order at a time and the plugin's report tab is a summary, not a workspace. SleekView Charts collapses the four daily ops questions (how many shipped, which carriers, how fast, daily volume) into a single screen that loads on demand from the meta the plugin already writes. The warehouse review stops being a CSV-and-pivot exercise and becomes a tab the ops manager opens with their first coffee.

Questions

Common questions about SleekView Charts for WooCommerce Advanced Shipment Tracking

No. SleekView reads the _wc_shipment_tracking_items meta key written by both the free and pro versions. The dashboard works on any installation that's already attaching tracking numbers to shipped orders.

 

It's a derived column: date_shipped from the tracking meta minus date_paid from wc_orders, expressed in hours. SleekView exposes the formula in the agent UI so the buckets and thresholds are editable per dashboard.

 

Yes. The tracking meta is a serialized array supporting multiple shipments per order. Each becomes its own row in the dataset so partial shipments count and chart correctly.

 

Only the orders that have a tracking record show up in shipment cards by definition. For shipped-without-tracking visibility, build a separate card on wc_orders filtered by status equals shipped and a join on the tracking meta showing null.

 

Yes. Trackship status updates write back to the same meta key family. Add a card grouped by current Trackship status (in transit, delivered, exception) for a post-ship view alongside the dispatch dashboard.

 

Yes if the warehouse is stored in order meta (e.g. _warehouse_id from your multi-warehouse setup). Add a filter on that meta key and every card in the dashboard scopes to one origin.

 

Independently. WooCommerce Analytics aggregates orders and revenue store-wide; SleekView Charts focuses on the per-shipment behavior pivoted into chart cards. The shipment volume between the two surfaces reconciles.

 

Yes. Each card exports its filtered rows to CSV and the dashboard exports as a PDF, so the quarterly courier-performance conversation opens on charts instead of a slide assembly exercise.

 

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