✨ 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 Flexible Shipping

Read shipping zones, methods, and Flexible Shipping rule storage as chart cards. Rule counts per zone, cost distribution, condition mix, and method coverage in one screen.

♾️ Lifetime License available

SleekView Charts dashboard for Flexible Shipping

Shipping rules as a chartable surface

WooCommerce stores zones in woocommerce_shipping_zones, locations in woocommerce_shipping_zone_locations, and method instances in woocommerce_shipping_zone_methods. Flexible Shipping then layers rate-table rules per method into its own option storage. The default admin shows you one method at a time. A question like "how many rules cover under 0.5kg across every zone" has no built-in answer.

SleekView Charts joins those tables with the rule storage and turns the result into chart cards. A number card counts total active rules, a bar shows rules per zone, a pie distributes rules across condition types, and an area or radial card maps cost bands across the catalogue. Each card reads through the same option key the rate calculation reads, so the chart and checkout pricing match by definition.

Drill-through opens the table view at the matching rule set. Click the spike in the per-zone bar and land on the rules ready for an overlap audit. Charts answer the survey question, tables answer the follow-up.

Workflow

How to build a Flexible Shipping charts dashboard

1

Pick the source

Rules across all zones for cross-zone overview, or one zone at a time for overlap and gap detection within a single geography.
2

Add chart cards

Number for active rules, bar for rules per zone, pie for condition type mix, area or radial for cost distribution.
3

Save the dashboard

Name it ("Rate health", "Per-zone audit") and gate by capability so finance, ops, and support each get the view they need.
4

Drill into the rules

Each card links back to the rule table. Click a per-zone bar to land on the rules ready for an overlap or threshold audit.

Sample dashboard

Charts you can build from Flexible Shipping data

Four cards that turn shipping zones, methods, and rule storage into a one-screen rate audit dashboard.
Number · Default

Active rules

Count of rules across every zone and method whose status is active. The top-level signal for rate-table size.
Count
Bar · Horizontal

Rules per zone

Rules counted per WooCommerce zone, sorted descending. Spots zones with rule sprawl or zones with surprisingly few rules.
Count group by zone_name
Pie · Label

Condition type mix

Distribution of rules across weight, order total, item count, and product-based conditions. Reveals the team's rule-writing pattern.
Count group by condition_type
Bar · Default

Average cost by zone

Mean rule cost per zone. Useful for spotting zones whose rates haven't been re-priced since the carrier raised them.
Average(cost) group by zone_name

Comparison

Default Flexible Shipping reporting vs SleekView Charts

Default Flexible Shipping admin

  • No catalogue view of rules across zones
  • Rule counts per zone have to be inferred from clicking each method
  • Condition type distribution lives in the SQL the team has not written
  • Average cost per zone is not exposed in the plugin admin
  • Overlaps and gaps need manual reading of every rule table

SleekView Charts

  • Number card for active rules across all zones and methods
  • Horizontal bar of rules per zone for cross-zone comparison
  • Labeled pie for condition type distribution
  • Average-cost bar per zone for rate drift detection
  • Saved dashboards per role with capability gating

Features

What SleekView Charts gives you for Flexible Shipping

Cross-zone rule overview

Number plus per-zone bar turns the shipping rate surface into a one-screen briefing. New ops hires see the shape of the rule set without opening twenty methods.

Condition pattern visibility

Pie of condition types reveals whether the team writes mostly weight-based, total-based, or hybrid rules. Useful before standardising rule patterns across a multi-store group.

Rate drift detection

Average cost per zone surfaces zones whose rates lag the current carrier contract. Pair with a date filter on the rule's last-updated meta to spot stale rate tables.

Audience

Who builds Flexible Shipping charts dashboards with SleekView

Logistics ops

Per-zone rule count bar plus condition mix pie to audit rate coverage. Spot zones with rule sprawl that hide overlaps before they appear at checkout.

Finance

Average cost per zone for the monthly carrier reconciliation. The bar moves up when a zone's rates haven't been refreshed, a margin signal that used to live nowhere visible.

Customer support

Active-rules number plus condition pie as a context dashboard. When a customer asks why their quoted rate looks odd, the team starts from the chart rather than the rule editor.

The bigger picture

Why shipping rules deserve a dashboard

Shipping rules are the part of a store that quietly leaks margin. A weight band re-used from one zone to another, a rate copied from the legacy carrier contract two cost increases ago, an overlap that double-charges the same package range. None of those show up in a default admin view, because the per-method editor was designed to compose rules one at a time.

Flexible Shipping is correctly powerful, which is exactly why the resulting rule surface needs an aggregate view. SleekView Charts reads the WooCommerce shipping tables and the plugin's rule storage and renders the picture: active rule count, rules per zone, condition mix, average cost per zone. Finance gets the rate drift signal, ops gets the coverage audit, support gets the context.

Same option storage the plugin uses to quote checkout, charted instead of clicked.

Questions

Common questions about SleekView Charts for Flexible Shipping

From the option storage Flexible Shipping uses to persist per-method rule sets, joined to the WooCommerce shipping tables (woocommerce_shipping_zones, woocommerce_shipping_zone_methods) for zone and method context. The same option keys that drive checkout-time rate calculation drive the chart cards.

 

Yes. Each dashboard respects a zone filter. A typical per-zone audit dashboard scopes every card to one zone and surfaces rule count, condition mix, and average cost for that zone alone. Useful for overlap detection inside a single shipping geography.

 

Flexible Shipping marks each rule with an enabled flag. The number card counts rules whose flag is set, mirroring exactly what the rate calculator considers eligible at checkout. Disabled rules are excluded from the number unless you toggle the filter.

 

Yes. Pro features layer additional fields into the same option storage. Once detected on your install, those fields become available as chart axes, including per-product rules and advanced cost calculations. A Pro store gets the full schema without extra configuration.

 

Rules with multiple conditions are classified by their primary condition type. A weight-plus-order-total rule lands in the weight slice unless you change the classifier. The classifier is configurable per card so you can build a pie that splits hybrid rules into their own slice if it matters to your team.

 

Variable rates whose cost depends on weight or item count are averaged across the rule's defined points. The chart card uses the cost the rule resolves to at its midpoint, which is a reasonable proxy for cross-zone comparison. Exact checkout pricing still uses the per-quote calculation, not the chart average.

 

Flexible Shipping does not store rule history in its option storage, so a six-month-old price is not retrievable from there. For historical analysis, WooCommerce orders record shipping_total and the chosen method title at order time, and SleekView charts can be built from those order rows to chart what customers actually paid over time.

 

No. Chart queries hit the option storage and the WooCommerce shipping tables on read, with no extra writes. Checkout's rate calculation continues to use the plugin's own runtime path against the same option keys. The dashboard adds reading, not writing, to the shipping data.

 

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