✨ 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 for WooCommerce eParcel: Australia Post eParcel as tables

SleekView joins wc_orders with the _eparcel_tracking_number, _eparcel_charge_code, _eparcel_manifest_id and _eparcel_weight meta the plugin writes per order. Every eParcel manifest line lands on one filterable row in WP Admin.

♾️ Lifetime License available

SleekView table view for WooCommerce eParcel

eParcel manifests are tabular data; the admin should treat them that way

WooCommerce eParcel is the long-running plugin for Australia Post's eParcel business-account product line. Each labelled order writes a tracking number, a charge code (the carrier-side product identifier that drives the rate), a manifest ID grouping that day's labels into the eParcel manifest file, and the declared weight into postmeta.

The default Woo orders screen does not pivot any of that. A dispatcher closing today's eParcel manifest, a finance lead reconciling the monthly eParcel invoice against charge codes, and support tracking a customer's parcel by AWB all drill into the same per-order metabox to read the same data four different ways.

SleekView reads the eParcel meta joined with wc_orders. Tracking number, charge code, manifest ID and weight become real columns. Filters scope to one manifest or one charge band and save as a named preset. Inline edits route through Woo CRUD so the eParcel plugin keeps owning manifest generation unchanged.

Workflow

How SleekView reads WooCommerce eParcel data

1

Pick the source

Point SleekView at wc_orders joined with _eparcel_tracking_number, _eparcel_charge_code, _eparcel_manifest_id and _eparcel_weight meta. One row per eParcel manifest line.
2

Compose columns

Add order ID, customer, charge code, weight, tracking number, manifest ID and destination postcode. Hide what each role doesn't need so dispatch and finance load distinct layouts.
3

Save and scope per role

Name views like "Today's open manifest", "B3 charge band" or "Closed manifest audit" and gate by WordPress capability so dispatch, finance and support each load their own preset.
4

Edit inline or bulk-update

Fix tracking-number typos, update status, bulk-mark shipped. Writes route through Woo CRUD so order-status and email hooks fire identically to manual admin edits.

Sample columns

A typical eParcel shipments table

Joins wc_orders with _eparcel_tracking_number, _eparcel_charge_code and _eparcel_manifest_id meta the plugin writes after a successful eParcel manifest line is added.
Source: wp_wc_orders + eParcel order meta
Order Customer Charge code Weight Tracking Manifest
#45601 alex@studio.co B2 1.40 kg EP123456789AU M-20250516-001
#45602 ria@design.io B1 0.95 kg EP123456790AU M-20250516-001
#45603 tom@hello.dev B3 5.20 kg EP123456791AU M-20250516-001
#45604 mia@brew.coop S2 0.42 kg EP123456792AU M-20250515-004

Comparison

Default WooCommerce eParcel admin vs SleekView

Default WooCommerce eParcel admin

  • eParcel charge code (_eparcel_charge_code) is hidden in the per-order metabox
  • Filtering today's manifest is a per-manifest screen, not a row-level filter on the orders list
  • Tracking number in _eparcel_tracking_number never surfaces as a column
  • Sorting by weight to spot charge-band threshold rows is a per-order drill
  • Reconciling the monthly eParcel invoice against charge codes is CSV-and-spreadsheet work

SleekView

  • Reads wc_orders joined with _eparcel_tracking_number, _eparcel_charge_code and _eparcel_manifest_id
  • Charge code as a sortable column for tariff-band reconciliation
  • Manifest ID as a filter so today's manifest is a one-click saved view
  • Weight column sortable for charge-band threshold review before manifest close
  • Inline edits route through Woo CRUD so order-status emails fire as expected

Features

What SleekView gives you for WooCommerce eParcel

Charge code as a column

_eparcel_charge_code drives the rate Australia Post bills. SleekView shows it next to the order total so the B1, B2, B3 and S-series codes split cleanly in a sort and tariff drift surfaces immediately.

Manifest grouping

Manifest ID becomes a filter. Today's open manifest is a one-click saved view; yesterday's closed manifest is a separate filter. Auditing what shipped on which day is a sort instead of a per-manifest screen.

Charge-band threshold sort

Sort by weight to spot consignments that crossed the 5kg or 22kg charge-band thresholds before the manifest closes. A finance team can spot mis-codes before the eParcel invoice lands.

Audience

Who uses SleekView for WooCommerce eParcel

Shipping dispatchers

Today's open manifest filtered to one view, sorted by charge code and weight. Tracking numbers visible inline so the manifest close-out prints against the actual queue, not a per-order drill.

Finance and procurement

Monthly eParcel invoice reconciliation: export charge code, weight and tracking columns and group by charge band. Tariff drift between B1, B2 and B3 surfaces in one report instead of a 3-day audit.

Customer support

Filter by tracking number, manifest ID or destination postcode to find any eParcel shipment in one query. AWB-based customer enquiries get resolved without opening the carrier portal.

The bigger picture

Why eParcel stores need a manifest-aware admin table

Australia Post eParcel is a business-account product where the daily manifest is the unit of operations. Orders accumulate into an open manifest through the day, get labels printed, and the manifest closes to generate the file Australia Post bills against. Each label carries a charge code (B1, B2, B3, S-series) that drives the rate based on weight band and destination zone.

The default Woo orders screen never surfaces charge code or manifest ID as columns. Dispatchers closing today's manifest, finance reconciling the monthly eParcel invoice across charge bands and support tracking a customer's parcel by AWB all want the same dataset shown three different ways. SleekView turns the existing eParcel meta into a saved-view workspace: charge code as a column, manifest as a filter, tracking searchable, weight sortable so threshold crossings surface before the invoice arrives.

Same database, same eParcel manifest generation, same hooks. The plugin keeps owning the carrier workflow. SleekView is the operational table on top, joined to the meta keys the plugin already writes.

Questions

Common questions about SleekView for WooCommerce eParcel

Yes. SleekView reads the charge code, tracking number and manifest ID meta the plugin writes when orders are added to a manifest. Closing the manifest still happens through the eParcel plugin's own screen; SleekView just makes the row data visible at list level.

 

Yes. Manifest ID is a sortable, filterable column. The current open manifest is one saved view; yesterday's closed manifest is another. Comparing the two for audit purposes is two clicks instead of a per-manifest export.

 

Yes. _eparcel_charge_code appears as a sortable column. B1, B2, B3 and the S-series for international all show as distinct values, so a charge-band sort highlights weight-threshold crossings before the invoice lands.

 

Yes. On HPOS SleekView reads wc_orders joined with wc_orders_meta. On legacy stores it falls back to shop_order posts plus postmeta. Same column config either way.

 

Yes. SleekView writes through Woo CRUD so woocommerce_order_status_changed, email and tracking-notification hooks fire. The eParcel plugin's own per-order actions for manifest line generation stay intact.

 

Yes. Multi-select rows and apply a bulk edit on _eparcel_tracking_number. The write path goes through Woo CRUD so downstream tracking renderers reading the same meta key stay consistent.

 

Queries hit indexed columns on wc_orders and join meta through a single query. Stores closing manifests of hundreds of eParcel labels daily render filtered lists well under a second.

 

Yes. Any filtered view exports to CSV with the same columns shown, ready for the quarterly Australia Post Business-account conversation or an internal charge-band tariff audit.

 

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