✨ 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 Pricing Deals: deal rules & redemptions as tables

Read directly from where Pricing Deals stores its rules (custom table or option array depending on the build) and join to wc_orders for redemption history. Spot zombie deals, schedule next quarter, and tune live deals from one workspace.

♾️ Lifetime License available

SleekView table view for WooCommerce Pricing Deals

Promo deals without the screen-per-deal grind

WooCommerce Pricing Deals plugins typically store deal rules in either a custom table (something like wc_pricing_deals) or a serialised option, with each deal carrying conditions (product set, cart minimum, role scope) and outcomes (BOGO, percent off, fixed off). The default admin gives one screen per deal, which is fine for setup and impossible for running a real promotional calendar at scale.

SleekView reads the deal rows directly, surfaces scalar conditions and outcomes as columns, and exposes nested product sets as expandable child views per deal. Join wc_orders on the applied-deal meta key to add Redemption Count and Last Redeemed columns. Filter active deals expiring this week, sort by total revenue impact, or build a deal-calendar view by start date.

Inline edits to deal status, discount value, or schedule route through the plugin's CRUD layer where supported. Bulk-archive deals past their end date or bulk-launch a holiday set from a pre-configured template, all in one filtered pass.

Workflow

Build a promo-calendar workspace in four picks

1

Pick the deal source

Custom table or wp_options depending on the plugin build. SleekView auto-detects and maps fields to columns.
2

Surface schedule and outcome

Start Date, End Date, Discount Type, Outcome Value, and Status become real columns. Nested product sets expand as child views per row.
3

Join redemptions

Left-join wc_orders_meta on the applied-deal id key to add Redemptions and Last Redeemed columns per deal.
4

Save and gate

Promo Manager view with full edit, Margin Auditor view with redemption-impact aggregates, Customer Service view read-only. Each scoped by capability.

Sample columns

A typical Pricing Deals dashboard view

Joins deal rows with redemption count from wc_orders_meta where the applied-deal id is recorded.
Source: wc_pricing_deals (custom table or wp_options) + wp_wc_orders + wp_wc_orders_meta
Deal Type Outcome Status Redemptions Expires
Spring 20% off Cart 20% off cart Active 182 May 31
BOGO Tote Product Buy 1 get 1 Active 94 Apr 30
Free ship 75 Shipping Free over $75 Scheduled 0 Jun 15
Winter clearance Cart 30% off Expired 412 Mar 01

Comparison

Default Pricing Deals admin vs SleekView

Default Pricing Deals admin

  • One deal per edit screen, no dashboard view across the promo calendar
  • No redemption count visible on the deal list
  • Expired deals stay mixed in unless manually archived
  • Comparing two deals' conditions means opening both
  • Bulk-launching a holiday set requires reconfiguring each deal

SleekView

  • Dashboard joining deals with redemption counts from wc_orders
  • Status, Type, and Outcome as filterable columns
  • Schedule view by Start and Expires date for promo calendar planning
  • Inline-edit discount values, schedules, and status
  • Bulk-archive expired deals or launch templated holiday sets

Features

What SleekView gives you for WooCommerce Pricing Deals

Redemption join

Joins wc_orders_meta on the applied-deal id key to surface Redemptions and Last Redeemed columns. Spot zombie deals never fired and high-redemption deals that may need ceiling adjustments.

Promo calendar view

Surface Start Date and End Date as real columns with a derived Status (active, scheduled, expired). Plan the next quarter's deals without bouncing between edit screens.

Bulk launch and archive

Filter scheduled deals for next month and bulk-activate, or filter expired deals and bulk-archive. Each row routes through the plugin's CRUD so any post-save hooks fire.

Audience

Who uses SleekView for Pricing Deals

Promo managers

Promo calendar view with status, schedule, and redemption counts. Plan, launch, and retire deals from a single workspace without per-deal screens.

Margin auditors

Redemption-impact view ranking deals by approximate revenue effect (redemptions multiplied by outcome value). Spot deals that under-deliver or over-discount.

Customer service

Read-only deal lookup so support can confirm 'why didn't the deal apply' against the actual configured conditions, without bothering the promo team.

The bigger picture

Why deal programs need calendar-shaped admin

Deal-driven promo programs are how most WooCommerce stores grow revenue beyond steady-state baseline. Holiday sales, BOGO weekends, role-targeted offers, free-shipping thresholds, all compose into a calendar with dozens of overlapping deals running at any moment. The plugin's data model is fine, but the default screen-per-deal admin doesn't match how promo teams think.

They think in calendars, in redemption impact, in pre-launch checklists, in post-quarter retros. SleekView gives the deals table the shape promo work actually has. Each deal is a row, each row joins to redemption counts where the plugin records application, each row carries scheduling and status as filterable columns.

Promo managers, margin auditors, and customer service each get the view they need. Quarterly retros become a saved export. Pre-launch checks become a filtered view.

Zombie-deal cleanup becomes a bulk archive instead of a multi-day click-through. The plugin's resolution at checkout is unchanged. Only the admin shape changes, and that's where the difference between a sloppy promo program and a disciplined one actually lives.

Questions

Common questions about SleekView for WooCommerce Pricing Deals

It depends on the plugin build. Premium builds use a custom table like wc_pricing_deals with per-deal rows. Lighter builds serialise deals into wp_options. SleekView reads either, mapping deal fields to columns where they're scalar and to expandable child views where they're nested (product sets, condition groups).

 

Yes when the plugin records applied-deal data on the order. Typically the applied deal id lives in wc_orders_meta under a plugin-specific key. SleekView aggregates by deal id to add Redemptions and Last Redeemed columns. If the plugin doesn't log application, the column is unavailable but the rest of the workspace still works.

 

Yes. BOGO and free-gift deals usually use a different outcome type stored on the same deal row. SleekView surfaces Outcome as a column so all deal types appear in one view, filterable by type. Each deal's full structure is visible in an expanded detail view per row.

 

Yes. Status changes, discount-value edits, and schedule updates route through the plugin's CRUD method where supported. The plugin's woocommerce_pricing_deal_updated action (or equivalent) fires so any cache invalidation, analytics events, or third-party integrations run normally.

 

Yes. Filter a set of deals tagged for next quarter, bulk-update Start Date and End Date, and save. Each row writes through the plugin's CRUD so scheduling logic kicks in correctly. Useful for porting last year's holiday calendar to this year with date shifts.

 

Some Pricing Deals plugins generate matching coupons for redemption tracking, others apply at checkout without a coupon. SleekView links to shop_coupon posts where coupons exist and shows them in a parallel view. The dashboard unions deals and coupons with a Source column if you want a single workspace.

 

Yes. Any view exports to CSV with all visible columns including aggregated redemption counts. Useful for end-of-quarter promo retros, or for handing performance data to the marketing lead without granting them WP admin access.

 

No. SleekView reads admin-side from the deals storage and the orders table. It doesn't sit in the cart resolution path or modify checkout queries. The plugin's own deal-resolution logic runs unchanged at runtime.

 

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