✨ 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 Name Your Deal: customer-offer queues as tables

Read customer-named offers from the plugin's post type (commonly nyd_offer) or table, joined to the product post type. Accept, counter, or reject offers in bulk without per-offer click-through.

♾️ Lifetime License available

SleekView table view for WooCommerce Name Your Deal

Customer-offer review, finally a single queue

Name Your Deal style plugins let shoppers propose a custom price on a product. Each proposal is typically stored as a custom post type (often nyd_offer or similar) with the offer amount, product ID, customer details, and a status field (pending, accepted, countered, rejected) in wp_postmeta. The default admin shows a flat list of offers with limited filters; managing a high volume of incoming offers means opening each one, comparing to the product price, and deciding.

SleekView reads the offer post type directly and joins to the product post type so each row shows offer amount alongside the product's current price (_price in wp_postmeta). A merchandiser's queue filters to pending offers, sorts by submission date, and shows offer-to-price ratio inline. Inline-accept or reject in bulk; for counter-offers, edit the counter-amount meta field inline and let the plugin's hooks fire to email the shopper.

Status writes route through wp_update_post (or the plugin's CRUD wrapper where exposed) so any hooks for customer notification, sale-price application, or analytics events fire as expected. Bulk-rejecting twenty obvious low-ball offers takes seconds; the customer notifications go out exactly as they would from per-offer manual review.

Workflow

How SleekView reads your Name Your Deal offers

1

Pick the offer post type

Commonly nyd_offer or the plugin's equivalent. SleekView detects the post type and surfaces the offer amount, status, and customer meta keys the plugin writes.
2

Compose review columns

Add customer email, product (joined from product), offer amount, listed price (from _price), derived ratio column, status, and submitted date.
3

Save review views

Name views like "Pending offers under 60% of list", "Counter-offers awaiting customer reply", "Accepted offers this month" and gate by capability per team.
4

Accept, reject, counter inline

Bulk-flip status across a filtered batch, or edit counter-amount inline. Writes route through wp_update_post so notifications and price hooks fire.

Sample columns

A typical Name Your Deal offer queue view

Joins the nyd_offer post type with the product post type and offer/price meta for review-ready rows.
Source: wp_posts (post_type=nyd_offer) + wp_postmeta (_offer_amount, _offer_status) + wp_posts (product)
Customer Product Offer Listed price Status Submitted
alex@studio.co Vintage Camera €180.00 €240.00 Pending Apr 24
ria@design.io Walnut Stool €90.00 €120.00 Accepted Apr 24
tom@hello.dev Brass Lamp €40.00 €95.00 Rejected Apr 23
mia@brew.coop Vintage Camera €210.00 €240.00 Countered Apr 23

Comparison

Default WooCommerce Name Your Deal admin vs SleekView

Default Name Your Deal admin

  • Offer list is flat with limited filters, no offer-to-price ratio column
  • _offer_amount and _offer_status live in wp_postmeta, not surfaced together
  • Per-product context (listed price, stock) is not joined into the offer list
  • Bulk acceptance / rejection is awkward and per-offer in practice
  • No queue-management view for high-volume offer streams

SleekView

  • Offer-to-price ratio visible as a derived column
  • Inline accept / reject / counter with plugin hooks honoured
  • Join to the product post type for listed price and stock inline
  • Filter by product category, customer email, or offer status
  • Save per-team views ("Pending over 24 hours", "Counter-offers awaiting customer reply")

Features

What SleekView gives you for WooCommerce Name Your Deal

Offer-vs-list comparison

Derived column shows offer amount as a percentage of _price. Filter to "offers under 60% of list" for rejection batches or "offers over 90%" for likely acceptances.

Bulk accept / reject

Inline-flip _offer_status across a filtered batch in one action. Status writes route through wp_update_post so customer notifications, sale-price application, and analytics events fire.

Counter-offer inline

Edit the counter-amount meta field directly in the row. The plugin's counter-offer email fires when you save, no need to open the offer's edit screen.

Audience

Who uses SleekView for WooCommerce Name Your Deal

Merchandising

Daily offer queue with offer-to-list ratio visible. Bulk-accept the obvious winners, bulk-reject the unrealistic ones, and counter the marginal ones inline.

Finance

Accepted offers view filtered by date and product category, with offer amount and customer email visible. Useful for margin tracking on discounted sales and for monthly revenue reconciliation.

Support

Per-customer offer history. Search by email, see every offer a customer has made and its outcome, useful for handling counter-offer questions during a chat.

The bigger picture

Why offer-queue visibility makes negotiation operational

Letting customers propose prices is a powerful demand-discovery tool for stores selling vintage, collectible, or high-margin items, but it only works if the merchant can review offers fast. Without a real queue view, offers pile up in a flat list, the per-offer admin screen makes triage slow, and merchandisers either ignore the feature or burn hours each week reviewing offers one at a time. The plugin's hooks for sale-price application, customer notifications, and counter-offer emails fire correctly when triggered, the bottleneck is purely the admin UI between the merchant and those hooks.

SleekView fixes that bottleneck: filter to pending offers, see the offer-to-list ratio inline, bulk-accept the easy wins, bulk-reject the unrealistic ones, counter the marginal ones with a single inline edit. Same plugin, same hooks, same email logic, but a workflow that scales to dozens of offers a day instead of dozens of offers a quarter. Merchandisers stay in flow, customers get faster decisions, and the offer feature stops being something the store tolerates and starts being something it can lean on for margin.

Questions

Common questions about SleekView for WooCommerce Name Your Deal

Most Name Your Deal style plugins use a custom post type, often nyd_offer or similar, with offer amount, product ID, customer info, and status as wp_postmeta keys. SleekView reads whichever post type and meta keys the installed plugin writes.

 

Yes. The join to the product post type brings in _price and _regular_price from wp_postmeta. A derived column shows the offer as a percentage of list, so you can triage hundreds of offers at a glance instead of opening each one.

 

Yes. Bulk status writes iterate through wp_update_post with the plugin's hooks attached, so customer notification emails, sale-price application, and any analytics events fire as expected. No special bulk-mode that bypasses plugin logic.

 

Counter-offer amount is typically stored as a _counter_amount meta key (the exact name varies by plugin). SleekView surfaces it as an editable column; saving the row triggers the plugin's counter-offer notification email.

 

Yes. Views are gated by WordPress capability, so finance, merchandising, and support each get their own scoped column set. Sensitive customer fields can be hidden from views that don't need them.

 

If the plugin records variation IDs on offers, the join to product_variation surfaces variation attributes inline. Useful when the same parent product has different variants with different floor prices.

 

Yes. Filtered views export to CSV with the columns you have configured. Finance teams often export an accepted-offers report per month with offer amount, listed price, and the implied discount as columns.

 

Yes. SleekView filters and sorts hit indexed columns on the offer post type (ID, post_status, post_date) directly. Custom wp_postmeta filters are joined on indexed meta keys; aggregate columns like offer-to-list ratio are computed at query time and add modest overhead.

 

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