✨ 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 Wholesale Gateway: B2B orders and approvals as tables

Wholesale Gateway routes B2B orders into an approval queue with credit-limit checks against wholesale customer accounts. SleekView joins the order to the wholesale account and the approval status so a row shows account, terms, order total, available credit, and approval state.

♾️ Lifetime License available

SleekView table view for WooCommerce Wholesale Gateway

B2B orders with credit terms in plain view

WooCommerce Wholesale Gateway uses a deferred payment method on WooCommerce orders, with wholesale accounts living in wp_wc_wholesale_accounts tracking credit limit, current balance, payment terms (net 30, net 60), and approval status. Each order in the wholesale flow writes a row in wp_wc_wholesale_orders referencing the parent shop_order. The default WooCommerce admin shows the order but hides the wholesale account context.

SleekView joins the wholesale order with the wholesale account and the parent order. A single row exposes account name, order total, payment terms, available credit, approval status, and the order's due date. Filter by approval_status to find the queue awaiting review, sort by available credit ascending to spot accounts close to their limit, or filter overdue orders for the collections team.

Inline edits approve or reject orders through the plugin's wc_wholesale_set_order_status hook so any AR notification fires correctly. Bulk operations let you approve a vetted account's batch of orders in one action, send a payment reminder to a cohort of overdue accounts, or temporarily raise a credit limit for a seasonal push, each writing to the audit log with the operator and reason.

Workflow

B2B order context, joined and editable

1

Connect the sources

Point SleekView at wp_wc_wholesale_orders joined to wp_wc_wholesale_accounts on account_id and to the parent order in wp_wc_orders or wp_posts.
2

Add credit columns

Layer credit limit, current balance, available credit, payment terms, due date, and a computed days_overdue column for the collections view.
3

Save segment views

Persist views for Pending approval, Overdue invoices, At-credit-limit accounts, and Trusted-account bulk approval. Each is scoped per role.
4

Edit inline and audit

Approve, reject, or adjust credit limits in bulk through the plugin's status and account hooks. Each change writes to the audit log with the operator and reason.

Sample columns

A typical Wholesale Gateway B2B view

Wholesale orders with account, payment terms, available credit, due date, and current approval_status.
Source: wp_wc_wholesale_orders + wp_wc_wholesale_accounts + wp_wc_orders (or wp_posts)
Order Account Total Terms Credit Left Status
#W-2041 Studio Co. €4,200 Net 30 €8,300 approved
#W-2042 Design Lab $12,400 Net 60 $1,600 pending
#W-2043 Hello Crafts £780 Net 30 £0 over limit
#W-2044 Brew Coop €1,820 Net 30 €3,100 approved

Comparison

Default WooCommerce Wholesale Gateway admin vs SleekView

Default WooCommerce Wholesale Gateway admin

  • Order list lacks account credit limit as a column
  • No combined filter on approval_status and due date
  • Bulk approval for a vetted account requires per-order action
  • No view of overdue orders grouped by account for collections
  • No CSV export of accounts close to credit limit

SleekView

  • Wholesale order joined to wp_wc_wholesale_accounts credit data
  • Filter and sort by available credit and payment terms
  • Inline approve / reject via wc_wholesale_set_order_status
  • Bulk approval for trusted accounts with operator and reason logged
  • Saved views for collections, AR reviews, and over-limit accounts

Features

What SleekView gives you for WooCommerce Wholesale Gateway

Approval queue

Filter by approval_status = pending to see the AR queue. Inline approve or reject through wc_wholesale_set_order_status, with the plugin's downstream account-notification email firing per row.

Credit visibility

Available credit, current balance, and credit limit per account appear as columns alongside the order. Spot accounts on the verge of their limit before the next big order lands.

Bulk approvals

Approve a trusted account's batch of orders in one action, with operator and reason logged. The plugin's hooks fire per row so the customer notification and invoicing flow stays correct.

Audience

Who uses SleekView for WooCommerce Wholesale Gateway

Sales operations

Monitor the pending-approval queue, escalate orders that have been waiting more than 48 hours, and run the trusted-account bulk approval at the start of each day.

Finance and AR

Pull the overdue-orders view grouped by account. Send payment reminders in bulk, raise or lower credit limits, and export the at-risk-account cohort for the monthly AR review.

Account managers

Watch each account's purchase pattern and available credit. Reach out proactively when a long-time account is approaching its limit, with a saved view that surfaces them weekly.

The bigger picture

B2B is built on terms, and terms need a queue

B2B commerce is fundamentally different from consumer checkout: orders flow through approval, payment is deferred against net-30 or net-60 terms, and credit limits per account need active management. The financial risk on a single wholesale order can dwarf a month of consumer revenue, which means the AR team needs the credit context visible at the moment of approval, not three clicks deep in an account profile. WooCommerce Wholesale Gateway captures the right data in wp_wc_wholesale_accounts and wp_wc_wholesale_orders, but the default admin presents the order as a standard WooCommerce order with the credit context buried.

SleekView joins the wholesale order to the account and exposes credit limit, available credit, payment terms, and approval status as first-class columns. The approval queue, the collections view, and the at-limit cohort each become a one-click saved view, and inline edits route through the plugin's hooks so notifications and invoicing flows stay correct. The B2B program scales without forcing the development team to ship a bespoke admin every quarter.

Questions

Common questions about SleekView for WooCommerce Wholesale Gateway

Yes. The wholesale order joins to wp_wc_wholesale_accounts on account_id, so the grid shows credit limit, available credit, current balance, and payment terms alongside the order total.

 

Yes. Inline edits route through wc_wholesale_set_order_status, which fires the plugin's notification email to the account and any downstream invoicing actions configured.

 

The plugin handles the storefront enforcement at checkout. SleekView's role is to surface the credit context for the AR team and to support credit-limit edits through the plugin's hook, which logs the operator on each change.

 

Yes. The wholesale order joins to wp_wc_orders on HPOS or wp_posts on classic storage. SleekView picks the source automatically per environment.

 

Yes. Filter wholesale orders by due date < today and approval_status = approved. A grouped view sums the overdue total per account, which is the right view for collections.

 

Yes. A bulk credit-limit edit on accounts routes through the plugin's account-update action, which writes to wp_wc_wholesale_accounts and fires any audit-log hook configured.

 

Each account stores its currency, and credit limits are tracked per currency. SleekView's rollup respects per-currency totals so a multi-currency wholesale store stays accurate.

 

Yes. Sales ops sees the approval queue, finance sees the AR and overdue views, account managers see the per-account drill-down. Saved views check role capability per view.

 

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