✨ 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 Pro: vendors, products & commissions as tables

Read directly from the vendor taxonomy (wcpv_vendors), product post type, and the plugin's commissions table. Build per-vendor revenue tables, payout queues, and product-by-vendor views without manual exports.

♾️ Lifetime License available

SleekView table view for WooCommerce Product Vendors Pro

Vendor data finally joined in one view

WooCommerce Product Vendors Pro models vendors as a taxonomy (wcpv_vendors) attached to products, and writes per-line-item commission rows to its own wcpv_commissions table (column names vary by version, the underlying shape is order-id, product-id, vendor-id, commission-amount, status). The default vendor admin shows a list of vendors and per-vendor reports, but joining vendor to product to order to commission in one screen is exactly what the default UI does not do.

SleekView reads wcpv_commissions as a first-class source and joins to wc_orders (HPOS) by order id, to the product post type by product id, and to the wcpv_vendors taxonomy by term id. The result is a single table showing vendor name, product, order, commission amount, and commission status, sortable and filterable across all of them.

Inline edits to commission status (pending, paid, voided) write through the plugin's data layer where supported, so payout state stays consistent with the rest of the plugin. Bulk-mark a payout batch as paid in one pass after a Stripe Connect or wire transfer cycle, with a clean audit trail attached to each row.

Workflow

How SleekView reads your Product Vendors Pro schema

1

Pick the source tables

Start with wcpv_commissions and add joins to wcpv_vendors (taxonomy), wc_orders, and the product post type.
2

Compose your commission column set

Add vendor name, product name, order number, commission amount, status, and order date. Save a vendor-name aggregate for per-vendor totals.
3

Save and scope the view

Name it ("This month pending payouts", "Voided commissions") and gate by WordPress capability so finance, vendor managers, and marketplace owners each get their own view.
4

Edit inline and bulk-update

Bulk-mark a payout batch as paid after a wire transfer cycle, or void rows tied to refunded orders, with the plugin's data-layer hooks firing as expected.

Sample columns

A typical commissions view

SleekView joins wcpv_commissions with the vendor taxonomy, product post type, and wc_orders.
Source: wp_wcpv_commissions + wp_terms (taxonomy=wcpv_vendors) + wp_wc_orders + wp_posts (product)
Order Vendor Product Commission Status Date
#70621 Studio Aurora Linen tote bag €28.00 Pending Apr 24
#70620 Brew Coop Single-origin beans 250g €4.20 Paid Apr 24
#70619 Design Studio Ria Print poster A2 €12.00 Pending Apr 23
#70618 Hello Dev Mug set of 4 €9.60 Voided Apr 23

Comparison

Default Product Vendors admin vs SleekView

Default Product Vendors admin

  • Vendor admin shows per-vendor reports but no cross-vendor commission queue
  • Joining vendor + product + order + commission in one view is not available
  • Payout batch processing requires per-vendor admin clicks
  • Filtering commissions by date range across all vendors is awkward
  • Cross-vendor product-revenue comparison needs CSV exports

SleekView

  • Read wcpv_commissions joined to vendors, products, and wc_orders
  • Per-vendor revenue tables with date-range filters
  • Payout queue: filter by status=pending across all vendors
  • Inline-edit commission status with audit trail
  • Kanban view of commissions grouped by status for payout cycles

Features

What SleekView gives you for WooCommerce Product Vendors Pro

Cross-vendor commissions view

Join wcpv_commissions with the vendor taxonomy, product post type, and wc_orders. See every pending payout across every vendor in one table.

Date-range payout queues

Filter by commission status and order date. Save a "This month pending" view that finance opens at the start of each payout cycle.

Inline status edits

Mark commission rows as paid or voided inline. Writes route through the plugin's data layer where supported so vendor payout reports stay consistent.

Audience

Who uses SleekView for WooCommerce Product Vendors Pro

Finance

Monthly payout cycle: filter pending commissions, sort by vendor, total at the foot of the table, bulk-mark paid after wire transfers go out.

Vendor managers

Per-vendor performance: total commission this month, top-selling products, voided rate. All without leaving WP Admin or running custom queries.

Marketplace owners

Cross-vendor revenue comparison and commission-share analysis. Spot which categories drive the most marketplace revenue and which vendors are growing.

The bigger picture

Why multi-vendor marketplaces need a join-heavy admin

A WooCommerce multi-vendor marketplace is a relational system by definition. Vendors live in a taxonomy, products belong to vendors and to categories, orders contain line items from multiple vendors, and commissions are computed per line item. The default Product Vendors Pro admin gives you per-vendor reports and a vendor list, but no cross-vendor commissions table, no payout queue filtered by date, and no per-vendor revenue ranking.

Finance teams running a monthly payout cycle end up exporting CSVs, matching them in a spreadsheet, and updating commission status one vendor at a time. Vendor managers fielding "why is my commission lower this month" questions cannot answer without custom SQL. SleekView joins the same four tables once: commissions, vendors, products, orders.

The result is a marketplace operations workspace inside WP Admin: payout queues, per-vendor revenue, commission-status edits, all sourced from the database your plugin already maintains.

Questions

Common questions about SleekView for WooCommerce Product Vendors Pro

Yes. wcpv_commissions (or whatever the active plugin version names it) is exposed as a joinable source. SleekView joins to the vendor taxonomy, product post type, and wc_orders for a cross-vendor workspace.

 

Yes. Filter by vendor (via the wcpv_vendors taxonomy join) and date range. Aggregate columns sum the commission amount inline. No CSV export step required.

 

Yes. SleekView reads wc_orders directly on HPOS and falls back to shop_order posts on legacy stores. The commission join uses order id, which is stable across both schemas.

 

Yes. Filter to status=pending for the payout window, then bulk-mark paid. Writes route through the plugin's data layer where supported so vendor reporting stays consistent.

 

View access is gated by WordPress capability. If your vendors have admin accounts with limited capabilities (as Product Vendors Pro provides), you can scope a view so vendors see only their own commission rows. The same data the plugin already restricts, in a more flexible UI.

 

Queries hit indexed columns on wcpv_commissions and join to vendor/product/order via indexed foreign keys. Pagination is keyset where possible. Heavy aggregate columns (lifetime commission per vendor) are opt-in per view.

 

Yes. Scoped CSV export ships only the filtered rows with your configured columns, so finance receives the exact slice they need to process payouts and reconcile with the bank later.

 

If the Product Vendors Pro plugin sends those notifications via hook on status change, and SleekView's writes go through the plugin's CRUD path, the hooks fire as expected. Test with one row in your environment to confirm the hook chain matches your plugin version.

 

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