WC Mix and Match - Container Step
Require Mix and Match container size to be in quantity multiples, ie: 12,16,20,etc.
by Kathy Darling · github.com/backcourt/wc-mnm-container-step · website
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/backcourt/wc-mnm-container-step/releases/download/2.1.0/wc-mnm-container-step-2.1.0.zipDeclares an update source (https://www.backcourt.io/), so updates arrive through the plugin's own updater.
Readme
Warning This project is archived. Please check out Variable Mix and Match as an alternative.
WooCommerce Mix and Match: Container Step
Quickstart
This is a developmental repo. Clone this repo and run composer install && npm install && npm run build
OR
|Download latest release|
|---|
What's This?
Mini-extension for WooCommerce Mix and Match that forces Mix and Match container size to be in quantity multiples, ie: 6,12,18,etc.

Important
- This is proof of concept and not officially supported in any way.
- Requires Mix and Match Products 2.8.0+.
- This is intended for containers that are dynamically priced and packed separetely as there's currently no system for resolving total into X shipping packages at least at the Mix and Match level (some shipping plugins may be able to do this via box packer algorithms).... ex: 24 items aren't automatically parsed into 2, 12 pack shipping boxes. If you need fixed prices and are packing together you may want to check out Grouped Mix and Match
Usage
In the "Mix and Match" tab of the Product Data metabox you will now see a "Container step size" input. This is the number that the total quantity must be a multiple of in order for the container to be valid..

Automatic plugin updates
Plugin updates can be enabled by installing the Git Updater plugin.
Read the full README on GitHub →