Avatax
//force tax calculations
add_action("wpo_before_update_cart", function($cart_data){
add_filter( 'wc_avatax_cart_needs_calculation', "__return_true");
});
//force tax calculations
add_action("wpo_before_update_cart", function($cart_data){
add_filter( 'wc_avatax_cart_needs_calculation', "__return_true");
});
Have questions? Please submit a support request. We're always happy to help!