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: New filter to disable applying pricing rules in the shop when the quantity is 0, or 1. Basically the adjustment will only show up in the cart.
add_filter('woocommerce_dynamic_pricing_show_adjustments_in_shop', '__return_false');
* Update: Allow 0 based fixed prices to set the price of the product in the shop.
* Update: New filters to allow for custom taxonomy modules for processing. Used specifically for variation attribute targeting.
* Fix: Fix issue when applying special offer discounts to specific variations based on variation quantity count.
* Update: Added the ability to add a percentage greater than 100 in the order total module to add a percentage up-charge.
* Fix: Fix issue in 3.1.14 where apache was throwing headers alreay sent errors due to a space before the opening <?php tag
* Fix: Fix issue where rules were being loaded for roles other than the logged on users role.