WP Manifestindependent plugin directory
manifest / ecommerce / woocommerce-vatid-free

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.zip

A 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

  1. Download the ZIP file directly from GitHub
  2. Go to WordPress admin → Plugins → Add New → Upload Plugin
  3. Upload the ZIP file and click "Install Now"
  4. Activate the plugin

Method 2: Manual Upload

  1. Download the plugin files
  2. Upload to /wp-content/plugins/woocommerce-vatid-free/ directory
  3. 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