About this plugin
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 Fully translatable: ships the plogins-tiers.pot template (text domain plogins-tiers ), with Polish, German and Spanish delivered by the WordPress.org language pack A tiers_product_tiers filter that lets Tiers PRO swap in per-product or role-based tiers Documentation: plogins.com/tiers/docs/ You may also like these plugins More free WooCommerce plugins from WPPoland: Plogins Waitlist – back-in-stock waitlist that emails shoppers the moment a product returns. Sieve – Search & Filter – fast AJAX product search and filtering for WooCommerce, with no jQuery. Polski for WooCommerce – Polish-market compliance: GPSR, Omnibus, GDPR, invoices and storefront modules. Browse the full catalogue at plogins.com/ . Reporting a security issue: email [email protected], and under our coordinated disclosure policy we confirm within two business days, assess within five, and patch a critical issue within seven days of confirming it. 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, billed in EUR. 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 github.com/wppoland/plogins-tiers . Translations Plogins Tiers is fully translatable and ships the plogins-tiers.pot template. Translations are delivered by WordPress.org language packs from translate.wordpress.org, which is where Polish, German and Spanish are being contributed; the package itself carries no compiled translation files.