✨ 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 Stock Manager Pro: inventory rows as editable tables

Read stock fields straight from wp_postmeta (_stock, _stock_status, _backorders, _low_stock_amount) joined to the product and product_variation post types. Inline-edit quantities and statuses across hundreds of SKUs without opening each product.

♾️ Lifetime License available

SleekView table view for WooCommerce Stock Manager Pro

Stop opening every product to adjust stock

WooCommerce Stock Manager Pro gives merchants a single screen that lists products with their stock levels, but that screen is still a fixed table: SKU, stock, status. Anything else, like _low_stock_amount, supplier meta, or last-restock date, lives in wp_postmeta and stays invisible until you click into the product page.

SleekView reads the same source data the Stock Manager UI does: the product and product_variation post types joined with wp_postmeta keys (_stock, _stock_status, _manage_stock, _backorders, _sku, _low_stock_amount). Build views that match how you actually triage inventory: low-stock first, by category, by supplier meta, with reorder thresholds visible inline.

Inline edits route through WooCommerce's product CRUD where supported, so woocommerce_product_set_stock still fires, low-stock email triggers still send, and any third-party listener (ERP sync, marketplace bridge) sees the same event a manual edit would generate. Bulk-update fifty SKUs in one pass and the hooks fire fifty times, not once.

Workflow

How SleekView reads your stock data

1

Pick the source

Choose product and product_variation as the base post types. SleekView auto-joins wp_postmeta for the standard stock keys and exposes all other keys present in your installation as optional columns.
2

Compose your column set

Add SKU, name, _stock, _stock_status, _low_stock_amount, any supplier or warehouse meta. The agent UI lists meta keys actually in use so you don't have to guess names.
3

Save and scope the view

Name it ("Below reorder threshold", "Backorder allowed", "EU warehouse") and gate it by WordPress capability so each team sees only their own filtered set.
4

Edit inline and bulk-update

Adjust quantities in the row, flip status, set backorders. Bulk-update across the filter selection and WooCommerce's product CRUD fires stock and low-stock hooks for every row.

Sample columns

A typical stock-manager view

SleekView joins product and product_variation posts with the WooCommerce stock keys in wp_postmeta and exposes any custom meta key as a column.
Source: wp_posts (product, product_variation) + wp_postmeta (_stock, _stock_status, _backorders)
SKU Product Stock Status Low-stock at Updated
TEE-BLK-M Studio Tee, Black, M 4 Low stock 5 Apr 24
TEE-WHT-L Studio Tee, White, L 28 In stock 5 Apr 24
MUG-CER-01 Ceramic Mug 0 Out of stock 10 Apr 23
HOOD-NVY-S Hoodie, Navy, S 12 In stock 5 Apr 23

Comparison

Default WooCommerce Stock Manager Pro admin vs SleekView

Default WooCommerce Stock Manager Pro admin

  • Fixed column set: SKU, stock, status, with little room for custom meta
  • Filters limited to category and stock status, no combined low-stock plus supplier filter
  • Custom keys like _low_stock_amount or supplier-id meta sit in wp_postmeta but never surface in the list
  • No saved views per warehouse, supplier, or team
  • Bulk-edit screens require switching modes instead of editing in place

SleekView

  • Read directly from wp_posts (product, product_variation) joined with wp_postmeta
  • Inline-edit _stock and _stock_status across many rows
  • Surface _low_stock_amount, _backorders, and any custom supplier meta as columns
  • Save filtered views per role ("Below threshold", "Backorder allowed", "Supplier A")
  • Switch between table view and kanban grouped by stock status

Features

What SleekView gives you for WooCommerce Stock Manager Pro

Column sets per warehouse or supplier

Build separate views for each warehouse or supplier. Each picks its own columns from wp_postmeta keys, so the LA warehouse view shows supplier-id and reorder-window while the EU view shows VAT and lead-time, no shared admin compromises.

Inline-edit stock without opening products

Edit _stock in the row, flip _stock_status, change _backorders inline. Bulk-update dozens of SKUs in one pass and woocommerce_product_set_stock still fires for every row.

Compose precise low-stock filters

Combine _stock below _low_stock_amount, by category, by supplier meta, by last-update date. Save the filter as "Reorder this week" and the team reuses it every Monday.

Audience

Who uses SleekView for WooCommerce Stock Manager Pro

Warehouse ops

Low-stock view sorted by reorder priority with supplier-id and lead-time meta visible. Bulk-update _stock after a delivery without per-product click-through.

Purchasing

View filtered to _backorders allowed plus stock below threshold, grouped by supplier. Decide the week's reorder list inside WP admin instead of exporting to a spreadsheet.

Merchandising

Stock-by-category view with on-hand quantity, last-update date, and a tagged-as-promo column. Spot which categories will sell out before a campaign launches.

The bigger picture

Why inventory ops need row-level editing

Stock data lives in wp_postmeta alongside everything else WooCommerce writes there, which is fine for storage and painful for ops. Stock Manager Pro fixes part of that pain by giving merchants a one-screen overview, but its column set is fixed and its filters are limited. A multi-warehouse retailer needs supplier and warehouse meta visible at the row level.

A purchasing manager needs a saved "reorder this week" view that combines low stock and backorder eligibility. A merchandising team needs to spot category-level sellouts before a launch. SleekView turns the same data into the workspace each team needs, lets each save its own filtered view, and routes inline edits through WooCommerce's product CRUD so every listener (stock sync, ERP bridge, marketplace integration) sees the same events.

Same database, same hooks, none of the per-product click-through.

Questions

Common questions about SleekView for WooCommerce Stock Manager Pro

No, it's an additional admin surface that reads the same source data the Stock Manager UI reads (_stock, _stock_status, _backorders in wp_postmeta). The two coexist: keep Stock Manager for merchants who like its workflow and use SleekView for ops teams that want custom column sets and saved filtered views.

 

Yes. Inline-edit _stock, _stock_status, and any postmeta key in the row. Bulk-update routes through WooCommerce's product CRUD so woocommerce_product_set_stock and stock-status transition hooks fire for every row, identical to manual edits.

 

Yes. SleekView writes through WooCommerce's CRUD layer where supported, so low-stock and out-of-stock notification emails fire on the same hook (woocommerce_low_stock) regardless of whether the change came from Stock Manager, SleekView, or the product edit screen.

 

Yes. The product_variation post type is exposed alongside product, with the parent product id and attribute summary available as joinable columns. Variation-level stock (_stock on the variation) and parent-product fields can sit in the same view.

 

Yes. The agent UI scans wp_postmeta for keys actually in use and lets you pick from a real list. Add a column for any supplier-id, reorder-window, lead-time, or warehouse-zone key your plugins or imports populate.

 

Queries hit indexed columns (ID, post_type, post_status) on wp_posts and the indexed meta_key + post_id path on wp_postmeta. Pagination is keyset where possible, and heavy aggregate columns (total movement over 30 days, joined from order items) are opt-in per view so default lists stay quick.

 

Yes. Views are gated by WordPress capability, so warehouse staff get the low-stock-and-reorder view, finance gets the cost-and-value view, and store managers see the full grid. Each role's saved filters and column sets persist between sessions.

 

Through hooks where supported. SleekView prefers the plugin's CRUD path so all WooCommerce listeners (stock sync extensions, marketplace bridges, ERP integrations) see the same events a manual edit would emit. Direct writes are a fallback only for keys with no CRUD wrapper, and a conflict-detection check prevents stale overwrites.

 

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