=== Min/Max Order Quantity ===
Contributors: snehalpancholi
Tags: woocommerce, minimum quantity, maximum quantity, order rules
Requires at least: 6.0
Tested up to: 6.7
Stable tag: 1.0.0
Requires PHP: 8.1
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Enforce configurable minimum and maximum purchase quantities per WooCommerce product at the cart and checkout level.

== Description ==

Min/Max Order Quantity adds minimum and maximum quantity fields to each product's General tab, and enforces those limits both at the add-to-cart step and at cart validation before checkout.

Features:
* Per-product minimum and maximum quantity fields
* Global default min/max for products without individual settings
* Quantity input automatically clamps to the allowed range
* Clear error notices when limits are violated

== Installation ==

1. Upload the `min-max-order-quantity` folder to `/wp-content/plugins/`.
2. Activate through **Plugins → Installed Plugins**.
3. Edit any product and find the Min/Max fields in the General tab.
4. Optionally set global defaults under **WooCommerce → Min/Max Quantity**.

== Changelog ==

= 1.0.0 =
* Initial release.
