✨ 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 Purchase Order Gateway

SleekView reads orders flagged by Purchase Order Gateway and renders PO number, customer, total, status, date_created and date_paid as a sortable accounts-receivable grid inside WP Admin.

♾️ Lifetime License available

SleekView table view for WooCommerce Purchase Order Gateway

B2B stores run on AR aging, the audit surface should match

WooCommerce Purchase Order Gateway is the official Woo.com payment method that accepts a customer-supplied PO number at checkout and leaves the order in on-hold until the merchant collects payment offline. Every order writes the PO number to order meta, the gateway slug to payment_method, and the on-hold-to-processing transition is timestamped. That is exactly the data an AR aging report needs, and exactly the data the default orders screen makes hard to filter.

SleekView reads wp_wc_orders filtered to payment_method equals purchase_order and renders PO, Customer, Total, Status, Created, Days outstanding and Paid as sortable, filterable columns. Filter to status equals on-hold and total over $500 for the next collections queue. Sort by days outstanding descending for the past-due list. Group by customer to see who is the slowest payer without building a pivot in a spreadsheet.

The gateway keeps owning the PO checkout flow, on-hold transition and the order notes that accompany payment. The table view owns the audit surface, so the same orders the gateway flagged become an AR-ready grid finance and account managers can open on Monday morning.

Workflow

How SleekView surfaces Purchase Order Gateway data

1

Point at PO orders

Pick wp_wc_orders filtered by payment_method equals purchase_order, joined with the customer table and with the _po_number order meta key.
2

Compose the columns

Drag in PO, Customer, Total, Status, Created, Days outstanding and Paid. Reorder, hide or rename any column without writing a manage_edit-shop_order_columns filter.
3

Filter and sort like a database

Filter to on-hold orders over $500 for the collections queue, to last-30-days POs for trend reviews, or to one customer for account briefs. Sort by days outstanding descending.
4

Save and gate the view

Name the view ("AR collections queue", "Past-due over 60 days", "Customer X open POs") and gate by capability so finance, sales and account managers see the slice that matters.

Sample columns

A typical Purchase Order Gateway audit view

Rows from wp_wc_orders filtered by payment_method equals purchase_order. The same PO meta the gateway already writes, surfaced as an AR-ready audit grid.
Source: wp_319_wc_orders
PO Customer Total Status Created Days out
PO-2025-1204 Studio Nova Ltd $1,420.00 On hold 2025-12-04 0
PO-2025-1118 Northern Catering $3,860.00 On hold 2025-11-18 16
PO-2025-1102 Helix Schools $640.00 Past due 2025-11-02 32
PO-2025-1014 Coastal Roasting Co $2,210.00 Completed 2025-10-14
PO-2025-0921 Helix Schools $1,180.00 Past due 2025-09-21 74

Comparison

Default WooCommerce Purchase Order Gateway admin vs SleekView

Default WooCommerce orders screen filtered by PO

  • Orders screen lists PO rows but doesn't surface days outstanding as a column
  • Past-due cohorts can't be saved as one-click views
  • Per-customer open balance audits require a manual export
  • Status mix of PO orders versus card orders means running multiple filtered URLs
  • Sales account briefs are built in a spreadsheet, not in WordPress

SleekView

  • Every PO order rendered as a queryable AR table
  • PO number, days outstanding and customer as real columns
  • Filter to on-hold over a threshold or past-due over a window
  • Saved views per role: finance collections, sales briefs, executive AR summary
  • Same dataset the chart view aggregates, so table and dashboard stay in sync

Features

What SleekView gives you for WooCommerce Purchase Order Gateway

Days outstanding inline

Render days outstanding as a column on every row so the past-due list is a sort, not a spreadsheet rebuild every collections cycle.

Composable AR filters

Stack filters on status, total, customer and date_created to assemble collections queues, account briefs and aging reports in one query.

Per-customer balance

Group rows by customer to surface the top open-balance accounts before the next PO is approved, replacing brittle spreadsheet pivots.

Audience

Who uses SleekView for WooCommerce Purchase Order Gateway

Finance and AR teams

Filter to on-hold over $500 and sort by days outstanding descending to assemble the weekly collections queue in one query.

B2B sales account managers

Save a per-customer view to brief account calls with open POs, days outstanding and recent paid POs all on the same screen.

Operations and executives

An AR-aging summary view (0-30, 31-60, 61-90, 90+) gives leadership the credit-risk picture without an export and without a BI tool.

The bigger picture

Why PO orders deserve a real table

B2B WooCommerce stores live on AR aging and collection priority, and Purchase Order Gateway already captures the data both need: PO number, customer, total, on-hold status and timestamps for created and paid. The default orders screen is fine for processing the next order and clumsy for managing a portfolio of open POs across thirty customers. SleekView reads the same orders the gateway flagged and renders PO, customer, total, status, days outstanding and paid as a sortable, filterable AR grid.

Filters stack so the collections queue, the past-due cohort and the per-customer brief become one-click views. The gateway keeps owning the checkout method; finance, sales and operations get the per-row surface the dataset always deserved.

Questions

Common questions about SleekView for WooCommerce Purchase Order Gateway

wp_wc_orders and wp_wc_orders_meta on HPOS, or wp_posts and wp_postmeta on legacy storage, filtered by payment_method equals purchase_order. No new tables are introduced.

 

Yes. SleekView abstracts the storage model so the same AR audit table works on HPOS-enabled stores and on legacy installs without configuration changes.

 

Yes. Both are first-class filters, so 'on-hold over 30 days' and 'past-due over 60 days' are saved views the finance team opens on collections day.

 

Yes. Customer is a column, and if the install writes sales_rep to order meta (most B2B stores do), that surfaces as a column too without configuration.

 

Yes. The table view and the chart view share the dataset, so an aging-bucket filter or a customer slice narrows both surfaces. AR pivots between row audit and rollup without rebuilding filters.

 

Yes, when explicitly enabled. Status edits route through WooCommerce's order API rather than direct SQL, so order notes and gateway hooks observe the writes exactly as they would from the orders screen.

 

Yes. Any filtered cohort exports as CSV with PO, customer, total, status, created, days outstanding and paid. Useful for accountant handoffs and credit reviews.

 

Yes. SleekView queries wp_wc_orders with indexed reads and paginates results, so stores with thousands of open POs still load the AR audit table without timing out admin requests.

 

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