Title: Tiered Pricing Table for WooCommerce
Author: Mykola Lukin
Published: <strong>August 29, 2018</strong>
Last modified: March 26, 2026

---

Search plugins

![](https://ps.w.org/tier-pricing-table/assets/banner-772x250.png?rev=3203765)

![](https://ps.w.org/tier-pricing-table/assets/icon-256x256.gif?rev=3025448)

# Tiered Pricing Table for WooCommerce

 By [Mykola Lukin](https://profiles.wordpress.org/bycrik/)

[Download](https://downloads.wordpress.org/plugin/tier-pricing-table.5.6.2.zip)

 * [Details](https://wordpress.org/plugins/tier-pricing-table/#description)
 * [Reviews](https://wordpress.org/plugins/tier-pricing-table/#reviews)
 *  [Installation](https://wordpress.org/plugins/tier-pricing-table/#installation)
 * [Development](https://wordpress.org/plugins/tier-pricing-table/#developers)

 [Support](https://wordpress.org/support/plugin/tier-pricing-table/)

## Description

**Tiered Pricing Table for WooCommerce** lets you create bulk discounts, wholesale
pricing, and quantity-based offers to increase average order value.

Easily set different prices based on quantity, user roles, or specific customers—
and display them using beautiful, customizable pricing tables, blocks, or dropdowns.

[**Live Demo**](https://demo.tiered-pricing.com/) | [**Documentation**](https://tiered-pricing.com/documentation/user/)
| [**Contact Us**](https://tiered-pricing.com/contact-us/) | [**Plugin Website**](https://tiered-pricing.com/)

**Tiered Pricing Table for WooCommerce** lets you easily set flexible pricing rules
based on product quantity. You can apply custom pricing to individual products or
categories, all users, specific user roles, or customer accounts.

Fine-tune pricing for any business model — from retail to wholesale — to serve different
customer groups effortlessly.

📌 **Key features**:

✅ **Quantity-based pricing (Volume pricing)**
 Set different prices for different
quantities of products.

✅ **Role-based pricing**
 Set different prices for user roles or specific customers,
including quantity-based prices.

✅ **Minimum, Maximum & Step Quantity Controls**
 Limit minimum, maximum, and quantity
step a product can be purchased in.

✅ **Format your prices on the product catalog with discounts in mind**
 Show the
lowest price or range from the lowest to the highest price.

✅ **Flexible pricing display (product page & catalog)**
 You can show the tiered
prices via: ➖ **Table** ➖ **Blocks (5 different styles)** ➖ **Options (4 different
styles)** ➖ **Dropdown** ➖ **Horizontal Table** ➖ **Plain text** ➖ **Tooltip**
_See screenshots for examples_

The clean interface and powerful functionality allow you to create any pricing strategy
without complexity.

⚙️ **Advanced Features**
 ✅ Import & Export (WP All Import support) ✅ Built-in
caching for performance ✅ REST API & debug mode ✅ Show saving amount to users 
with the “You save: $9.99” template. (difference between original and discounted
price)

And much more!

💎 **Premium Extras**:

 * Percentage quantity-based discounts
 * Role-based pricing (including base prices and min/max order quantity)
 * Custom columns for pricing table
 * Option to hide prices and prevent purchasing for non-logged-in users
 * Min\Max order quantity control per product or category
 * Cart upsells (motivates users to purchase more to get a discount)
 * Totals on the product page
 * Clickable tiered pricing options
 * Show the lowest price or a range of prices instead of default product price
 * Show the tiered price in the cart as a discount

**Works Seamlessly with 3rd-party plugins**:

⭐ **WP All Import**
 ⭐ **Elementor** ⭐️ **WPML** ⭐️ **WPML Multicurrency** ⭐️**
WooCommerce Product Add-ons** ⭐️ **Aelia Multicurrency** ⭐️ **Yith Request a Quote**
⭐️ **Request a Quote by Addify** ⭐️ **Product Bundles for WooCommerce** ⭐️ **
WOOCS** (WooCommerce Currency Switcher by FOX) ⭐️ **WCCS** (WooCommerce Currency
Switcher by WP Experts) ⭐️ **WCPA** (WooCommerce Custom Product Addons) ⭐️ **Product
Fields** (Product Addons by StudioWombat) ⭐️ **WooCommerce Deposits** ⭐️ **Mix&
Match for WooCommerce** ⭐️ **Yoast and Rank Math SEO plugins**

**Get more information about the [Tiered Pricing Table for WooCommerce](https://tiered-pricing.com/)**

Feel free to **[Contact us](https://tiered-pricing.com/contact-us/)** if you have
any questions.

Set up a **[demo](https://demo.tiered-pricing.com/)** to see how the plugin works
in action.

## Screenshots

 * [[
 * Tiered Pricing on the product page
 * [[
 * Set up Tiered Pricing
 * [[
 * Global pricing rules
 * [[
 * Tiered Pricing in the cart
 * [[
 * Tiered Pricing in the product catalog

## Blocks

This plugin provides 6 blocks.

 *   Tiered Pricing Tiered pricing widget. Must be used on the product page template.
   Find more options to customize in the plugin settings.
 *   Woo blocks-based product editor: Upgrade Notice
 *   Woo blocks-based product editor: Advanced Product Options A block to allow 
   users to update advanced product options related to the tiered pricing plugin.
 *   Woo blocks-based product editor: Premium Wrapper
 *   Woo blocks-based product editor: Tiered Pricing A block to allow users to input
   tiered pricing
 *   Woo blocks-based product editor: Role-based pricing Tiered Pricing – Role based
   pricing

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/tier-price-table` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Go to **WooCommerce  Settings  Tiered Pricing** to configure the plugin

After installing the plugin set up your own settings

## FAQ

### Does this plugin support variable products?

Yes, tiered pricing works with both simple and variable products.

### Can I apply discounts per category?

Yes, you can create global pricing rules for categories.

### Does it work with taxes and coupons?

Yes, the plugin integrates with WooCommerce taxes and coupons.

### What does the import format look like?

“quantity:price,quantity:price”

For example:
 “10:20,20:18” – in this case 20.00$ at 10 pieces, $18.00 at 20 pieces
or more. The exact format is used for the percentage-based rules: “quantity:discount,
quantity:discount”

Please note that you must use a dot as a decimal separator because a comma separates
the pricing rules.

You can change the rules separator (in case you use a comma as a decimal separator)
using the “tiered_pricing_table/rules_separator” hook.

For example, the following code will change the separator to “&”:

add_filter(‘tiered_pricing_table/rules_separator’, function(){
 return ‘&’ });

### Can I show the tiered pricing using a shortcode?

Yes! The plugin provides the [tiered-pricing-table] shortcode that can be customized
with various attributes.

### Can I show the tiered pricing via Elementor?

Yes! Look for the “Tiered Pricing Table” widget.

### Can I show the pricing table/pricing blocks/pricing options via Gutenberg block?

Yes! Look for the “Tiered Pricing” block.

### Can I apply tiered pricing for manual (admin-made) orders?

Yes!
 Each order has the “recalculate with tiered pricing” button, which recalculates
the cost according to the tiered pricing rules.

## Reviews

![](https://secure.gravatar.com/avatar/7d1c7edcc889fc57cd6ec5294267dbe4080c6784d4bf357ef7c6c21b15cd391b?
s=60&d=retro&r=g)

### 󠀁[Perfect](https://wordpress.org/support/topic/perfect-10936/)󠁿

 [PetrP](https://profiles.wordpress.org/petrp/) February 10, 2026

This is the very best plugin in its category; save your time and don’t look any 
further. It does everything you want it to do, without the hassle. And even if you’re
thinking out of the box in your setup, you will get the most appreciated assistance
of the plugin creators to make your ideas come true. If only all WP plugins would
work like this…. 😉

![](https://secure.gravatar.com/avatar/722b5f4cd455854479473bfbff6364a41b212e6efd7b2d95334ea503775eab4a?
s=60&d=retro&r=g)

### 󠀁[Fantastic plugin](https://wordpress.org/support/topic/fantastic-plugin-2095/)󠁿

 [magnetenkopen](https://profiles.wordpress.org/magnetenkopen/) February 2, 2026

Great support, thank you!

![](https://secure.gravatar.com/avatar/d93205f1562b2af4ca1005f0fcd87ae3bc9fd196476005ec5b05fe5f1452ea0c?
s=60&d=retro&r=g)

### 󠀁[Excellent Plugin with Fantastic Support](https://wordpress.org/support/topic/excellent-plugin-with-fantastic-support-13/)󠁿

 [bkfmarketing](https://profiles.wordpress.org/bkfmarketing/) October 7, 2025

This plugin allows for simple implementation of tiered pricing on products. The 
support team is excellent and very quick to get you the help needed. Thanks again
to the developers of this plugin! -Jon

![](https://secure.gravatar.com/avatar/8004fc48b693f0c85483faa067b891049529d1e89db6dd4125a9812f3ef4e407?
s=60&d=retro&r=g)

### 󠀁[Supperfast support](https://wordpress.org/support/topic/supperfast-support/)󠁿

 [infinex](https://profiles.wordpress.org/infinex/) May 29, 2025

Superfast support.

![](https://secure.gravatar.com/avatar/1c213219fb3881380058d07c6bb6aa7b98e09ed4cf099317db8e71d8999df84b?
s=60&d=retro&r=g)

### 󠀁[Excellent plugin with great support](https://wordpress.org/support/topic/excellent-plugin-with-great-support-79/)󠁿

 [Sjaak](https://profiles.wordpress.org/svweb/) November 29, 2024

The plugin works great, the support is also very good and fast.

![](https://secure.gravatar.com/avatar/83d344fbfcebd7853bd5b9c1c33149bb96eca8a8758a4c41ec33f08728ff1194?
s=60&d=retro&r=g)

### 󠀁[Great plugin, great support, my sincere recommendation to everyone!](https://wordpress.org/support/topic/great-plugin-great-support-my-sincere-recommendation-to-everyone/)󠁿

 [ostap23](https://profiles.wordpress.org/ostap23/) August 30, 2024

Great plugin, great support, my sincere recommendation to everyone!

 [ Read all 100 reviews ](https://wordpress.org/support/plugin/tier-pricing-table/reviews/)

## Contributors & Developers

“Tiered Pricing Table for WooCommerce” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ Mykola Lukin ](https://profiles.wordpress.org/bycrik/)
 *   [ Freemius ](https://profiles.wordpress.org/freemius/)

“Tiered Pricing Table for WooCommerce” has been translated into 4 locales. Thank
you to [the translators](https://translate.wordpress.org/projects/wp-plugins/tier-pricing-table/contributors)
for their contributions.

[Translate “Tiered Pricing Table for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/tier-pricing-table)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/tier-pricing-table/),
check out the [SVN repository](https://plugins.svn.wordpress.org/tier-pricing-table/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/tier-pricing-table/)
by [RSS](https://plugins.trac.wordpress.org/log/tier-pricing-table/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 5.6.2 [2026-03-26]

 * Update: Freemius SDK updated to the latest version.

#### 5.6.1 [2026-03-25]

 * Fix: WooCommerce role-based import – do not require all fields to be present 
   in the import file.
 * Fix: Quick edit action.

#### 5.6.0 [2026-03-18]

 * Update: WooCommerce & WordPress compatibility bumped.
 * Update: Import/Export for role-based pricing rules.
 * Fix: Notice on PHP 8.5 and above.

#### 5.5.1 [2025-11-26]

 * Update: Freemius SDK updated.
 * Update: WooCommerce & WordPress compatibility bumped.
 * Update: Black Friday and feedback banners.
 * Fix: (WCCS) by WP Experts integration fix.
 * Fix: Manual orders rounding fix.

#### 5.5.0 [2025-11-07]

 * New: Three new styles for pricing options.
 * Update: Freemius SDK updated.
 * Update: WooCommerce & WordPress compatibility bumped.

#### 5.4.1 [2025-08-11]

 * New: Two new styles for pricing blocks
 * Fix: Fix issue with the PHP 8.2 and above

#### 5.4.0 [2025-07-29]

 * New: Rank Math and Yith SEO integration
 * Update: Improvements for formatting prices in the product catalog
 * Update: Freemius SDK to the latest version.
 * Fix: Minor issues with the latest WooCommerce version.
 * Update: WooCommerce compatibility to 10.1.0

#### 5.3.0 [2025-06-30]

 * New: variable product cache – preload tiered pricing if there are less than 10
   variations.
 * Fix: If a coupon is applied only to a specific products, “disable tiered pricing”
   option affected the whole cart.
 * Fix: Plain text template – warning with the latest PHP versions.
 * Update: Bump WooCommerce compatibility to 10.0.0

#### 5.2.0 [2025-06-16]

 * New: always use regular price to show a crossed-out price in the cart.
 * Update: CSS and texts updates
 * Fix: Minor issues

#### 5.1.10 [2025-05-16]

 * Update: Freemius SDK to the latest version.
 * Update: Texts over the plugin.
 * New: Bulk Price Editor plugin suggestion.
 * Fix: Settings floating title issue with the latest WooCommerce version.

#### 5.1.9 [2025-05-07]

 * Fix: WP All Import integration translation issue
 * Fix: Woombat Product Addons integration fix

#### 5.1.8 [2025-04-16]

 * New: WCP Product Bundles integration
 * Fix: Minor issues
 * Update: WooCommerce & WordPress compatibility

#### 5.1.7 [2025-02-21]

 * New: CURCY compatibility
 * Update: Yith RaQ integration
 * Update: WPML config

#### 5.1.6 [2025-02-08]

 * New: Do not reload pricing table for variable product when all prices are the
   same.
 * Update: Freemius SDK to the latest version.

#### 5.1.5 [2025-01-06]

 * New: Welcome page.
 * New: Unit label variable for pricing templates.
 * Update: Freemius SDK to the latest version.
 * Update: Declared compatibility with the latest WP and WC versions.
 * Fix: Non-logged-in service.

#### 5.1.4 [2024-12-05]

 * New: New template for the totals on the product page.
 * Enhance: Speed optimization
 * Enhance: Notice when the free version is active but the premium version is available.
 * Update: Minimum required characters to find products and categories in the global
   pricing rules set to 1.
 * Update: Promotion banners updated.
 * Update: Minor improvements and fixes.

#### 5.1.3 [2024-10-22]

 * Fix: Global pricing rules issue.

#### 5.1.2 [2024-10-20]

 * Update: Update Freemius SDK to the latest version of 2.9.0.

#### 5.1.1 [2024-10-20]

 * Enhance: Minor improvements.

#### 5.1.0 [2024-10-19]

 * New: Priority options for global pricing rules.
 * New: Redesign global pricing rules form.
 * Fix: Maximum order quantity in the cart.
 * Enhance: Additional tips over the plugin.

#### 5.0.4 [2024-10-06]

 * New: Two additional layouts for blocks.
 * Enhance: Additional tips over the plugin.
 * Enhance: Minor improvements.

#### 5.0.3 [2024-09-27]

 * Fix: Multiple quantity fields on the product page.
 * Fix: WOOCS integration.
 * Update: Freemius updated to the latest version of 2.8.1.
 * Enhance: Custom columns form updates.
 * Enhance: Global pricing rules: make the form responsive.
 * Enhance: Minor improvements.

#### 5.0.2 [2024-09-10]

 * Update: Minor fixes and improvements.

#### 5.0.1 [2024-08-19]

 * Update: Minor fixes and improvements.

#### 5.0.0 [2024-08-14]

 * New: Show tiered pricing block in the product catalog.
 * New: Compatibility with the new WooCommerce react-based product editor.
 * New: New API for the tiered pricing fields.
 * New: Integration with Addify Request a Quote plugin.
 * Update: Freemius updated to the latest version of 2.7.3.
 * Update: Frontend script updated.
 * Update: Hew hooks added.
 * Update: Removed the legacy hooks support.
 * Update: WooCommerce & WordPress compatibility.
 * Fix: Plaintext template variables issue.
 * Fix: Custom columns: total column always shows the price with taxes.
 * Fix: Options template: do not show “total” label in the free version.

#### 4.3.3 [2024-07-08]

 * Fix: Do not show crossed-out total in “options” template if there are no discounts.

#### 4.3.2 [2024-07-02]

 * Fix: Wombat product addons (free) integration.
 * Fix: Price formatting for some 3rd-party plugins that use AJAX to update loop.
 * Update: Freemius updated to the latest version of 2.7.3.
 * Update: Minor improvements.
 * Update: WooCommerce & WordPress compatibility.

#### 4.3.1 [2024-06-17]

 * Fix: Error when the plugin is deactivated and items with tiered pricing are in
   the cart.

#### 4.3.0 [2024-06-14]

 * New: Non-logged-in users options: hide prices and prevent purchasing.
 * New: Prevent premium version be used without a valid license.
 * Fix: tiered pricing in the cart&checkout blocks.
 * Fix: types warnings on PHP 8.0 or above.
 * Fix: Wombat product addons integration.
 * Update: WooCommerce & WordPress compatibility.

#### 4.2.4 [2024-05-10]

 * New: integration with Global Pricing rules for woocommerce: do not apply tiered
   pricing on the free items.
 * Fix: tiered pricing in the cart&checkout blocks.
 * Fix: types warnings on PHP 8.0 or above.
 * Fix: maximum and group of quantity for variations.
 * Update: WooCommerce & WordPress compatibility.

#### 4.2.3 [2024-03-25]

 * New: Notice about cart&checkout blocks for the upsells feature.
 * Fix: WP All Import running via CLI.
 * Fix: Yith Request a Quote integration.

#### 4.2.2 [2024-02-08]

 * New: Wombat product addons integration.
 * New: New fields to import for WP All Import integration.
 * Fix: CSS fixes.

#### 4.2.1 [2024-01-29]

 * Fix: Allow set 0 quantity in the cart.
 * Fix: Return default template to the product advanced options.

#### 4.2.0 [2024-01-24]

 * New: New type of displaying – plain text.
 * New: Discounts notifications.
 * Fix: Empty price on variable products with the same price.
 * Fix: Cache dependency.
 * Update: REST API updated.

#### 4.1.0 [2023-12-19]

 * New: New type of displaying – horizontal table.
 * New: Show cart item subtotal as a discount.
 * New: Excluding products\users for global pricing rules.
 * New: Choose how to apply percentage discount: on sale or regular price.
 * Update: updated WPML.config to recognize “you save” template

#### 4.0.7 [2023-11-27]

 * Update: removed “product has no rules” option.
 * Fix: issue when premium and free version are both activated.
 * Fix: case when +/- buttons on quantity field may not work correctly in some themes.

#### 4.0.6 [2023-11-20]

 * New: increase performance for the variable products: do not check if child have
   tiered pricing.
 * Update: move freemius init function to the main plugin file.
 * Fix: saving global pricing rule – save pricing type (Individual or Mix&Match)

#### 4.0.5 [2023-11-13]

 * Fix: issue when comma used as a thousand separator

#### 4.0.4 [2023-11-10]

 * Fix: cache issues
 * Fix: free version limits

#### 4.0.3 [2023-11-03]

 * Fix: Global rules mix and match pricing strategy

#### 4.0.2 [2023-11-03]

 * Fix: Percentage discount calculations in templates for fixed pricing rules.

#### 4.0.1 [2023-11-03]

 * Fix: Tiered fixed price cannot be higher than 99.

#### 4.0.0 [2023-11-02]

 * New: New global pricing rules form
 * New: Maximum and “group of quantity” quantity options
 * New: Percentage discounts for regular prices for role-based pricing rules
 * New: Gutenberg blocks for tiered pricing
 * New: Unit label per product
 * New: Custom columns for pricing table
 * New: “You save” feature
 * New: Notice when tiered pricing is set incorrectly
 * New: Debug mode
 * New: Minimum PHP version is 7.2
 * New: Yith request a quote integration
 * New: Calculation logic settings
 * Update: Codebase redesign
 * Update: Settings page updated
 * Update: Redesigned tiered pricing for manual orders
 * Update: Cache and performance updates
 * Fix: a bunch of minor issues

#### 3.6.2 [2023-09-08]

 * Fix: WPML Multicurrency integration fatal error

#### 3.6.1 [2023-09-07]

 * Fix: WPML Multicurrency integration issue

#### 3.6.0 [2023-09-06]

 * Fix: Cart upsells
 * Fix: Rounding issue
 * Fix: Minimum order quantity – do not remove item from cart if the qty is less
   than minimum. Adjust qty instead.
 * New: WP Multicurrency integration
 * New: Rebuilt integrations tab

#### 3.5.1 [2023-07-05]

 * Fix: Clickable pricing for variable products
 * Fix: Pull right pricing when variation is specified in URL
 * Fix: CSS for dropdown

#### 3.5.0 [2023-06-30]

 * New: New type of displaying – dropdown
 * Fix: Issue when regular prices is replaces by 1$
 * Fix: Upsell {tp_actual_discount} variable

#### 3.4.3 [2023-06-20]

 * New: Integration with WCCS
 * Fix: Coupons potential error
 * Fix: Displaying price with taxes on product page

#### 3.4.2 [2023-05-25]

 * New: HPOS support
 * Fix: Minimum order quantity issue for user roles
 * Fix: Rounding price hook

#### 3.4.1 [2023-04-11]

 * Fix: Fix default variations

#### 3.4.0 [2023-03-30]

 * New: Cache: performance increased for large variable products
 * New: Advanced settings for products: select default variation, mark products 
   that does not use tiered pricing.
 * New: Quantity measurement fields in the settings
 * Fix: Fix role based rules for manual orders
 * Fix: Fix taxes for manual orders

#### 3.3.5 [2023-03-21]

 * New: Freemius SDK updated to 2.5.5
 * New: Support “woocommerce_price_trim_zeros” hook
 * New: Support role-based rules for manual orders
 * New: New hook to override the rules separator during the import
 * Fix: WCPA integration

#### 3.3.4 [2023-03-07]

 * Fix: critical MOQ issue with variable products

#### 3.3.3 [2023-03-06]

 * Fix: Legacy hooks infinity loop
 * Fix: MOQ custom add to cart handlers
 * New: Extended WPML config
 * New: New hook for formatting variation prices

#### 3.3.2 [2023-03-01]

 * Fix: Show tiered pricing via shortcode/elementor widget even if the global display
   option is disabled.
 * Fix: Saving percentage tiered pricing rules for variation
 * New: Show parent category for selected category
 * New: Added more legacy hooks
 * New: Make MOQ validation string translatable

#### 3.3.1 [2023-01-26]

 * Fix: Tooltip layout
 * Fix: Discount calculations on tiered pricing layouts
 * Fix: Do not run frontend script on product that does not have tiered pricing
 * New: Legacy hooks

#### 3.3.0 [2023-01-18]

 * New: Supports {price_excluding_tax} and {price_including_tax} price suffix variables
 * New: Showing discounted total price with original total crossed out
 * New: Cache for price manager
 * New: Trial button
 * Fix: move to tiered_pricing_table/price/pricing_rule hook

#### 3.2.0 [2023-01-13]

 * New: Cart upsell
 * Fix: CSS issues
 * Fix: typos

#### 3.1.1 [2023-01-10]

 * New: Notice with global rules on tiered pricing tab
 * Fix: issue with global pricing rules
 * Fix: price without taxes issue
 * Fix: typos

#### 3.1.0 [2023-01-07]

 * New: new way to display the tiered pricing – options
 * New: tiered pricing template can be selected per product
 * New: little enhancements
 * Fix: Firefox JS issue
 * Fix: hidden “quick-edit” for products

#### 3.0.1 [2023-01-02]

 * Fix: Default variation table
 * Fix: Manual orders are active by default (unable to change order total for admin-
   made orders)

#### 3.0.0 [2022-12-29]

 * New: Refactoring the plugin structure
 * New: Refactoring the frontend script
 * New: Global Tiered Pricing rules
 * New: Tiered Pricing Blocks
 * New: Elementor integration
 * New: Settings redesign (added sections, many new settings, refactoring settings
   script)
 * New: Discount column for fixed rules
 * New: Tiered Pricing shortcode
 * New: Tiered Pricing coupons management
 * New: WOOCS integration
 * Fix: Double pricing suffix on simple products
 * Fix: Minor bugs

#### 2.8.2 [2022-10-12]

 * Fix: Premium upgrading
 * Fix: WCPA Integration

#### 2.8.1 [2022-09-23]

 * New: Aelia Multicurrency Integration
 * New: WCPA Integration
 * New: WooCommerce Bundles Integration
 * New: Role-based rules for API
 * New: support role-based rules in WooCommerce Import
 * New: New Hooks
 * Fix: Catalog prices
 * Bugs fixes & minor improvements

#### 2.8.0 [2022-05-29]

 * New: REST API
 * New: WordPress 6.0 support
 * New: WooCommerce 6.6 support
 * Bugs fixes & minor improvements

#### 2.7.0 [2022-04-25]

 * New: static quantities for the pricing table
 * New: Pricing cache for variable products
 * New: WP All Import: “tiered pricing” import option
 * Fix: Bugs fixes & minor improvements

#### 2.6.1 [2022-03-04]

 * Security fix
 * Fix: WooCommerce Subscription variable products support
 * Minor improvements

#### 2.6.0 [2021-10-24]

 * Fix: Minor bugs
 * WPML extended support

#### 2.5.0 [2021-08-09]

 * Freemius update
 * Bugs fixes
 * Performance improvements
 * Improved role-based pricing
 * WPML support

#### 2.4.1 [2020-12-22]

 * Freemius update
 * Bugs fixes
 * Minor improvements

#### 2.4.0 [2020-09-19]

 * Role-based pricing for the premium version
 * Bug fixes
 * Minor improves

#### 2.3.7 [2020-04-22]

 * Addon fixes
 * Price Suffix fix
 * Minor improves

#### 2.3.6 [2020-03-17]

 * WooCommerce 4 variations fix

#### 2.3.5 [2020-02-17]

 * Fix issues
 * Category tiers in the premium version

#### 2.3.4 [2020-02-08]

 * Fix Ajax issues
 * Fix assets issues

#### 2.3.3 [2019-11-27]

 * Fix tax issue
 * Added ability to calculate the tiered price based on all variations
 * Added ability to set bulk rules for variable product
 * Added support minimum quantity in the PREMIUM version
 * Added summary table in PREMIUM version
 * minor fixes
 * Fixes for the popular themes

#### 2.3.2 [2019-10-28]

 * Fix upgrading

#### 2.3.1 [2019-09-16]

 * Fix the jQuery issue

#### 2.3.0 [2019-07-19]

 * Fix critical bug

#### 2.2.3 [2019-07-15]

 * Fixed bugs
 * Added hooks

#### 2.2.1 [2019-06-04]

 * Fixed bugs
 * Added total price feature

#### 2.2.0 [2019-05-07]

 * Added Import\Export tiered pricing
 * Clickable quantity rows (Premium)
 * Fix with some themes
 * Fix the mini-cart issue

#### 2.1.2 [2019-04-04]

 * Fixes
 * Trial mode

#### 2.1.1 [2019-03-26]

 * Fixes
 * Premium variable catalog prices

#### 2.1.0 [2019-03-24]

 * Support taxes
 * Do not show the table head if column titles are blank
 * Fix Updater
 * Fix little issues

#### 2.0.2 [2019-03-18]

 * Fix JS calculation prices
 * Remove the table from variation tier tables

#### 2.0.0 [2019-03-18]

 * Fix bugs
 * JS updating prices on the product page
 * Tooltip border
 * Premium version

#### 1.1.0 [2019-01-20]

 * Fix bug with comma as a thousand separators.
 * Minor updates

#### 1.0.0 [2018-08-28]

 * Initial Release

## Meta

 *  Version **5.6.2**
 *  Last updated **2 weeks ago**
 *  Active installations **10,000+**
 *  WordPress version ** 4.2 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [Chinese (China)](https://cn.wordpress.org/plugins/tier-pricing-table/), [Dutch](https://nl.wordpress.org/plugins/tier-pricing-table/),
   [English (US)](https://wordpress.org/plugins/tier-pricing-table/), [Galician](https://gl.wordpress.org/plugins/tier-pricing-table/),
   and [Spanish (Spain)](https://es.wordpress.org/plugins/tier-pricing-table/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/tier-pricing-table)
 * Tags
 * [dynamic price](https://wordpress.org/plugins/tags/dynamic-price/)[price](https://wordpress.org/plugins/tags/price/)
   [tiered pricing](https://wordpress.org/plugins/tags/tiered-pricing/)[wholesale](https://wordpress.org/plugins/tags/wholesale/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/tier-pricing-table/advanced/)

## Ratings

 4.7 out of 5 stars.

 *  [  88 5-star reviews     ](https://wordpress.org/support/plugin/tier-pricing-table/reviews/?filter=5)
 *  [  2 4-star reviews     ](https://wordpress.org/support/plugin/tier-pricing-table/reviews/?filter=4)
 *  [  4 3-star reviews     ](https://wordpress.org/support/plugin/tier-pricing-table/reviews/?filter=3)
 *  [  2 2-star reviews     ](https://wordpress.org/support/plugin/tier-pricing-table/reviews/?filter=2)
 *  [  4 1-star reviews     ](https://wordpress.org/support/plugin/tier-pricing-table/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/tier-pricing-table/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/tier-pricing-table/reviews/)

## Contributors

 *   [ Mykola Lukin ](https://profiles.wordpress.org/bycrik/)
 *   [ Freemius ](https://profiles.wordpress.org/freemius/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/tier-pricing-table/)