This is a developmental repo. Clone this repo and run npm install && npm run build
OR
Download latest release |
---|
Experimental mini-extension for WooCommerce Mix and Match that allows a customer to filter products by any product taxonomy.
By default, customers can only search by a single term at a time.
If you'd prefer to select multiple terms to narrow their search. For example, Category A + Category B will display products in both, then you can add the following snippet to your child theme's functions.php
.
add_filter( 'wc_mnm_filters_support_multi_term_filtering', '__return_true' );
- This is proof of concept and not officially supported in any way.
- Currently, only tested with grid layout.
- Version 2.1 now requires Mix and Match 2.4.
Plugin updates can be enabled by installing the Git Updater plugin.