How to Set Min and Max Quantity Limits in WooCommerce

From Wiki Spirit
Revision as of 10:44, 29 April 2026 by Lydeenhnsp (talk | contribs) (Created page with "<html><p> Setting a minimum or maximum purchase quantity in WooCommerce is a common need that the platform doesn't handle out of the box. Whether you're running a wholesale store, a subscription box, or simply want to prevent bulk abuse on limited items, quantity rules matter.</p><p> </p>The most practical way to add min and max quantity controls is through a plugin. You want one that lets you apply rules at three levels: site-wide defaults, per category, and per produc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Setting a minimum or maximum purchase quantity in WooCommerce is a common need that the platform doesn't handle out of the box. Whether you're running a wholesale store, a subscription box, or simply want to prevent bulk abuse on limited items, quantity rules matter.

The most practical way to add min and max quantity controls is through a plugin. You want one that lets you apply rules at three levels: site-wide defaults, per category, and per product. Per-product rules should override category rules, which override global rules. That hierarchy gives you the flexibility to set a global minimum of 2 but make exceptions for individual products.

A min max quantity plugin for WooCommerce from PluginEver covers all three levels and adds quantity step support, so customers can only order in set increments. The rules apply at the cart level too, not just the product page, so customers can't bypass the limits by editing cart quantities manually.

The plugin also handles validation messages. If a customer tries to add fewer units than the minimum or more than the wc serial numbers pro maximum, they get a clear notice telling them the allowed range. This is better than a silent fail, which often confuses customers.

Setup takes a few minutes. Install, activate, and set your rules directly from the product edit screen or the global settings panel.