WooCommerce Mix and Match: Premium Upcharge
Increase Mix and Match container cost when certain products are selected
by Kathy Darling · github.com/backcourt/wc-mnm-premium-upcharge · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/backcourt/wc-mnm-premium-upcharge/archive/refs/heads/master.zipReadme
WooCommerce Mix and Match: Premium Upcharges
What's This?
Experimental mini-extension for that adds an additional fee to the container for products that have a particular tag.

Important
- This is proof of concept and not officially supported in any way.
- There is no UI and you need to define both the taxonomy (defaults to product_tag) and the array of terms associated with their respective fees.
- Your selection of 'per-item pricing' and 'discount' are ignored, but the container will function like a per-item priced container except all the regular contents are $0.
How To Use
- Download repo from Github.
- Edit the main file and hard-code your adjustments
2a. Adjust the
$taxonomyvariable if using a taxonomy other thanproduct_tag2b. Adjust the$upchargesarray with the terms and their upcharges as key/value pairs. - Upload and activate plugin.
- Create a new Mix and Match product per usual.