Title: Simple Tiered Pricing Table for WooCommerce
Author: Qui Nguyen
Published: <strong>June 29, 2026</strong>
Last modified: June 30, 2026

---

Search plugins

![](https://ps.w.org/anhqui-tiermatrix-for-woocommerce/assets/banner-772x250.jpg?
rev=3590587)

![](https://ps.w.org/anhqui-tiermatrix-for-woocommerce/assets/icon-256x256.png?rev
=3590587)

# Simple Tiered Pricing Table for WooCommerce

 By [Qui Nguyen](https://profiles.wordpress.org/anhqui/)

[Download](https://downloads.wordpress.org/plugin/anhqui-tiermatrix-for-woocommerce.1.0.1.zip)

 * [Details](https://wordpress.org/plugins/anhqui-tiermatrix-for-woocommerce/#description)
 * [Reviews](https://wordpress.org/plugins/anhqui-tiermatrix-for-woocommerce/#reviews)
 *  [Installation](https://wordpress.org/plugins/anhqui-tiermatrix-for-woocommerce/#installation)
 * [Development](https://wordpress.org/plugins/anhqui-tiermatrix-for-woocommerce/#developers)

 [Support](https://wordpress.org/support/plugin/anhqui-tiermatrix-for-woocommerce/)

## Description

**Simple Tiered Pricing Table for WooCommerce** is the easiest way to add tiered
pricing, quantity discounts, and volume price breaks to your WooCommerce store. 
Customers instantly see how much they save when buying more — no upselling, no coding
required.

Whether you run a wholesale store, a B2B shop, or just want to reward bulk buyers,
this plugin adds a professional quantity discount table directly on your product
pages with live-updating prices as customers change quantities.

#### Free Features

**Quantity-Based Tiered Pricing**

 * Set percentage discounts or fixed prices per quantity tier
 * Unlimited pricing tiers per product
 * Apply tiered pricing to unlimited products
 * Live price updates as the customer changes quantity
 * Instant “You Save” labels show real savings on every tier row
 * Supports both Simple and Variable products
 * Works alongside WooCommerce coupons and taxes

**5 Pricing Table Display Templates**

Choose how your quantity discount table appears on each product page:

 * **Table** — classic column layout (Quantity | Discount | Price | You Save) — 
   the most popular tiered pricing table style
 * **Blocks** — card-style grid, ideal for stores with a bolder visual style
 * **List** — clean bullet-style list, minimal footprint on busy product pages
 * **Tooltip** — hover info icon, keeps the page clean while tiered prices stay 
   accessible
 * **Dropdown** — compact select-input for mobile-first or space-tight layouts

**Quantity Controls**

 * Set a minimum order quantity per product
 * Set a maximum order quantity per product
 * Set a quantity step to sell in packs (e.g., packs of 6, 12, or 24)

**Shop & Category Page Price Display**

Let shoppers see bulk pricing before they even open a product:

 * Show the lowest available price (“From $10.00”)
 * Show the full price range (“$75.00 – $100.00”)
 * Show “As low as $X.XX” to highlight volume savings
 * Customisable prefix text to match your store language

**Colours & Column Labels**

 * Choose highlight colour, highlight text colour, header background, and header
   text
 * Rename any column header (Quantity, Discount, Price) and “You Save” summary labels
 * Fully responsive — looks great on desktop, tablet, and mobile

**Developer Tools & Integrations**

 * Shortcode `[tiered-pricing-table]` — place the pricing table anywhere: pages,
   posts, or widgets
 * WooCommerce Products REST API — read and write tiered pricing data via `/wp-json/
   wc/v3/products/{id}`
 * Built-in transient cache — zero performance impact, even on high-traffic stores
 * Import/Export via WooCommerce’s built-in CSV tools — move pricing type, tiers,
   and quantity controls across sites in seconds
 * HPOS (High-Performance Order Storage / Custom Order Tables) compatible
 * Responsive and theme-agnostic — works with Storefront, Astra, Flatsome, Divi,
   and any well-coded theme

#### Why Choose Simple Tiered Pricing Table?

Most WooCommerce quantity discount plugins are complex, bloated, or charge for basic
features. Simple Tiered Pricing Table gives you **five beautiful pricing table templates
for free**, unlimited tiers, and all the display options you need — with a clean,
fast, developer-friendly codebase.

 * **No per-product limits** — apply tiered pricing to your entire catalogue
 * **No hidden paywalls** on core pricing table features
 * **Live price updates** — customers see the discounted price update as they change
   the quantity input, reducing cart abandonment
 * **5 templates in free** — competitors charge for this
 * **REST API included** — sync pricing data with external systems or headless setups

#### Upgrade to Pro

The **Pro version** unlocks advanced pricing strategies built for wholesale stores,
B2B shops, and high-volume merchants:

**Role-Based Pricing**
 Set different tiered prices, tiers, and minimum quantities
per user role — Wholesaler, Retailer, VIP, Guest, or any custom role. Optionally
hide the pricing table entirely for specific roles.

**Global Pricing Rules**
 Define one volume discount rule and apply it across multiple
products and/or categories simultaneously. No need to configure each product individually.
Supports Mix & Match quantity calculation — a customer’s combined cart quantity 
across different products counts toward tier thresholds.

**Cart Upsell Messages**
 Show contextual “Buy 2 more to save 15%!” messages directly
inside the WooCommerce cart. Fully customisable message template with smart placeholders
to drive higher average order values.

**Full CSV Round-Trip with Role Data**
 Export and re-import role-based pricing,
global rule assignments, and all tier configurations via WooCommerce’s CSV tools.

👉 [Get the Pro Version](https://checkout.freemius.com/plugin/32976/plan/54210/)

#### Shortcode Usage

Place the tiered pricing table anywhere on a page, post, or widget area:

    ```
    [tiered-pricing-table product_id="123"]
    ```

Override the display template per placement:

    ```
    [tiered-pricing-table product_id="123" template="blocks"]
    ```

Available templates: `table`, `blocks`, `list`, `tooltip`, `dropdown`

The prefixed alias `[anhqtm-pricing-table]` is also supported for backward compatibility.

#### REST API

The plugin extends the WooCommerce Products REST endpoint with a `tiered_pricing`
field.

**Read pricing data:**

    ```
    GET /wp-json/wc/v3/products/123
    ```

Returns:

    ```
    `json
    ```

{
 “tiered_pricing”: { “pricing_type”: “percentage”, “tiers”: [ { “qty”: 5, “value”:
10 }, { “qty”: 10, “value”: 15 } ], “min_qty”: 1, “max_qty”: 0, “qty_step”: 0 } }`

**Write pricing data** (requires authentication):

    ```
    POST /wp-json/wc/v3/products/123
    ```

Send the same `tiered_pricing` object in the request body.

The field `anhqtm_tiered_pricing` is also available as a prefixed alias for backward
compatibility.

## Screenshots

[⌊Frontend pricing table (Table template) on a product page with live "You Save"
labels⌉⌊Frontend pricing table (Table template) on a product page with live "You
Save" labels⌉[

Frontend pricing table (Table template) on a product page with live “You Save” labels

[⌊Blocks template — card-style grid for a bold, visual quantity discount display⌉⌊
Blocks template — card-style grid for a bold, visual quantity discount display⌉[

Blocks template — card-style grid for a bold, visual quantity discount display

[⌊List template — minimal bullet layout, great for simple stores⌉⌊List template —
minimal bullet layout, great for simple stores⌉[

List template — minimal bullet layout, great for simple stores

[⌊Tooltip template — hover icon keeps the page clean while prices stay accessible⌉⌊
Tooltip template — hover icon keeps the page clean while prices stay accessible⌉[

Tooltip template — hover icon keeps the page clean while prices stay accessible

[⌊Dropdown template — compact select input, ideal for mobile-first layouts⌉⌊Dropdown
template — compact select input, ideal for mobile-first layouts⌉[

Dropdown template — compact select input, ideal for mobile-first layouts

[⌊Backend product configuration — Tiered Pricing tab showing tiers and quantity 
controls⌉⌊Backend product configuration — Tiered Pricing tab showing tiers and quantity
controls⌉[

Backend product configuration — Tiered Pricing tab showing tiers and quantity controls

[⌊Shop page showing full price range and "As low as" bulk pricing labels⌉⌊Shop page
showing full price range and "As low as" bulk pricing labels⌉[

Shop page showing full price range and “As low as” bulk pricing labels

[⌊Plugin settings page — colours, column labels, and display options⌉⌊Plugin settings
page — colours, column labels, and display options⌉[

Plugin settings page — colours, column labels, and display options

## Installation

 1. Upload the `anhqui-tiermatrix-for-woocommerce` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Go to **WooCommerce  Tiered Pricing** to configure global settings.
 4. Open any product and switch to the **Tiered Pricing** tab inside the product data
    box.

## FAQ

### Is this plugin free? Are there limits on the free version?

The free version is fully functional with no product limits. You get unlimited pricing
tiers, unlimited products, all five display templates, quantity controls, shop-page
price display, colour customisation, shortcode support, REST API access, and CSV
import/export — all free. The Pro version adds role-based pricing, global pricing
rules, and cart upsell messages.

### How do I add quantity discounts to WooCommerce products?

After installing and activating the plugin, open any product in WooCommerce, scroll
to the Product Data box, and click the **Tiered Pricing** tab. Add your quantity
tiers (e.g., Buy 5+  10% off, Buy 10+  20% off) and save the product. The pricing
table appears automatically on the product page.

### How do I create volume discounts in WooCommerce?

Go to the **Tiered Pricing** tab on any product, choose “Percentage” or “Fixed Price”
as the pricing type, and add rows for each quantity threshold. Customers who reach
that quantity automatically receive the discounted price at checkout. The table 
updates live as they adjust the quantity input.

### Can I add bulk pricing to WooCommerce without a plugin subscription?

Yes. The core bulk pricing table features — unlimited tiers, five templates, quantity
controls, and CSV import/export — are completely free with no subscription required.

### Does this work with variable products?

Yes. Tiered pricing applies to the selected variation’s base price. You can set 
tiers at the product level and they apply across all variations.

### Can I show a quantity discount table on shop and category pages?

Yes. Go to **WooCommerce  Tiered Pricing  Display** and enable the shop/catalog 
price display. You can show the lowest available price (“From $10.00”), the full
price range (“$75.00 – $100.00”), or an “As low as $X.XX” label.

### Which display templates are available in the free version?

All five templates are included for free: **Table**, **Blocks**, **List**, **Tooltip**,
and **Dropdown**. You choose a default template in the global settings and can override
it per-product.

### Can I customise the colours and column labels on the pricing table?

Yes. Go to **WooCommerce  Tiered Pricing  Colors** to set the highlight colour, 
text colour, header background, and header text. Go to **Column Labels** to rename
any column header (Quantity, Discount, Price) or the “You Save” label.

### Can I show different prices to wholesale vs retail customers?

Role-based pricing is a Pro feature. With Pro you can set separate price tiers, 
minimum quantities, and pricing tables per user role — ideal for wholesale and B2B
stores. [Get the Pro version](https://checkout.freemius.com/plugin/32976/plan/54210/).

### Can I apply one volume discount rule to many products at once?

Global Pricing Rules are a Pro feature. They let you define one tiered pricing rule
and apply it across multiple products and categories simultaneously — no need to
edit each product individually. [Get the Pro version](https://checkout.freemius.com/plugin/32976/plan/54210/).

### Does it work with WooCommerce HPOS (Custom Order Tables)?

Yes. The plugin declares full compatibility with WooCommerce High-Performance Order
Storage (HPOS).

### Will tiered pricing work with coupons and taxes?

Yes. Tiered pricing applies to the product base price; WooCommerce then applies 
coupons and calculates tax on the discounted price as normal.

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

Yes. Use `[tiered-pricing-table product_id="123"]` to display the table anywhere
on your site. You can also pass a `template` parameter to choose which of the five
display styles to use. The prefixed alias `[anhqtm-pricing-table]` is also accepted.

### Does it work with Gutenberg (block editor)?

Yes. You can use the shortcode `[tiered-pricing-table]` inside a Shortcode block
in the Gutenberg editor to place the pricing table anywhere on a page or post.

### Does it work with Elementor or other page builders?

Yes. Insert the shortcode into any Shortcode widget in Elementor, Divi, WPBakery,
or any page builder that supports shortcodes.

### Will this slow down my store?

No. All computed tier data is stored in WordPress transients (server-side cache).
You can control the cache duration in **WooCommerce  Tiered Pricing  Performance**.

### Can I import and export tiered pricing data via CSV?

Yes. The free version exports and imports the pricing type, tier data, and quantity
controls via WooCommerce’s built-in product CSV tools. Full CSV round-trip support
for role-based pricing fields is available in the Pro version.

### Can I set minimum order quantities in WooCommerce?

Yes. In the **Tiered Pricing** tab on any product, set the **Minimum Quantity** 
field. Customers will not be able to add fewer than that number to the cart.

### Where can I get support?

Post in the [support forum](https://wordpress.org/support/plugin/anhqui-tiermatrix-for-woocommerce/)
on WordPress.org.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

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

Contributors

 *   [ Qui Nguyen ](https://profiles.wordpress.org/anhqui/)

[Translate “Simple Tiered Pricing Table for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/anhqui-tiermatrix-for-woocommerce)

### Interested in development?

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

## Changelog

#### 1.0.1

 * Feature: Shortcode `[tiered-pricing-table]` now matches the Pro plugin’s shortcode
   tag — no changes needed when upgrading. The `[anhqtm-pricing-table]` alias remains
   supported for backward compatibility.
 * Feature: REST API field `tiered_pricing` now matches the Pro plugin’s field name—
   no API changes needed when upgrading. The `anhqtm_tiered_pricing` alias remains
   supported for backward compatibility.

#### 1.0.0

 * Initial release.
 * Quantity-based tiered pricing with percentage discounts or fixed prices per tier.
 * Live price update as the customer changes quantity on the product page.
 * Five display templates: Table, Blocks, List, Tooltip, Dropdown.
 * “You Save” labels on each tier row.
 * Customisable highlight colours and column labels via Settings.
 * Quantity controls: minimum order quantity, maximum order quantity, quantity step.
 * Shop and catalog page price display — lowest price (“From $X”) or full range (“
   $X – $Y”).
 * Shortcode `[anhqtm-pricing-table]` for manual placement.
 * WooCommerce REST API support — read and write tiered pricing via the Products
   endpoint.
 * Basic CSV import/export via WooCommerce’s built-in product CSV tools.
 * Built-in transient cache for zero performance impact.
 * HPOS (Custom Order Tables) compatible.
 * Tested up to WordPress 6.8 and WooCommerce 9.8.0.

## Meta

 *  Version **1.0.1**
 *  Last updated **6 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [bulk discount](https://wordpress.org/plugins/tags/bulk-discount/)[quantity discount](https://wordpress.org/plugins/tags/quantity-discount/)
   [tiered pricing](https://wordpress.org/plugins/tags/tiered-pricing/)[volume discount](https://wordpress.org/plugins/tags/volume-discount/)
   [wholesale](https://wordpress.org/plugins/tags/wholesale/)
 *  [Advanced View](https://wordpress.org/plugins/anhqui-tiermatrix-for-woocommerce/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/anhqui-tiermatrix-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/anhqui-tiermatrix-for-woocommerce/reviews/)

## Contributors

 *   [ Qui Nguyen ](https://profiles.wordpress.org/anhqui/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/anhqui-tiermatrix-for-woocommerce/)