Plugin applies the fees as charge (which should not be -ve as per WooCommerce as it create issue in Tax calculation) so we do not allow -ve charge
Buy if you still want to apply -ve charge then, We have released a new version today v1.0.31 update to that and add the below line of code in your theme functions.php file that will allow the -ve fees
add_filter('pisol_cefw_allow_discount', '__return_true');
Hello,
Thanks for the update but some previous rules won’t work anymore.
Example if we want to apply fees if a product in cart is part of a certain category.
Can you reproduce?
I can send a screenshot…
Thanks
Well I think the rule “All the below rules should match” won’t work. That’s it.
Can you fix?