WooCommerce VATID FREE (Block & Classic)
Free plugin to accept VAT ID from customers in checkout page of WooCommerce (block or classic mode)
by Janko Metelko · github.com/invoicefox/woocommerce-vatid-free
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/invoicefox/woocommerce-vatid-free/archive/refs/heads/main.zipA simple WordPress plugin that adds a VAT Number field to WooCommerce checkout (both Classic and Block checkout types).
Features
- VAT Number field on Classic and Block checkout
- Stores VAT number in order meta as
vat_number - Displays VAT number in WooCommerce admin order view
- Includes VAT number in order confirmation emails
- Debug logging support
- Translation ready
Installation
Method 1: Direct Upload
- Download the ZIP file directly from GitHub
- Go to WordPress admin → Plugins → Add New → Upload Plugin
- Upload the ZIP file and click "Install Now"
- Activate the plugin
Method 2: Manual Upload
- Download the plugin files
- Upload to
/wp-content/plugins/woocommerce-vatid-free/directory - Activate the plugin through the WordPress admin 'Plugins' menu
Requirements
- WordPress 5.0+
- WooCommerce 6.0+
- For Block checkout: WooCommerce Blocks extension
Usage
Once activated, the VAT Number field will automatically appear on your WooCommerce checkout pages. The field is optional by default and will be saved with each order for reference.
Debug Logging
Enable WordPress debug mode (WP_DEBUG = true) to see plugin activity in your error logs.
License
GPL2