PluginProbe
Tiered Pricing Table for WooCommerce / 8.0.2
Tiered Pricing Table for WooCommerce v8.0.2
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
← All changes | readme.txt +52 -1 7.1.7 → 8.0.2 View file →
@@ -4,9 +4,9 @@
4 4 Tags: woocommerce, tiered pricing, dynamic price, price, wholesale
5 5 Requires at least: 5.0
6 6 Tested up to: 7.1
7 7 Requires PHP: 7.4
8 -Stable tag: 7.1.7
8 +Stable tag: 8.0.2
9 9 License: GPLv2 or later
10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
11 11
12 12 Create bulk, wholesale, and quantity-based pricing in WooCommerce with flexible tables, role-based pricing, and powerful upsells.
@@ -41,8 +41,14 @@
41 41
42 42 ✅ **Request a Quote**
43 43 Allow customers to request a quote with customizable form builder and flexible settings.
44 44
45 +✅ **Wholesale registration & approval**
46 +Let customers apply for a wholesale account with a customizable form, approve them in a queue, and give them the wholesale role automatically. Four e-mails keep everyone informed.
47 +
48 +✅ **Private store & catalog visibility**
49 +Close the store to visitors, or show products and categories to selected roles only for wholesale-only or retail-only catalogs.
50 +
45 51 ✅ **Flexible pricing display (product page & catalog)**
46 52 Display tiered pricing in the format that best fits your store:
47 53 ➖ **Table (5 styles)**
48 54 ➖ **Blocks (5 styles)**
@@ -71,8 +77,9 @@
71 77 * Role-based and customer-based pricing (including base prices and min/max order quantity)
72 78 * Role-based tax options (Override tax options for specific user roles)
73 79 * Custom columns for pricing table
74 80 * Option to hide prices and prevent purchasing for non-logged-in users
81 +* Cart rules by role: a minimum order amount or quantity per role, payment and shipping methods limited to roles
75 82 * Min/Max order quantity control per product or category/tag/brand
76 83 * Cart upsells (motivates users to purchase more to get a discount)
77 84 * Totals on the product page
78 85 * Clickable tiered pricing
@@ -172,8 +179,52 @@
172 179 Yes!
173 180 Each order has the "recalculate with tiered pricing" button, which recalculates the cost according to the tiered pricing rules.
174 181
175 182 == Changelog ==
183 +
184 += 8.0.2 [2026-09-24] =
185 +* New: the catalog quantity box now works with the Product Button block too (Product Collection, block themes): it sits next to the button, the button adds the typed quantity, and Enter in the box adds to the cart.
186 +* Improvement: in the catalog the quantity box and the add-to-cart button share one line, with the button filling the rest of the row.
187 +* Improvement: no space above the catalog pricing and 20px below it, so the price and the tiers sit together in the product card.
188 +* Fix: block themes showed the catalog pricing, the badge and the quantity box a second time outside the product card's layout, which stretched the card; WooCommerce fires the classic loop hooks inside product template blocks as well, and the plugin now renders through the blocks only.
189 +* Fix: the catalog pricing and the badge no longer appear on the single product page of block themes, whose template uses the same blocks.
190 +* Fix: the integrated "Request a quote" row of the table layouts spans every column when custom columns are added to the table.
191 +
192 += 8.0.1 [2026-09-23] =
193 +* Improvement: PHP 8.1+ code compatibility: htmlspecialchars() and html_entity_decode() calls pass explicit flags (WooCommerce QIT code compatibility test).
194 +* Fix: the plugin no longer clears the "section" parameter on other WooCommerce settings tabs; since 7.2.0 this broke the REST API keys screen and saving webhooks, and could affect tax and shipping sections.
195 +* Improvement: security hardening from the WooCommerce QIT audit: every layout template output is escaped, server and request variables are sanitized, the plain-text quote e-mails escape field values, and the quote request endpoint verifies the REST nonce in its permission callback unless reCAPTCHA is configured.
196 +
197 += 8.0.0 [2026-09-23] =
198 +* New: wholesale registration and approval, part of the "Non-Logged-In Users" module, now called "Wholesale & Guest Users": an application form via the [tiered_pricing_wholesale_registration] shortcode with a form builder (add, reorder and remove fields; label, type and required per field; text, paragraph, phone, e-mail, website, number, dropdown and checkbox types), an approval queue under WooCommerce → Wholesale Applications with approve, reject and bulk actions, automatic or manual approval, four WooCommerce e-mails (new application, received, approved, rejected), an "Apply for a wholesale account" link on the login form, a login redirect for wholesale customers, an optional terms checkbox, a honeypot and reCAPTCHA v3 with its own keys. Switched on under the new Wholesale settings tab.
199 +* New: private store, off by default. "Closed store" sends visitors to the login page except for My Account, the wholesale registration page and chosen pages. "Catalog visibility by role" adds a "Who can see" rule to every product and product category (everyone, only selected roles, everyone except selected roles; guests count as a role) for wholesale-only or retail-only catalogs. Hidden products leave the shop, search, related, upsell and cross-sell lists, menus, the sitemap and the Store API, cannot be bought, and their pages send guests to the login page or show a not-found page; hidden categories leave category lists, menus and their archives. The products list and the product categories list show a "Who can see" column, and the products list can be filtered by it.
200 +* New: cart rules by role (premium), off by default: a minimum order amount or quantity for the whole cart per role (guests count as a role, the strictest minimum applies), enforced in the cart and at checkout for the classic pages and the blocks with editable messages; and payment methods and shipping methods limited to selected roles, for example invoice payment for wholesale customers only or free shipping for retail only.
201 +* Improvement: the Guest Users options (hide prices, require login to purchase) moved from the General tab to the Wholesale tab, next to the other B2B settings; both belong to the same module now.
202 +* Improvement: the Tools tab merged into the Modules tab, now called Advanced: modules, roles management, data clean-up, cache and debug in one place. Old links to the Tools tab still open it.
203 +* Improvement: the experimental "WooCommerce Product Editor integration" module is no longer listed under Modules; a store that switched it on keeps it.
204 +* Fix: table design styles #1 to #6 no longer break a quantity range onto two lines when a tier label sits in the row; the label wraps under the quantity instead.
205 +
206 += 7.2.0 [2026-09-23] =
207 +* New: layout configurator with a live preview, for the product page, shop & category pages and the cart. Every layout, style, text and colour option in one place. It is an add-on: switch it off to get the classic settings rows back.
208 +* New: design styles: table "minimal" (#1) and "savings bar" (#5), blocks "cards" (#7) and "segmented" (#8), options "plan picker" (#4), "list with savings bar" (#5) and "steps" (#6), dropdown "pill" (#1), plain text "check list" (#1) and "one line" (#2). The former table style #1 is now #6.
209 +* New: layout options: discount format (percentage, amount or both), tier order, spacing, cell padding, discount badge colour, active tier left border.
210 +* New: shop & category pages: a bulk savings badge on the product image, "Where it shows" (product lists and categories), Product Collection block support, and tiers per grid item with a "+N more" link.
211 +* New: cart: the quantity in the upsell message is a one-click link to the next tier, an optional progress bar under it, and a "Total savings" row in the cart totals and the classic checkout.
212 +* Improvement: single-choice settings are chips with examples, the price calculation options show Off/On examples, and the text template editor is lighter.
213 +* Improvement: the "Show total price" options are free now.
214 +* Improvement: the Calculations tab is now the Price Calculation group on the General tab; Cache and Debug moved to the Tools tab.
215 +* Improvement: the "nowhere" position is gone; an existing "nowhere" setting behaves as automatic display switched off.
216 +* Improvement: default table cell padding for themes that leave cells unpadded, smaller badges in the compact layout, and new default texts for the "You Save" badge and the cart upsell message.
217 +* Fix: no crossed-out price and no "0% off" badge for a tier priced at the regular price.
218 +* Fix: quantity ranges use the site's number format and never show equal ends; the base row's unit name is singular for a minimum of 1.
219 +* Fix: table styles #2 and #6 tint the active row from the active tier colour without shifting it.
220 +* Fix: the dropdown starts with the base option selected and keyboard navigation focuses it; the Request a Quote prompt renders under the list.
221 +* Fix: the horizontal table's Request a Quote column keeps the row count with custom columns or without the discount row.
222 +
223 += 7.1.8 [2026-09-08] =
224 +* Fix: the Request a Quote form did not open for variations of products with more variations than the AJAX threshold.
225 +* Fix: the catalog price of variable products could lose its prefix or format when an SEO integration formatted the price first with caching enabled.
226 +* Fix: the "Purge cache" button did nothing while caching was disabled, and its success notice could be lost.
176 227
177 228 = 7.1.7 [2026-09-02] =
178 229 * New: U2Code Multicurrency integration
179 230 * New: Multicurrency and Product Addons settings sections — show the detected plugin of each kind, the state of its integration, and the matching U2Code plugin