Linux 软件免费装
Banner图

Tiers - Tiered Pricing for WooCommerce

开发者 motylanogha
更新时间 2026年7月15日 15:57
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce bulk pricing tiered pricing volume pricing quantity discount

下载

0.2.2 1.0.3 0.2.4 1.0.1 1.0.2 1.0.4 0.2.3

详情介绍:

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 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/ .

安装:

  1. Install and activate WooCommerce (8.0 or later).
  2. Upload the tiers folder to /wp-content/plugins/, or grab a copy from https://github.com/wppoland/plogins-tiers.
  3. Activate the plugin through the Plugins screen.
  4. Go to WooCommerce → Tiers and add at least one pricing tier (e.g. 5 units → 5% off).
  5. The pricing table appears automatically on product pages, and discounts apply in the cart.

屏幕截图:

  • Admin settings page, tier builder with add/remove rows and a show/hide table toggle.

常见问题:

Documentation and links

Does Tiers require WooCommerce?

Yes. Tiers is a WooCommerce extension and requires WooCommerce 8.0 or later.

Does the pricing table reload the page?

No. The pricing table is server-rendered, it loads with the page, before any JavaScript runs. There is no AJAX or hydration step.

How does the "highest tier wins" logic work?

If a customer has 12 units of a product in their cart, and you have tiers for "5+" (5% off) and "10+" (10% off), they receive 10% off. The tiers are evaluated from lowest to highest min_qty and the last match wins.

Can I apply different tiers to different products?

In the free version, tiers are global (applied to all products). Tiers PRO adds per-product tier overrides via the product edit screen.

Are discounts compatible with WooCommerce coupons?

Yes. Tiers modifies the cart line-item price before WooCommerce calculates totals, so standard WooCommerce coupons work normally on top of the tiered price.

What happens when I deactivate the plugin?

Discounts stop being applied and the pricing table no longer appears. Your settings are retained in the database.

What happens when I delete the plugin?

The uninstall routine removes the tiers_settings option. No custom tables are created, so your database is left clean.

Does it work with taxes?

Yes. Tiers modifies prices before WooCommerce's tax calculation, so WooCommerce's own tax logic applies to the discounted price.

Does this plugin work on WordPress Multisite?

Yes. This plugin is compatible with WordPress Multisite. Network activate it or activate it on individual sites; each site keeps its own settings and data.

更新日志:

1.0.4 1.0.3 1.0.2 1.0.1 0.2.4 0.2.3 0.2.2 0.2.1 0.2.0 0.1.0