This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Woocommerce Super Simple Tax Exemption

Description

This simple plugin will update the Woocommerce checkout page totals to remove calculated taxes. Adds the user input Tax Exempt ID to the order meta for easy tracking.

Installation

  1. Upload the directory woocommerce-super-simple-tax-exempt to the /wp-content/plugins/ directory or upload the zip file using the ‘Uploads’ feature in the Plugins dashboard.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

I don’t see the checkout page totals updating. What am I missing?

This could be many things. What stumped me at first, was that all the fields needs to be completed before the checkout page will calculate anything. Make sure that Tax Exempt ID has something in it. If none of these work, double-check your tax settings in Woocommerce.

Reviews

September 3, 2016
The plugin does what says, nothing more. That's good for me. There are some small js problems (fixed by this fork). Would be nice to have some conditional options (like user country) to choose if show or not the exemption fields.
September 3, 2016
For me this plugin works just as described. There are a few minor Javascript Issues (with opening / closing the tax exempt Field and reloading the prices), which I fixed myself. I also added Translation + online check of VAT ID with http://vatid.eu/check/ (I think this is only relevant for Europe...) Here's my fork, if anybody is interested: https://github.com/seangreen/woocommerce-super-simple-tax-exempt-plugin
Read all 6 reviews

Contributors & Developers

“Woocommerce Super Simple Tax Exemption” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0

  • First version. Woot!

1.1

  • Fixed Woocommerce detection

1.2

  • Fixed Tax ID Order Meta (Woocommerce now uses get_post_meta)

1.3

  • Fixed order processing error. Updated donation URL.