WooCommerce Dynamic Pricing 3.2.11

Download WooCommerce Dynamic Pricing 3.2.11 from nulled fire. Bulk discounts, role-based pricing and much more
* New: Included a new collector module to allow inclusive ( AND ) for advanced category rules. Since this is a unusual use case a filter is needed to enable.
-- add_filter('wc_dynamic_pricing_get_collector_object', function($collector, $type) { return 'WC_Dynamic_Pricing_Collector_Category_Inclusive'; }, 10, 2);
* Fix: Include check that categories have been selected before attempting count.
* Update: Added an argument to the quantity collector filter, which now passes in the rule set.
* Update: Properly sort cart items for discounting in ascending order.
* Update: Use multiselect fields instead of checkboxes in Advanced Category Rules.
* Update: Use multiselect fields instead of checkboxes in Advanced Product Rules.
* Update: Use multiselect fields instead of checkboxes in Order Total Pricing.
* Update: Use variation names instead of variation ID's only in Advanced Product Rules.
* Fix: Fix issue with the woocommerce_dynamic_pricing_count_categories_for_cart_item filter where the wrong cart item was being passed.
* Update: Include 0 based pricing for advanced category rules when using Groups.
* Fix: Fix issue where Mix and Match product children product titles were incorrectly being set to the parent name.
* New: Allow WooCommerce Memberships to be used for advanced pricing rules, "Applies To".
* Fix: Double check a variations parent exists before getting it's categories.