✨ 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 Grouped Products Pro: parents & children as tables

Grouped Products Pro extends the native grouped product type with per-child pricing, quantity rules, and layout overrides stored in wp_postmeta. SleekView reads the parent and child rows together so catalogue audits, per-child performance, and inline rule edits live in one screen.

♾️ Lifetime License available

SleekView table view for WooCommerce Grouped Products Pro

Grouped catalogue work in one table

Grouped Products Pro builds on the native WooCommerce grouped product type. The parent product owns the group; child product ids live in _children postmeta on the parent; the pro plugin layers per-child price and quantity rules into postmeta such as _gpp_child_prices and _gpp_child_min_qty. The default admin still only edits one parent at a time, so cross-group questions (which groups include a given child, which children have an active discount, which groups have a child that is low on stock) need direct SQL or per-group clicks.

SleekView reads the parent post, the _children postmeta, and the per-child rule postmeta together, then joins to wp_woocommerce_order_items for sales context. The result is one row per parent group with child count, total stock exposure, and discount status as columns, plus a second per-child view that ranks children by units sold across all groups they belong to.

Inline edits to per-child price overrides and min quantity write through WooCommerce CRUD, which keeps the grouped product cache and Pro layout markup in sync. Bulk operations on group composition use the same write path so the front-end picker reflects changes immediately.

Workflow

How SleekView assembles the Grouped Products Pro view

1

Pick the source

Select the product post type filtered to product_type=grouped and join _children postmeta with the Pro per-child rule keys.
2

Compose the column set

Add group name, child count, total stock, per-child price overrides, and discount flag. Optionally join order items for per-child units sold.
3

Save and scope the view

Name it ("Groups with low-stock children", "Discounted groups") and gate it by WordPress capability so each team sees the right slice.
4

Edit inline or bulk

Bulk-update per-child price overrides, toggle visibility, or export the filtered set. Edits route through WooCommerce CRUD so plugin hooks fire.

Sample columns

A typical Grouped Products Pro view

One row per parent group with child count, total stock, discount flag, and visibility.
Source: wp_posts (post_type=product, product_type=grouped) + wp_postmeta + wp_woocommerce_order_items
Group Children Total stock Discount Visibility Status
Camera essentials 5 82 10% Catalog Published
Studio lighting 4 31 0% Catalog Published
Travel kit 6 8 15% Hidden Low stock child
Legacy bundle 3 0 20% Hidden Out of stock

Comparison

Default Grouped Products Pro admin vs SleekView

Default Grouped Products Pro admin

  • Each group is editable only inside its parent product screen
  • Per-child price overrides live in _gpp_child_prices but are not filterable
  • Reverse lookup (which groups include product X) needs SQL on _children
  • Bulk-updating per-child min quantities is not built in
  • Per-child sales performance across groups is not aggregated

SleekView

  • Read _children postmeta across every product_type=grouped product
  • Pivot per-child rule postmeta (_gpp_child_prices, _gpp_child_min_qty) into columns
  • Reverse lookup: list every group that contains a given child product
  • Inline-edit per-child price and min quantity with CRUD writes
  • Join to wp_woocommerce_order_items for per-child units sold

Features

What SleekView gives you for WooCommerce Grouped Products Pro

Parent and child in one query

Combine the parent group row with its _children list and pro pricing postmeta into a single flat table so the catalogue is auditable in one pass rather than parent by parent.

Reverse product lookup

Filter group rows by child product id to see every group affected by a price change, stock outage, or discontinuation. Replaces a SQL query against _children serialized arrays.

Inline rule edits

Edit per-child price overrides and min quantity rules in place. SleekView writes through WooCommerce CRUD so plugin caches and Pro layout markup stay correct.

Audience

Who uses SleekView for WooCommerce Grouped Products Pro

Merchandising

Filter groups by visibility and discount level, sort by total stock exposure, and spot groups that need a refresh. Per-child columns surface inline so child performance is visible at a glance.

Finance

Sum line totals from the joined order items view to confirm group revenue against the Woo reports. Per-child price overrides are visible as a column so margin variances are auditable.

Catalog ops

Reverse lookup by child product to scope SKU work to the actually affected groups. Bulk updates to per-child rules go through CRUD so layouts stay in sync.

The bigger picture

Why a cross-group table matters

Grouped Products Pro layers richer pricing and quantity rules onto the native grouped product type, which makes the front-end picker more capable but does nothing to fix the back-end catalogue, where every group is still edited inside its parent product screen. Merchandising has no way to see all groups at once, finance has no way to confirm revenue without opening every order, and catalog ops has no way to spot groups whose children have drifted out of stock. The data is all there in _children and the Pro per-child postmeta keys, but the default admin treats it as a per-parent edit problem.

SleekView reads the same postmeta the plugin writes, joins it to actual order items, and exposes the result as one sortable, filterable, editable table. Merchandising can finally compare every group at a glance. Finance can finally sum group revenue without exporting CSVs.

Catalog ops can finally reverse-lookup by child product and scope work to affected groups. The plugin still owns the group definition and the front-end layout; SleekView turns the catalogue into a working surface.

Questions

Common questions about SleekView for WooCommerce Grouped Products Pro

Yes. Grouped Products Pro reuses the native product_type=grouped and _children postmeta. SleekView reads both Pro and plain grouped products through the same view.

 

Pro stores them in postmeta such as _gpp_child_prices. SleekView pivots that postmeta into a column you can filter, sort, and inline-edit.

 

Yes. With High-Performance Order Storage enabled, SleekView reads wp_wc_orders and wp_wc_order_product_lookup for the order side. Group configuration stays on wp_postmeta.

 

Yes. Select rows in the per-child view and set a new min quantity. Writes go through WooCommerce CRUD so the grouped product cache refreshes.

 

Composition edits apply going forward. Historical orders still reference the children they contained at the time, so the sales join reflects what was actually purchased.

 

Yes. Filter by group name, then export the filtered set as CSV with the same columns the view shows, including per-child price overrides.

 

Yes. Each saved view is gated by WordPress capability so merchandising, finance, and catalog ops can each have their own.

 

No. The plugin's group configuration screens stay where they are. SleekView adds the cross-group catalogue table the admin never built.

 

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