Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/somewherewarm/woocommerce-product-bundles-min-max-items
WooCommerce Product Bundles plugin that allows you to define min/max bundled item count constraints.
https://github.com/somewherewarm/woocommerce-product-bundles-min-max-items
Last synced: about 1 month ago
JSON representation
WooCommerce Product Bundles plugin that allows you to define min/max bundled item count constraints.
- Host: GitHub
- URL: https://github.com/somewherewarm/woocommerce-product-bundles-min-max-items
- Owner: somewherewarm
- Created: 2015-09-30T10:50:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T09:45:06.000Z (about 4 years ago)
- Last Synced: 2024-08-02T11:16:08.755Z (4 months ago)
- Language: PHP
- Size: 70.3 KB
- Stars: 13
- Watchers: 14
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-woocommerce - WooCommerce Product Bundles - Min/Max Items - WooCommerce Product Bundles plugin that allows you to define min/max bundled item count constraints. (Handy Code Snippets and Plugins)
README
# Product Bundles - Min/Max Items
### Important
**Product Bundles - Min/Max Items** has been rolled into Product Bundles. If you are running Product Bundles 6.4.0 or newer, you don't need this plugin!
### What's This?
Free mini-extension for [WooCommerce Product Bundles](https://woocommerce.com/products/product-bundles/) 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
Up until version 6.4.0, [WooCommerce Product Bundles](https://woocommerce.com/products/product-bundles/) did 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 (≤)**.You can use these options to 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.