Avatax
1 2 3 4 |
//force tax calculations add_action("wpo_before_update_cart", function($cart_data){ add_filter( 'wc_avatax_cart_needs_calculation', "__return_true"); }); |
1 2 3 4 |
//force tax calculations add_action("wpo_before_update_cart", function($cart_data){ add_filter( 'wc_avatax_cart_needs_calculation', "__return_true"); }); |
Please submit a support request. We are always happy to assist you!