WooCommerce Composite Products 10.1.3

Download WooCommerce Composite Products 10.1.3 from nulled fire. Create complex, configurable product kits and let your customers build their own
* Fix - Cart notices displaying wrong component titles when Scenarios validation fails.
* Fix - Decode html entities in notices passed when clicking "Save Configuration".
* Fix - Composite configurations failing to validate under some very rare circumstances that involve Scenarios and multiple, conditionally hidden Components.
* Fix - Some warnings when using PHP 7.1.
* Fix - Error while exporting order data to Shipstation if the exported order contains a composite product that has been deleted.
* Fix - Chosen variation images not updating in Summary.
* Fix - Added RTL styles.
* Fix - Infinite loop when exporting order data to Shipstation/Shipwire under WC 3.0. Triggered when 'WC_CP_Order::get_order_items' is used as a 'woocommerce_order_get_items' filter callback.
* Fix - Unable to set viewport position with 'window.scrollBy' under Chrome.
* Fix - Rolling ball of death when attempting to add Scenarios to a newly created, unsaved Composite after clicking "Save Configuration" (only WC 2.6- affected).
* Fix - Composite configurations failing to validate under some rare circumstances that involve Scenarios and multiple, conditionally hidden Components.
* Fix - Composite products pagination failing to work under WC 3.0+.
* Fix - Duplicate queries and performance issues under WC 3.0+.
* Important - WooCommerce 3.0 support added.
* Important - WooCommerce 2.4 support dropped.
* Dev - 'WC_Product_Composite' refactored based on the core CRUD pattern (WC 3.0+ only). Type-specific data is now handled using getters/setters and a dedicated data store class, 'WC_Product_Composite_Data_Store_CPT'.
* Dev - Create/update/delete Components and Scenarios directly on 'WC_Product_Composite' objects using 'WC_Product_Composite::set_composite_data' and 'WC_Product_Composite::set_scenario_data' (WC 3.0+ only).
* Dev - Introduce basic unit tests for 'WC_CP_Order' and 'WC_Product_Composite' classes.
* Feature - Create composite products using the REST API '/products/' endpoint (WC 3.0+ only). Read more at docs.woocommerce.com .
* Feature - Add composite products to orders using the REST API '/orders/' endpoint (WC 3.0+ only). Read more at docs.woocommerce.com .
* Tweak - Support select2 v4 (WC 3.0+ only).
* Tweak - Simplify price filter widget meta query.
* Fix - Scenarios are now taken into account when calculating composite product price strings (PHP 5.5+ required).
* Fix - Weight of composite products in shipping packages does not include the weight of bundled products physically packaged in a bundle that is itself physically packaged in its parent composite.
* Fix - Prevent infinite loop with plugins calling 'WC_Product::get_sale_price' from a function hooked into 'woocommerce_get_price'.
* Fix - JS app: Validation messages are not added to components when the current product/variation selection in a component is invalid.
* Fix - JS app: Always pass validation and hide notices if a component is invisible/hidden or its quantity is zero.
* Fix - Infinite loop when viewing an order that contains a composite set to be preordered using the WooCommerce Pre-Orders extension.
* Fix - Sold Individually > "Matching configurations only" option not working correctly.
* Fix - Missing semicolon in inline JS declared in 'WC_CP_Display::enqueue_composited_table_item_js'.
* Fix - Issues with navigation when using the Componentized layout and conditionally hidden components exist.
* Fix - Component indentation in cart is not preserved after refreshing cart contents.