Disable Local Taxes when using Local Pickup
-
add_filter( 'woocommerce_apply_base_tax_for_local_pickup', '__return_false' );
Hi, I have implemented the code in functions.php and it does not work. This code won’t disable tax on lockal pickup, I tried to disalbe all of the plugins on my site and it didn’t help ??
Do you know why?
What’s the difference between local taxes and regular taxes? How do I set the regular taxes to “0” for lockal pickup only?
That’s my setup:
https://peletech.ussl.shop/wp-content/uploads/2023/07/tax1.jpg
https://peletech.ussl.shop/wp-content/uploads/2023/07/tax2.jpg
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Disable Local Taxes when using Local Pickup’ is closed to new replies.