SleekView for WooCommerce Mondial Relay: pickup-point shipments as tables
SleekView joins wc_orders with the _mondialrelay_point_id, _mondialrelay_parcel_number, _mondialrelay_weight and _mondialrelay_service meta the plugin writes per order. Every Point Relais, Home+ and Domicile shipment lands on one filterable row.
♾️ Lifetime License available
Mondial Relay's strength is pickup-points; the orders screen should reflect that
WooCommerce Mondial Relay handles the Mondial Relay / InPost product family used heavily across France, Belgium, Spain and the Benelux: Point Relais 24R for retail pickup-points, Home+ home delivery, Domicile XL for oversized parcels, and the chronopost-equivalent 24L large service. Each shipped order writes the chosen relay point ID, parcel number, service code and declared weight into postmeta.
The default WooCommerce orders screen does not pivot relay-point ID into a column. A dispatcher batching today's Point Relais labels by branch, a finance lead reconciling the weekly Mondial Relay invoice by service code, or support tracking a delayed parcel by relay-point all read the same data through four different per-order metaboxes.
SleekView reads the Mondial Relay meta keys joined with wc_orders. Relay-point ID, parcel number, weight and service code become real sortable columns. Filters scope to one service or one relay branch and save as a named preset. Inline edits to order status route through Woo CRUD so the plugin keeps owning the Mondial Relay API.
Workflow
How SleekView reads WooCommerce Mondial Relay data
Pick the source
wc_orders joined with _mondialrelay_point_id, _mondialrelay_parcel_number, _mondialrelay_service and _mondialrelay_weight meta. One row per Mondial Relay shipment.
Compose columns
Save and scope per role
Edit inline or bulk-update
Sample columns
A typical Mondial Relay shipments table
wc_orders with _mondialrelay_point_id, _mondialrelay_parcel_number and _mondialrelay_service meta the plugin writes after each successful label call.
wp_wc_orders + Mondial Relay order meta
| Order | Customer | Service | Weight | Relay # | Parcel # |
|---|---|---|---|---|---|
| #71450 | alex@studio.co | 24R Point Relais | 0.95 kg | FR-75011-001 | MR12345678901 |
| #71451 | ria@design.io | Home+ | 2.40 kg | FR-69002-014 | MR12345678902 |
| #71452 | tom@hello.dev | 24L Large | 8.20 kg | BE-1000-007 | MR12345678903 |
| #71453 | mia@brew.coop | Domicile XL | 14.50 kg | ES-08001-022 | MR12345678904 |
Comparison
Default WooCommerce Mondial Relay admin vs SleekView
Default WooCommerce Mondial Relay admin
- Relay-point ID lives in a metabox on each order, not the orders list
- Sorting Point Relais 24R vs Home+ vs 24L by weight requires opening every order
- Filtering to one relay branch (e.g. all parcels going to FR-75011-001) is not built in
-
Parcel-number column (
_mondialrelay_parcel_number) never surfaces in the default list - Reconciling the Mondial Relay invoice against service codes is a CSV-export exercise
SleekView
-
Reads
wc_ordersjoined with_mondialrelay_point_id,_mondialrelay_parcel_numberand_mondialrelay_service - Relay-point ID as a sortable column so today's pickup batch groups itself
- Filter across 24R Point Relais, Home+, 24L Large and Domicile XL in one dataset
- Save filtered views per service, relay branch or destination country
- Inline edits route through Woo CRUD so order-status emails fire as expected
Features
What SleekView gives you for WooCommerce Mondial Relay
Relay-point ID surfaced as a column
_mondialrelay_point_id shows alongside the customer column. Grouping a day's 24R labels by relay branch before courier collection is a sort, not a per-order review.
Service code as a real column
24R, Home+, 24L and Domicile XL show up as values in the service column. A weight-band drift review on 24L only becomes a filter plus a sort, not a manual scan of every order.
Cross-country relay filters
Filter by destination country (FR, BE, ES, LU, NL) plus service code to plan a relay collection route. The filter saves as a named preset reusable by the dispatch lead every morning.
Audience
Who uses SleekView for WooCommerce Mondial Relay
Shipping dispatchers
Today's Mondial Relay queue filtered to 24R Point Relais and grouped by relay-point ID. Print the filtered list against the actual label batch from the plugin without per-order clicks.
Finance and procurement
Weekly Mondial Relay invoice reconciliation: export service code, weight and parcel number columns to spot weight-band drift between sold and billed services across 24R and 24L.
Customer support
Filter by parcel number or destination postcode to find any Mondial Relay shipment. Relay-point ID visible inline so support can confirm exactly which branch holds an undelivered parcel.
The bigger picture
Why Mondial Relay stores need a relay-aware Woo-admin table
Mondial Relay's dominant product is the Point Relais network: tens of thousands of retail pickup-points across France, Belgium and Iberia where customers collect parcels at convenience-store hours. A Woo store offering Mondial Relay alongside Colissimo or DPD is routinely shipping to a hundred different relay-point IDs in a week. The plugin writes that ID on every order.
The default Woo orders screen never surfaces it. Dispatchers grouping today's pickup-point labels by branch, finance reconciling the weekly invoice by service code and support tracking a customer's parcel to a specific relay all want the same dataset shaped three different ways. SleekView turns the existing Mondial Relay meta into a saved-view workspace: relay-point ID as a column, service code as a filter, parcel number searchable, weight sortable.
Same database, same plugin API, same hooks. The plugin keeps owning Mondial Relay label production. SleekView is the operational table on top, indexed the way Woo already indexes wc_orders.
Questions
Common questions about SleekView for WooCommerce Mondial Relay
Yes. On HPOS SleekView reads wc_orders joined with wc_orders_meta for the Mondial Relay keys. On legacy stores it falls back to shop_order posts plus postmeta. Same column config either way.
Yes. Mondial Relay operates across France, Belgium, Spain, Luxembourg and the Netherlands and the plugin writes the destination country into wc_orders directly. Filtering by country plus service code is one named view.
Yes. _mondialrelay_point_id is exposed as a sortable, filterable column. Grouping today's Point Relais labels by branch before courier collection becomes one sort instead of a manual review.
Yes. SleekView writes through Woo CRUD so woocommerce_order_status_changed and email triggers fire. The Mondial Relay plugin's own per-order actions for label regeneration stay intact.
Yes. Home+ shipments don't have a relay-point ID but they do carry the service code in _mondialrelay_service. They appear with an empty relay column and their own value in the service filter.
Yes. Multi-select rows and apply a bulk edit on _mondialrelay_parcel_number. Writes route through Woo CRUD so downstream tracking-page renderers reading the same meta key stay consistent.
Queries hit indexed columns on wc_orders and join meta through a single query rather than per-row lookups. Stores shipping thousands of Mondial Relay parcels weekly render the filtered list in well under a second.
Yes. Any filtered view exports to CSV with the same columns shown, ready for the quarterly account-manager conversation or for a service-code distribution analysis.
 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.
Lifetime ♾️
Most popular
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
€749
Continue to checkoutBrowse more
- Woocommerce Gift Ultimate
- Woocommerce Lottery
- Woocommerce Payments Stripe
- Edd Mailchimp
- Woocommerce Cart Abandonment Recovery
- Sliced Invoices
- Woocommerce Currency Converter
- Woocommerce Mailchimp Discount
- Bigcommerce
- Woocommerce One Page Checkout
- Woocommerce Etsy Integration
- Easy Digital Downloads
- Woocommerce Eway Gateway
- Woocommerce Shop As Customer
- Woocommerce Klarna Checkout