WooCommerce Tax applies tax to shipping by default when both the store and customer addresses are in Florida. Use the woocommerce_taxjar_enable_florida_shipping_tax filter only when a tax professional has confirmed that shipping should not be taxable for the store’s delivery options.
Note:
This is a Developer level doc. If you are unfamiliar working with code and resolving potential conflicts, we recommend you work with a Woo Agency Partner for larger projects, or find a WooCommerce developer on Codeable for smaller customizations. We are unable to provide support for customizations under our Support Policy.
Disable Florida shipping tax
↑ Back to topAdd this filter to return false:
add_filter( 'woocommerce_taxjar_enable_florida_shipping_tax', '__return_false' );
The filter affects the WooCommerce Tax request only when the store address and customer address are both in Florida. Test checkout with representative Florida addresses on a staging site before using the change in production.
Questions and support
↑ Back to topSomething missing from this documentation? Still have questions and need assistance?
- If you have a question about a specific extension or theme you’d like to purchase, contact us to get answers.
- If you already purchased this product and need some assistance, get in touch with a Happiness Engineer via our support page and select this product’s name from the Product dropdown.