WC Mix and Match - Interactivity API
Mix and Match Product Interactivity API Experiments
by Backcourt Development · github.com/backcourt/wc-mnm-interactivity-api · website
★ 0stars
1release downloads
1forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/backcourt/wc-mnm-interactivity-api/releases/download/1.0.0-alpha.1/wc-mnm-interactivity-api-1.0.0-alpha.1.zipDeclares an update source (https://github.com/backcourt/wc-mnm-interactivity-api), so updates arrive through the plugin's own updater.
Readme
Mix and Match Product Interactivity API
Quickstart
This is a developmental repo. Clone this repo and run npm install && composer install && npm run build
OR
|Download latest release|
|---|
What's This?
Experimental plugin that registers the Mix and Match blocks for use in the Add to Cart with Options block.
Warning
- This is provided as is and does not receive priority support.
- Please test thoroughly before using in production.
- Requires WordPress 6.5+
- Requires WooCommerce 10.3+
- Requires WooCommerce Mix and Match Products 2.8+
- Enable admin features in WooCommerce with the following code snippet:
add_filter( 'woocommerce_admin_features', function( $features ) { $features[] = 'experimental-blocks'; $features[] = 'blockified-single-product-template-simple'; $features[] = 'blockified-add-to-cart'; $features[] = 'blockified-add-to-cart-mix-and-match'; return $features; }, 20 ); - Edit the single product block template to include the Add to Cart with Options block.
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 1.0.0-alpha.1 | Oct 22, 2025 | wc-mnm-interactivity-api-1.0.0-alpha.1.zip | 1 |