Description
CartTaxify for WooCommerce lets store owners define simple, powerful tax rules based on cart value:
- Cart subtotal below the configured threshold tax rate is applied automatically.
- Cart subtotal at or above the threshold no tax (tax free).
- Each rule is tied to a specific currency, enabling true multi-currency tax logic.
- Works with any currency setup — no extra plugins required.
Key Features
- Add unlimited rules — one per currency
- Set your own threshold amount and tax rate per currency
- Optionally customize the tax label (e.g. “GST”, “VAT”)
- Clean admin UI under WooCommerce Cart Tax Rules
- Works on classic cart/checkout AND WooCommerce Block Checkout
- No billing address required — tax is based on active currency only
- Compatible with WPML + WooCommerce Multilingual, WooCommerce Payments, and most other currency plugins
- HPOS (High-Performance Order Storage) compatible
- Clean uninstall — all data removed on plugin deletion
Example
- AUD rule: threshold = $500, rate = 10%
- Customer adds $200 AUD of products 10% tax ($20) is added
- Customer adds $600 AUD of products No tax (tax free)
Multi-Currency Support
CartTaxify detects the active currency automatically and applies the matching rule. It supports WooCommerce default (single currency), WPML + WooCommerce Multilingual, WooCommerce Payments multi-currency, and most other currency switcher plugins via the standard WooCommerce currency filter.
Important: Ensure WooCommerce native tax rates are cleared (WooCommerce Settings Tax Standard Rates) to avoid double taxation.
Developer Hooks
Filter: cartfowo_fee_label
Override the tax fee label shown on cart/checkout.
apply_filters( ‘cartfowo_fee_label’, $label, $rule, $subtotal )
Filter: cartfowo_tax_amount
Override the calculated tax amount.
apply_filters( ‘cartfowo_tax_amount’, $amount, $subtotal, $rate, $rule )
Installation
- Upload the
carttaxify-for-woocommercefolder to/wp-content/plugins/. - Activate the plugin through Plugins Installed Plugins.
- Click Settings next to the plugin, or go to WooCommerce Cart Tax Rules.
- Add your tax rules and save.
FAQ
-
Does this require WPML?
-
No. CartTaxify works with WooCommerce alone or with any multi-currency plugin.
-
Does this conflict with WooCommerce built-in taxes?
-
No. CartTaxify adds tax as a cart fee, not a tax rate. Clear existing standard rates in WooCommerce Settings Tax Standard Rates to avoid double taxation.
-
Does the tax require a billing address?
-
No. Tax is based on the active currency only, not the customer location.
-
Will my rules be deleted if I deactivate the plugin?
-
No. Rules are preserved on deactivation and only removed when the plugin is deleted.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“CartTaxify for WooCommerce” adalah perisian sumber terbuka. Orang-orang berikut telah menyumbang kepada pemalam ini.
PenyumbangTranslate “CartTaxify for WooCommerce” into your language.
Berminat dalam pembangunan?
Layari kod, periksa repositori SVN, atau langgani log pembangunan dengan RSS.
Changelog
1.0.0
- Initial release.
