
Many US states hold an annual sales tax holiday — a “tax free weekend” during which certain products under a price threshold are exempt from sales tax (for example, Texas exempts qualifying items priced under $100 during its August holiday).
This plugin automates that for WooCommerce. While the promotion is enabled, on the days you select, products at or under your price cap that ship to your selected states are not charged sales tax. Everything else in the cart is taxed normally — mixed carts are handled per line item.
_rbtfw_exempt, _rbtfw_applied) so you can report on holiday sales later.wp rbtfw status and wp rbtfw check <product_id> [--state=TX] [--day=saturday] let you dry-run eligibility without waiting for the weekend.Eligible items are assigned WooCommerce’s built-in Zero rate tax class at calculation time. WooCommerce then handles mixed carts, refunds, order taxes, and tax reports natively — this plugin never performs its own totals math and never modifies your tax rate tables.
rbtfw_is_product_eligible — final say on a product’s eligibility after all built-in rules pass.rbtfw_taxable_location — override the [ country, state ] used for the destination check.rbtfw_now — override the “current” datetime (used by the WP-CLI dry-run, handy in tests).