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"); }); |
Have questions? Please submit a support request. We're always happy to help!