Tento BCM | Site Banner Q2 2025

Product Icon

EU VAT Number for WooCommerce

Trending
Collect VAT numbers at checkout and remove the VAT charge for eligible EU businesses.

Add hooks to the plugin / Store the VAT result as session

We had a request from a client to remove shipping when a valid VAT number is entered. We had to customise the plugin because:

1. There are no hooks available.
2. The VAT number and result of the VAT check are not stored in a session – or accessible before the checkout is complete, except in the $post data.

Would be great to store the VAT number and validity check in a session so it’s accessible elsewhere, e.g. in ‘woocommerce_package_rates’ – or add some hooks / filters to the plugin so it can be extended.

Author

Current Status

Open

Last updated: March 28, 2019

3 comments

Log in to comment on this feature request.

  1. Productlicenties says:

    Need to be able to clear the field and reset VAT!

  2. blenditdesign9 says:

    Need this also to make conditional logic on payment options

  3. Chris Eilander says:

    I prefer it if the hooks are added, that way many more extensions can be made.