WooCommerce Mix and Match Products 2.7.0

No permission to download (449.5 KB)
Download WooCommerce Mix and Match Products 2.7.0 from nulled fire. Allow your customers to combine products and create their own variations, and increase your average order value.
Fix: Check if cart is set before trying to access cart_contents.
Fix: Use native functions to get parent container versus searching cart directly.
Tweak: Add product_id as data attribute to add to cart button, to help some themes that add ajax add to cart.
Tweak: Auto load certain properties if not defined.
Tweak: Instead of resetting to minium quantity value, set to original value attribute.
Tweak: Add broader support for checkbox/dropdown input types.
* New: add wc_mnm_before_sync hook
* New: Prepare for compatibility with PayPal Express Smart buttons when PayPal Express gateway plugin updates.
* Fix: Fix broken woocommerce_product_add_to_cart_text core filter.
* Tweak: Simplify error message HTML markup in mnm-add-to-cart-wrap.php template.
* Tweak: Hide error message on load if JS is enabled.
* Dev: Add configuration to add to cart button as data attribute for potential ajax add to cart usage.
* Update: Tested up to WooCommerce 4.0.0.
* Fix: Script errors when multiple forms are on the same page.
* New: Quantity inputs are empty by default, use WC4 placeholders.
* New: Filter for getting the posted configuration.
* New: Dynamic filter for validating container based on context.
* New: Script supports passing custom configuration when triggering container update.
* New: Filter the child item's configuration data.
* Fix: Check child cart item is set in cart before accessing.