✨ 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 Comparison: products and meta as comparison tables

Read the product post type joined with wp_postmeta for price, stock, and feature meta plus attribute taxonomies (pa_color, pa_material). Build admin comparison tables for catalog audit and merchandising.

♾️ Lifetime License available

SleekView table view for WooCommerce Product Comparison

Compare products inside WP admin, not just on the front end

WooCommerce Product Comparison plugins build front-end widgets that let shoppers compare two or three products side by side, pulling attributes from wp_postmeta and attribute taxonomies. The admin side, where catalog teams need the same comparison for audit and merchandising, is usually missing: the default product list shows fixed columns and one row per product, with no way to put attributes side by side as comparison columns.

SleekView reads the product post type joined with wp_postmeta for price, stock, sale window, and any feature-spec meta keys, plus attribute taxonomies for color, material, size, and any custom global attributes. Build catalog views that act as internal comparison tables: every product in a category with its specs side by side, ranked by price, stock, or sale activity.

Inline edits route through WooCommerce's product CRUD where supported, so price, stock, and meta updates trigger the same hooks as the default product editor. Use it for category audits, pricing comparisons, and stock-level checks across competing products in the same range.

Workflow

How SleekView reads your product-comparison data

1

Pick the source

Choose product as the base post type. SleekView auto-joins wp_postmeta for price and feature-spec keys and attribute taxonomies via wp_term_relationships.
2

Compose your column set

Add name, category, _regular_price, _sale_price, _stock, dimensions, weight, certifications, attribute terms. The agent UI lists meta keys actually in use.
3

Save and scope the view

Name it ("Furniture comparison", "Under £300 audit", "Missing spec meta") and gate by capability so merchandising, catalog, and pricing teams each get their own scope.
4

Edit inline and bulk-update

Update price, stock, and spec meta in the row. Bulk-update across the filter selection and WooCommerce's product CRUD fires price and stock hooks per row.

Sample columns

A typical product-comparison view

Joins product posts with wp_postmeta for price and feature meta, and with attribute taxonomies for spec columns.
Source: wp_posts (product) + wp_postmeta + wp_term_relationships (categories, attributes)
Product Category Price Stock Material Status
Oak Desk Furniture £320 6 Solid oak Published
Pine Desk Furniture £240 12 Pine veneer Published
Walnut Desk Furniture £380 1 Solid walnut Low stock
Birch Desk Furniture £210 0 Birch ply Out of stock

Comparison

Default WooCommerce Product Comparison admin vs SleekView

Default WooCommerce Product Comparison admin

  • Comparison widget is front-end only, no admin equivalent for catalog teams
  • Default product list shows fixed columns (image, name, SKU, stock, price, date)
  • Feature-spec meta from comparison plugins sits in wp_postmeta but isn't visible in the list
  • Attribute terms (pa_material, pa_size) aren't surfaced as columns
  • Filtering across multiple attribute and meta criteria is not possible

SleekView

  • Read product posts with wp_postmeta feature-spec keys as columns
  • Attribute taxonomies as joinable spec columns
  • Build admin comparison tables per category or product range
  • Inline-edit price, stock, and spec meta in the row
  • Save filters for category audits, pricing comparisons, and stock checks

Features

What SleekView gives you for WooCommerce Product Comparison

Spec columns from postmeta

Any feature-spec meta key used by your comparison plugin (dimensions, weight, certifications, warranty) becomes a column. Catalog teams see comparable specs side by side per row.

Inline-edit spec meta

Update price, stock, dimensions, certifications, and warranty meta in the row. Writes go through WooCommerce's product CRUD where supported so price and stock hooks fire per row.

Category and attribute filters

Combine category, attribute terms, and meta thresholds. Save "Furniture under £300 with solid-wood material" so the merchandising team has the comparison set ready for each weekly review.

Audience

Who uses SleekView for WooCommerce Product Comparison

Merchandising

Category comparison views with price, stock, attribute terms, and spec meta side by side. Spot pricing gaps, missing specs, or stock imbalances within a product range.

Catalog ops

Audit views filtered to products missing key spec meta (dimensions, weight) or attribute terms. Fill in inline without per-product editor crawling.

Pricing

Compare competitor-equivalent products in the same category. Sort by price, by margin meta, by sale window. Adjust prices inline with margin visibility per row.

The bigger picture

Why catalog comparison belongs in the admin, too

Comparison plugins solve the shopper's side of the catalog: two or three products laid out side by side with their key specs. The catalog team's side is usually the default product list, which shows the same fixed columns for every product and no way to put specs side by side. Yet that team makes the decisions that determine what shoppers eventually compare: pricing within a range, stock balance across a category, which products lack the spec meta the comparison widget renders on the front end.

SleekView turns the product post type into a sortable, filterable admin comparison table with spec meta and attribute terms as columns. Inline edits route through WooCommerce's product CRUD so price, stock, and meta updates trigger the same hooks as the default editor. The shopper-facing comparison widget keeps working; the admin gets a workspace tuned for catalog audit, pricing, and merchandising.

Questions

Common questions about SleekView for WooCommerce Product Comparison

No. The front-end comparison widget continues to work for shoppers. SleekView is an admin surface that gives catalog and merchandising teams a similar side-by-side view inside WP admin, where they need it for audit, pricing, and stock decisions.

 

Any key in wp_postmeta on the product post type that you choose. The agent UI lists meta keys actually in use on your products, including _regular_price, _sale_price, _stock, and plugin-specific keys like _weight, _length, or feature-spec meta from your comparison plugin.

 

Yes. Each pa_* taxonomy joined via wp_term_relationships becomes a column showing the term assignments per product. Filterable like any other column, so a view can be scoped to one attribute term across the category.

 

Yes. SleekView writes through WooCommerce's product CRUD where supported, so meta saves go through the same path as the default product editor. Listeners that recompute caches, refresh search indexes, or recompute price-related caches fire per row.

 

Yes. Filter by multiple categories or by attribute term across categories. Useful for cross-category comparisons ("every product over £300 with a 2-year warranty meta").

 

The view defaults to parent products (product) but variations (product_variation) can be a separate source for variation-level comparison. Both can be combined in a tabbed view inside one SleekView page.

 

Queries hit indexed columns on wp_posts and the indexed meta_key + post_id path on wp_postmeta. Taxonomy filters use wp_term_relationships indexes. Pagination is keyset where possible and heavy aggregate columns are opt-in per view.

 

Yes. Each view exports as CSV from the current filter and column set. Useful for sharing a pricing or stock comparison with finance or merchandising leads outside WP admin.

 

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