WooCommerce Dynamic Pricing 3.2.6

Download WooCommerce Dynamic Pricing 3.2.6 from nulled fire. Bulk discounts, role-based pricing and much more
* Update: Fix date ranges so they are localized to the WordPress time.
* Update: Update date range calculation to be inclusive. Sales start at 00:00:01 and end at 23:59:59 on the selected dates.
* Update: Modify some labels to maintain consistency.
* Update: If cart item has deposits set, return the price being requested so deposit prices are not filtered twice.
* Update: Add WooCommerce Product Options totals back onto products with Fixed Price adjustments.
* Update: Check for null cart items in sorting function. Should never happen unless a plugin or theme is incorrectly loading the cart.
* Update: Tested to WC 3.5
* 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.