• Hello again,

    Negative % or fees amount doesn’t work.
    It is useful if we want offer a discount for some reasons.

    Can you please fix this?
    Thanks

    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author rajeshsingh520

    (@rajeshsingh520)

    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');
    
    
    Thread Starter bvedgie

    (@bvedgie)

    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

    Thread Starter bvedgie

    (@bvedgie)

    Well I think the rule “All the below rules should match” won’t work. That’s it.
    Can you fix?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Negative fees not working’ is closed to new replies.