✨ 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 Hermes Shipping: Hermes shipments as tables

SleekView reads the Hermes product code, rate, tracking number and ParcelShop ID the plugin writes on each order and renders order, product, rate, ParcelShop and status as a queryable grid inside WP Admin.

♾️ Lifetime License available

SleekView table view for WooCommerce Hermes Shipping

Move Hermes shipments out of order screens and into an audit table

WooCommerce Hermes Shipping integrates the Hermes ProfiPaketService API into Woo: rate quoting at checkout across Hermes products (Paeckchen, ProfiPaket S, M, L), optional ParcelShop pickup, plus label booking. The plugin saves _hermes_product, _hermes_rate, _hermes_tracking_number and _hermes_parcelshop_id as meta on each order. The data is there, but the WordPress order list still treats it as per-order detail.

SleekView reads the Hermes meta and renders one row per Hermes-shipped order with product mapped from code to friendly name, rate in euros, tracking number, ParcelShop ID and status. Filter to ProfiPaket L for the heavy-item cohort. Filter to orders with a ParcelShop ID for the pickup-pickup queue. Sort by _hermes_rate descending to surface the highest-charge shipments for contract review with Hermes Germany.

The plugin keeps owning the Hermes API and the rate quoting. Inline edits to _hermes_tracking_number route through WooCommerce CRUD so notification hooks fire. The table view owns the audit surface so the Hermes picture lives in the same WordPress screen as the rest of the order data, not in the Hermes ProfiPaketService portal.

Workflow

How SleekView surfaces WooCommerce Hermes Shipping data

1

Point at the Hermes meta

Pick wc_orders joined on _hermes_product, _hermes_rate, _hermes_tracking_number and _hermes_parcelshop_id. Add wc_order_addresses for shipping country.
2

Compose the columns

Drag in Order, Product, Rate, Tracking number, ParcelShop, Destination and Status. Add a derived column to map product codes to readable names.
3

Filter and sort like a database

Filter by product, ParcelShop presence, rate band or booking date. Sort by _hermes_rate for cost audits and by booking date for dispatch.
4

Save and gate the view

Name the view ("ProfiPaket L queue", "ParcelShop pickups today", "Booking gaps") and gate by WordPress capability so ops, finance and support each land on the right slice.

Sample columns

A typical Hermes audit view

Rows from wc_orders with the Hermes meta keys joined to the shipping address, product codes mapped to friendly labels via a derived column.
Source: wc_orders + Hermes meta (_hermes_product, _hermes_rate, _hermes_tracking_number, _hermes_parcelshop_id)
Order Product Rate Tracking ParcelShop Status
#36481 ProfiPaket S EUR 4.50 H100123456789 Shipped
#36479 ProfiPaket M EUR 5.95 H100123456790 PS-10245 At ParcelShop
#36476 Paeckchen EUR 3.65 H100123456791 Shipped
#36471 ProfiPaket L EUR 8.90 Booking failed

Comparison

Default WooCommerce Hermes Shipping admin vs SleekView

Default WooCommerce Hermes Shipping admin

  • Hermes meta lives on the per-order screen, not in the orders list
  • ProfiPaketService portal requires a separate login outside WordPress
  • Product cohorts (Paeckchen vs ProfiPaket S/M/L) aren't a built-in filter
  • ParcelShop pickup IDs are stored but never aggregated for routing analysis
  • Failed bookings stay invisible until a customer chases or the order is opened

SleekView

  • Every Hermes shipment as a queryable row
  • _hermes_product mapped to a friendly-name column via a derived expression
  • Filter by product, ParcelShop presence, rate band or booking date
  • Saved views per role: ops, finance, German customer support
  • Inline edits to _hermes_tracking_number route through WooCommerce CRUD

Features

What SleekView gives you for WooCommerce Hermes Shipping

Hermes products as friendly rows

A derived column maps codes to readable labels (Paeckchen, ProfiPaket S, ProfiPaket M, ProfiPaket L). The Product column reads like the Hermes catalogue.

ParcelShop as a real column

Render _hermes_parcelshop_id on the row so the pickup-pickup cohort becomes a filter rather than a per-order check.

Rate inline for contract review

_hermes_rate sits on every row, so the annual Hermes Germany contract review opens on filtered totals per product.

Audience

Who uses SleekView for WooCommerce Hermes Shipping

Shipping ops managers

Filter to today's Hermes orders by product for the dispatch sequencing. ProfiPaket L drift surfaces as a filter result rather than a packing-station complaint.

Finance and procurement

Export the month's Hermes shipments with rate and product for Hermes invoice reconciliation. Product-tier averages feed the contract review.

Customer support

Filter by product and ParcelShop ID for the where-is-my-package response. The ParcelShop cohort informs pickup-reminder messaging.

The bigger picture

Why Hermes integration deserves an in-WP table

A German Woo store running Hermes is wiring two systems that rarely meet inside one screen: the WordPress order database and the Hermes ProfiPaketService portal. The plugin saves the right product, rate and ParcelShop data on every order, but the WordPress admin keeps that data as per-order detail rather than as queryable signal. SleekView reads the same Hermes meta and renders one row per shipment with product (friendly-named), rate, tracking, ParcelShop ID and status.

Filters stack into a single query so the ProfiPaket L queue, the ParcelShop cohort and the contract-review prep all become saved views. Booking failures surface as an explicit filter rather than as customer escalations. The Hermes portal goes back to being a label-printing tool, and the audit lives where the rest of the order data already does.

Hermes keeps owning the API, SleekView owns the read-side picture inside WordPress.

Questions

Common questions about SleekView for WooCommerce Hermes Shipping

wc_orders joined with the _hermes_product, _hermes_rate, _hermes_tracking_number and _hermes_parcelshop_id meta keys, plus wc_order_addresses for shipping_country.

 

Yes. On HPOS the Hermes meta moves to wc_orders_meta. SleekView reads the active path, so the same view config works on legacy postmeta or HPOS.

 

Yes. A derived column joins _hermes_parcelshop_id against a cached Hermes ParcelShop lookup, so the column reads as a shop name and city rather than a numeric ID.

 

Yes. Build a view of orders in Processing with an empty _hermes_tracking_number older than your sync interval. Save it as "Hermes booking gaps" for daily review.

 

Yes. Writes route through WooCommerce CRUD so woocommerce_order_status_changed and tracking-update hooks fire. Customer emails send as if from the per-order screen.

 

Yes. The SleekView table is the source the chart view aggregates, so a count-by-product or sum-of-rate chart pairs with the saved table view in one click.

 

Yes. Personal data columns (shipping address, customer email) respect WordPress capability scopes, so finance views can be locked to product and rate columns only.

 

SleekView paginates server-side and indexes on common meta keys. Filtered queries on _hermes_product and date ranges return in milliseconds at typical mail-order scale.

 

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