Tiers – Tiered Pricing for WooCommerce
Tiers – Tiered Pricing for WooCommerce

Tiers – Tiered Pricing for WooCommerce

5/5 (1 ratings) — active installs Updated Jul 30, 2026
Volume pricing table on a product page, shows quantity ranges, discount percentages, and resulting prices.

Volume pricing table on a product page, shows quantity ranges, discount percentages, and resulting prices.

Tiers gives a WooCommerce store quantity-based pricing. You set the breakpoints, buy 5, save 5%; buy 10, save 10%, and the discount is taken off the line item the moment a shopper carts enough units. The same breakpoints are shown as a table on the product page so people can see the price they’d pay before they add to cart.

The discount is calculated in PHP on woocommerce_before_calculate_totals, so the pricing logic ships no front-end JavaScript. The product-page table is a plain HTML <table> printed server-side with <th scope> and a <caption>, so it reads correctly to screen readers and doesn’t shift the layout as the page loads.

When a quantity matches more than one tier, the deepest qualifying tier applies, 12 units takes the “10+” price, not the “5+” price. Tiers never raises a price either, so a product that’s already on sale keeps its lower price.

Tiers declares compatibility with WooCommerce HPOS and the Cart/Checkout Blocks. It stores everything in a single wp_options row and creates no custom tables, so deleting the plugin leaves the database as it was.

What you get

  • Any number of global pricing tiers, each a minimum quantity and a discount percentage (with an optional label)
  • Automatic discounting in the cart, with the highest matching tier winning
  • A pricing table on single product pages, with a choice of where it appears: product summary, before or after the add-to-cart form, the product meta area, or nowhere automatic
  • A [tiers_table] shortcode, a “Volume pricing table” Gutenberg block, and an Elementor “Volume pricing table” widget for dropping the table in by hand
  • An optional heading above the table and an optional “You save” column
  • An optional “You save” note under each discounted line in the cart
  • An admin tier builder that adds and removes rows in place, with a live preview of how each tier reads
  • A Polish translation, plus a bundled POT file for translating into other languages (text domain tiers)
  • A tiers_product_tiers filter that lets Tiers PRO swap in per-product or role-based tiers

Documentation: https://plogins.com/tiers/docs/

You may also like these plugins

More free WooCommerce plugins from WPPoland:

Browse the full catalogue at https://plogins.com/ .

Plogins Tiers PRO

The free edition gives every product global quantity tiers. Plogins Tiers PRO adds B2B and per-product control:

  • Per-product overrides – different tier ladders for specific products
  • Role-based pricing – prices by WordPress user role, or for guests
  • Category pricing rules – tiers scoped to product categories
  • Scheduled pricing – start and end dates for a tier ladder

Everything in the free edition stays free and open. Plogins Tiers PRO starts at 29 EUR per year (PLN shown at checkout).

Compare editions and pricing: plogins.com/plogins-tiers-pro/pricing/

External Services

Tiers does not connect to any external services. Pricing tiers are stored in a single tiers_settings row in your WordPress options table, and the discount is calculated in PHP on your own server, no data ever leaves your site. The plugin sends no email and makes no remote requests; the product-page pricing table is rendered locally from those stored tiers.

Development

Tiers is developed in the open. The PHP, JS, and CSS you install are the same files in the repository, nothing is minified or generated by a build step. Read the code, file a bug, or send a patch at https://github.com/wppoland/plogins-tiers.

Translations

Plogins Tiers includes Polish, German and Spanish translations for the plugin interface. The text domain is plogins-tiers, matching the plugin slug, so WordPress.org language packs can also override or extend these bundled translations.