-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Manos Psychogyiopoulos
committed
Jan 27, 2020
1 parent
a9f6878
commit c591842
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# WooCommerce Product Bundles - Min/Max Items | ||
|
||
### What's This? | ||
|
||
Free mini-extension for [WooCommerce Product Bundles](https://woocommerce.com/products/product-bundles/?aff=46147&cid=5699243) that allows you to control the minimum or maximum quantity of bundled products that customers must choose in order to purchase a Product Bundle. | ||
|
||
### How It Works | ||
|
||
Out of the box, [WooCommerce Product Bundles](https://woocommerce.com/products/product-bundles/?aff=46147&cid=5699243) does not include any options for selling fixed- or variable-size bundles, such as cases of wine, six-packs of soap, or candy boxes. | ||
|
||
The plugin adds two new options under **Product Data > Bundled Products**: | ||
|
||
* **Items required (≥)**; and | ||
* **Items allowed (≤)**. | ||
|
||
With these options, you can define a lower or upper quantity of items that customers must choose to purchase their own custom bundle. | ||
|
||
For details, check out [this example](https://docs.woocommerce.com/document/bundles/bundles-use-case-pick-and-mix/) from the official WooCommerce Product Bundles documentation. | ||
|
||
### Notes | ||
|
||
Before installing this plugin, please ensure that you are running the latest versions of both **WooCommerce** and **WooCommerce Product Bundles**. |