✨ 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 Product Vendors

SleekView reads wp_wcpv_commissions and the vendor taxonomy directly and renders vendor, order, rate, amount, status and order_date as a sortable marketplace audit grid inside WP Admin.

♾️ Lifetime License available

SleekView table view for WooCommerce Product Vendors

Marketplaces run on commission tables, the admin surface should match

WooCommerce Product Vendors turns a Woo store into a multi-vendor marketplace, storing vendors as the wcpv_product_vendors taxonomy and recording every commission in wp_wcpv_commissions with vendor_id, order_id, product_id, commission_rate, total_commission_amount, order_total and a paid/unpaid status. The plugin's admin gives a commission list and a payout screen, but the list is fixed columns and the payout screen is one-vendor-at-a-time.

SleekView reads wp_wcpv_commissions joined with the vendor taxonomy and renders Vendor, Order, Product, Rate, Amount, Order total and Status as sortable, filterable columns. Filter to unpaid commissions over $100 for the next payout batch. Sort by order_date for end-of-month reconciliation. Group by vendor to see who is owed what without opening a per-vendor screen.

The plugin keeps owning vendor signup, commission calculation and payout approval. The table view owns the audit surface, so the same rows the plugin already writes become a marketplace-wide reconciliation grid that finance and vendor success can open on demand.

Workflow

How SleekView surfaces Product Vendors data

1

Point at wp_wcpv_commissions

Pick wp_wcpv_commissions joined with wp_posts on order_id and with the vendor taxonomy on vendor_id, so every row carries vendor display name and order reference.
2

Compose the columns

Drag in Vendor, Order, Product, Rate, Amount, Order total, Status and order_date. Reorder, hide or rename any column without writing a custom list table.
3

Filter and sort like a database

Filter to unpaid commissions for the next payout, to a specific vendor for an end-of-month brief, or to refunded orders for clawback review. Sort by amount or rate descending.
4

Save and gate the view

Name the view ("Next payout batch", "Vendor X monthly brief", "Refund clawback queue") and gate by capability so finance, vendor success and individual vendors land on the right slice.

Sample columns

A typical Product Vendors audit view

Rows from wp_wcpv_commissions joined with the vendor taxonomy and the orders table. The same commission data the plugin already records, surfaced as a marketplace-wide reconciliation grid.
Source: wp_319_wcpv_commissions
Vendor Order Product Rate Amount Status
Northern Roasters #48217 Single Origin Ethiopia 1kg 70% $58.10 Unpaid
Northern Roasters #48201 House Blend Subscription 70% $24.50 Paid
Studio Cera #48189 Hand-thrown Mug 60% $22.80 Unpaid
Mara Textiles #48174 Linen Tea Towel Set 55% $31.35 Paid
Studio Cera #48162 Cancelled order line 60% $0.00 Cancelled

Comparison

Default WooCommerce Product Vendors admin vs SleekView

Default Product Vendors commission list

  • Commission list shows a fixed set of columns with no per-vendor saved views
  • Vendor screens are scoped one vendor at a time with no marketplace-wide rollup
  • Payout batch building (unpaid over X) requires manual filtering of a long list
  • Refund clawback queues aren't a built-in saved view
  • Per-vendor monthly briefs mean exporting and rebuilding the table in a spreadsheet

SleekView

  • Every commission row rendered as a queryable table
  • Vendor name, order reference and rate as real columns
  • Filter to unpaid commissions over a threshold or to a specific vendor
  • Saved views per role: finance payout, vendor success, individual vendor
  • Same dataset the chart view aggregates, so table and dashboard stay in sync

Features

What SleekView gives you for WooCommerce Product Vendors

Payout batches as a filter

Save 'unpaid commissions over $100' as a one-click view and stop rebuilding the next payout batch in a spreadsheet every month.

Per-vendor briefs

Filter to one vendor and the last 30 days to produce a monthly brief in seconds, with order, product, rate and amount on every row.

Clawback queue

Filter to refunded or cancelled orders carrying a paid commission row to surface clawbacks before the next reconciliation cycle closes.

Audience

Who uses SleekView for WooCommerce Product Vendors

Marketplace finance

Filter to unpaid commissions and sort by amount descending to build the next payout batch in one query, then export the cohort for the bank file.

Vendor success managers

A per-vendor filter on the last 30 days produces a monthly brief with rate, amount and order references on each row, ready for the partner call.

Individual vendors

Gate a saved view by role so each vendor sees their own commissions table without exposing other vendors' data, replacing brittle per-vendor PDF reports.

The bigger picture

Why commission data deserves a real table

A WooCommerce store with Product Vendors installed is essentially a marketplace, and marketplace operations live on commission reconciliation. The plugin records every commission with rate, amount, status and order reference, but the default surface is a fixed list and per-vendor screens, which is right for casual checks and wrong for payout batches, monthly briefs or clawback queues. SleekView reads the same wp_wcpv_commissions rows and renders them as a sortable, filterable audit table with vendor, order, product, rate, amount and status.

Filters stack into a single query so finance, vendor success and individual vendors all open the slice that matters to them. The plugin keeps owning the marketplace plumbing; the team gets the per-row surface the dataset always deserved.

Questions

Common questions about SleekView for WooCommerce Product Vendors

wp_wcpv_commissions joined with wp_posts on order_id and product_id and with the wcpv_product_vendors taxonomy on vendor_id. No new tables are introduced.

 

Yes. SleekView reads order references from wp_wc_orders on HPOS or wp_posts on legacy. The commission table itself is unchanged across storage modes.

 

Yes. Status is a first-class column, so 'unpaid commissions over $100' and 'paid this month' are both saved-view filters that surface the right cohort instantly.

 

Yes. Saved views gate by capability and ownership, so a vendor user opens a view scoped to their vendor_id and never sees another vendor's data.

 

Yes. The table view and the chart view share the dataset, so a vendor filter or an unpaid-only slice narrows both surfaces. Finance pivots between row audit and rollup without rebuilding filters.

 

Yes, when explicitly enabled. Status edits route through the Product Vendors API rather than direct SQL, so the plugin's hooks observe the writes and emit notifications as they would from the plugin UI.

 

Yes. Any filtered cohort exports as CSV with vendor, order, product, rate, amount, order_total and status. Useful for bank files, monthly briefs and accountant handoffs.

 

Yes. SleekView queries wp_wcpv_commissions with indexed joins and paginates results, so marketplaces with tens of thousands of commission rows per month still load the reconciliation 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