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: Only show adjustments in the shop for advanced category rules when the product is in both the categories to count as well as the categories to adjust.
* Fix: Correct issue with discounts being show in the shop when minimum quantity was not reached.
* 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.