The plugin enables you to set quantity-based discounts and display these prices on the product page using various templates.
All-in-one and most complete dynamic pricing plugin for WooCommerce.
Documentation | Plugin Demo | Visit plugin website | Contact us
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.
The plugin allows you to fine-tune your pricing to meet the needs of your diverse customer base, whether you’re a retailer, wholesaler, or service provider.
💡 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\Group of order quantity
Control the minimum, maximum, and group quantities of a product that users can purchase of a specific product.
✅ Multiple display templates for pricing on the product page
You can show the tiered prices via:
➖ Table
➖ Blocks
➖ Options
➖ Dropdown
➖ Horizontal Table
➖ Plain text
➖ Tooltip
See screenshots for examples
✅ Import\Export (WP All Import supported)
Import tiered prices in bulk, including role-based and minimum order quantity rules.
✅ Format your prices on the product catalog with discounts in mind
Show the lowest price or range from the lowest to the highest price.
The clean interface and powerful functionality allow you to make any custom pricing without a headache.
All features:
Premium features:
🔌 Integration with 3rd-party plugins:
✔️ WP All Import
✔️ Elementor
✔️ WPML
✔️ WPML Multicurrency
✔️ Product Bundles for WooCommerce
✔️ WooCommerce Product Add-ons
✔️ Aelia Multicurrency
✔️ Yith Request a Quote
✔️ 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
Check out our site to get more information about the Tiered Pricing Table for WooCommerce
Feel free to Contact us if you have any questions.
Set up a demo to see how the plugin’s features work.
/wp-content/plugins/tier-price-table
directory, or install the plugin through the WordPress plugins screen directly.After installing the plugin set up your own settings
“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 ‘&’
});
The plugin includes the [tiered-pricing-table] shortcode that can be customized with various attributes.
Yes! Look for the “Tiered Pricing Table” widget.
Yes! Look for the “Tiered Pricing” block.
Yes!
Each order has the “recalculate with tiered pricing” button, which recalculates the cost according to the tiered pricing rules.