Experimental mini-extension for WooCommerce Mix and Match that adds products as mix and match options by product category.
- This is provided as is and does not receive priority support.
- Will not be performant on categories with large numbers of products.
- Please test thoroughly before using in production.
In the "Mix and Match" tab of the Product Data metabox you will now see a "Use Product Category" input with 2 options.
- "Use default" - meaning use the normal Mix and Match method of searching and selecting individual products by their product title.
- "Use product categories for contents" - search for and select product categories. Mix and Match will then display all products in those categories as options for the Mix and M atch container product.
RC4 fixes an issue with some front-end calls to admin-ajax.php remove the products from the cart. But the issue could still happen if the user is an admin and can switch to the dashboard then return to the cart. The core Mix and Match plugin needs some refactoring to avoid this entirely.