Linux 软件免费装
Banner图

DiscountWise - Bulk Discounts, Quantity & Role Based Pricing for WooCommerce

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

标签

woocommerce bulk discount role based pricing discount rules quantity discount

下载

1.0.0

详情介绍:

DiscountWise adds discount rules to WooCommerce. Set a percentage off, a fixed amount off, a fixed price, quantity tiers, cart subtotal discounts, BOGO, and role-based prices for wholesale or B2B. Each rule can target one product, a category, or the whole store. It is built to stay fast on large catalogs. DiscountWise compiles all of your rules once, caches the result, and adds no database queries per product on shop and category pages. A store with 5 rules and a store with 50 rules do the same work per page. Rules run only where a price is shown or the cart is calculated, never on every product query. Category discounts, role-based pricing, the sale badge, and the "You saved" label are all in the free plugin. What you can do Fast on big catalogs Shop and category pages are where a discount plugin can slow a store down. DiscountWise reads from one compiled, cached ruleset, so listing pages stay as fast as plain WooCommerce. The work per page does not grow with the number of rules, and you can confirm that on a staging copy of your store. Does discounts, and nothing else DiscountWise does discounts. There is no email capture, no marketing automation, no analytics, no loyalty points, and no currency switcher. It stays out of the way and stays fast. Works with modern WooCommerce A note from the developer I build WooCommerce plugins at DevTonic Studios. I started DiscountWise because I kept needing the same discount types on client stores: role pricing for wholesale, quantity tiers, and category sales, without the shop page slowing down as the catalog grew. This is the plugin I wanted, so I am sharing it. If something does not work on your store, open a thread on the support forum and I will read it.

安装:

  1. In wp-admin, go to Plugins, then Add New, and search for DiscountWise. Or upload the plugin zip under Plugins, Add New, Upload Plugin.
  2. Activate DiscountWise. WooCommerce must be installed and active first.
  3. Open the DiscountWise menu in wp-admin and click Add discount.
  4. Pick a discount type, set the amount and where it applies, and save. Your store prices update right away.

屏幕截图:

  • Adding a rule. Pick the type, the amount, and where it applies. The form changes to match the type you choose.
  • Quantity tiers on the product page. Shoppers see the price for each quantity band before they add to cart.
  • A discounted product on the shop page. Old price struck out, new price shown, with a sale badge.
  • The "Why this price?" tester. Enter a product, a role, and a quantity, and see which rules matched and the math step by step.
  • The cart with a subtotal discount applied and a "You saved" total.

升级注意事项:

1.0.0 First release of DiscountWise.

常见问题:

Will it slow down my store?

No. DiscountWise compiles your rules once and caches the result, and it adds no database queries per product on shop and category pages. A store with many rules does the same per-page work as a store with a few. Rules run only where a price is shown or the cart is calculated.

Does it support wholesale or role-based pricing?

Yes, in the free version. You can set a different price or discount for any user role, such as a wholesale role, plus a separate price for logged-out guests.

Can I set bulk or quantity pricing?

Yes. Add quantity tiers such as buy 3 to 9 save 10%, buy 10 or more save 20%. Each tier can be a percentage or a fixed price. A quantity table can show the tiers on the product page.

I have several rules on one product. Which one wins?

You decide. Give each rule a priority, then choose apply the biggest discount, apply the first matching rule, or stack them all. The "Why this price?" tester shows what happened and the math behind the final price.

Does it work with HPOS and the block cart?

Yes. DiscountWise declares HPOS compatibility and works with both the classic shortcode cart and the newer block cart and checkout.

Does DiscountWise send any data anywhere?

No. There are no external API calls and no tracking. Everything runs on your own server.

What does BOGO do in the free version?

The free version does buy X and get X of the same product free. Cross-product Buy X Get Y and free gift products are planned for Pro.

Will it work with my theme?

If your theme uses standard WooCommerce template hooks, yes. It is tested with Storefront and Twenty Twenty-Five. The product-page quantity table needs the standard WooCommerce product summary hook, which most themes fire.

更新日志:

1.0.0 - 2026-07-01