Skip to content

Backcourt/wc-mnm-interactivity-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. This is provided as is and does not receive priority support.
  2. Please test thoroughly before using in production.
  3. Requires WordPress 6.5+
  4. Requires WooCommerce 10.3+
  5. Requires WooCommerce Mix and Match Products 2.8+
  6. 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 );
  1. Edit the single product block template to include the Add to Cart with Options block.

About

Mix and Match Product Interactivity API Experiments

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors