Greek VAT & Invoices for WooCommerce
Greek VAT & Invoices for WooCommerce
Description
🇬🇷 Simple Greek VAT fields for WooCommerce checkout
Add essential Greek tax fields (ΑΦΜ, ΔΟΥ, Business Info) and Invoice/Receipt selection to your WooCommerce checkout. Clean, lightweight, and easy to use.
Key Features
- Invoice/Receipt Selection – Let customers choose between “Τιμολόγιο” or “Απόδειξη”
- VAT Number (ΑΦΜ) – Required for invoices, numeric only with 9-digit validation
- Tax Office (ΔΟΥ) – Customer’s tax office field
- Company Name – Business name for invoices
- Business Activity – Type of business activity
- Real-time Validation – Instant error messages for invalid VAT format
- Smart Field Visibility – Fields appear/hide based on invoice/receipt selection
- Uppercase Conversion – Auto-convert to CAPITALS (AADE requirement)
- Mobile Responsive – Works perfectly on all devices
WooCommerce Block (Gutenberg) Checkout Support
Full support for the new WooCommerce Block-based Checkout using the official Additional Checkout Fields API:
- Block Checkout Compatible – Works with the Gutenberg-based checkout page
- Checkout Type Selection – Choose between Classic or Block checkout in admin settings
- Field Position Control – Place invoice fields in the Contact Information or Order section
- Conditional Visibility – Invoice fields dynamically show/hide in block checkout just like classic
- Native Admin & Email Display – Fields appear automatically in order details and emails via WooCommerce’s built-in rendering
- Server-side Validation – VAT, DOY, Company, and Activity validated on the server when invoice type is selected
Admin Settings
- Enable/Disable invoice selection feature
- Checkout type: Classic checkout or Block (Gutenberg) checkout
- Field position for classic checkout (10 positions available)
- Field position for block checkout (Contact Information or Order section)
- Uppercase conversion toggle
- Beautiful, modern admin interface with gradient styling
Coming Soon Features
Future versions will include:
- 🔍 AADE Integration – Real-time VAT validation via AADE API with auto-complete
- 🇪🇺 VIES Validation – EU VAT number verification
- 📄 PDF Invoice Generation – Professional invoice PDFs with email delivery
- 💰 VAT Exemptions – Article 39α, VIES-based EU, and non-EU export exemptions
- 📊 Invoice Numbering – Automatic invoice numbering with annual counter
- 📧 Email Integration – Custom email templates and automatic sending
Support development to help prioritize these features! Donate via PayPal
Fully Translated
- Greek (Ελληνικά) – Native language support
- English – Full English translation
Privacy & Security
- No external API calls in current version
- Data stored locally in WooCommerce order meta
- GDPR compliant
- No third-party tracking
- Proper input sanitization and validation
⚠️ Important Notice
This is a free, open-source plugin provided “as is” without any warranty of any kind. By installing or updating this plugin you accept full responsibility for any outcome.
Before installing or upgrading on a live/production site:
- Always test first on a staging or clone environment — Never install or update directly on your production shop without testing first.
- Create a full backup — Back up your database and files before any plugin installation or update.
- Verify checkout functionality — After updating, place a test order to confirm everything works correctly.
The author(s) assume no liability for any issues, data loss, lost revenue, or disruptions caused by this plugin. Use at your own risk.
Developer
Theodore Sfakianakis (irmaiden)
- GitHub: https://github.com/TheoSfak
- Email: theodore.sfakianakis@gmail.com
- Donate: https://paypal.me/TheodoreSfakianakis
Support
- Bug Reports: GitHub Issues
- Questions: GitHub Discussions
- Email: theodore.sfakianakis@gmail.com
Made with ❤️ in Greece 🇬🇷
Installation
Method 1: WordPress Admin (Recommended)
- Go to Plugins Add New
- Click “Upload Plugin”
- Choose the downloaded ZIP file
- Click “Install Now”
- Activate the plugin
Method 2: FTP Upload
- Extract the ZIP file
- Upload
greek-vat-invoices-for-woocommercefolder to/wp-content/plugins/ - Go to Plugins menu and activate
After Activation
- Go to WooCommerce Settings Ελληνικά Τιμολόγια
- Enable Invoice Selection
- Select your Checkout Type (Classic or Block)
- Configure field position based on your checkout type
- Enable Uppercase Conversion (recommended for AADE compliance)
Screenshots
Faq
No, AADE credentials are not required to use the plugin. AADE integration is planned for a future version.
The plugin checks that the ΑΦΜ has the correct format — exactly 9 numeric digits — in real-time at checkout. This is a format check only: it does not confirm the number is a real, registered VAT number. The green checkmark shown at checkout means “correct format,” not “verified with AADE.” Full AADE/VIES lookup validation is planned for a future version.
Yes, fields automatically show/hide based on customer’s invoice/receipt selection. You can also control field positioning in admin settings.
The plugin uses standard WooCommerce hooks and styling, making it compatible with most themes. If you experience styling issues, please report them.
Yes, the plugin is fully compatible with WooCommerce HPOS.
Yes! Since version 1.1.0, the plugin fully supports the WooCommerce Block Checkout using the official Additional Checkout Fields API. Go to WooCommerce Settings Ελληνικά Τιμολόγια and select “Block (Checkout Block)” as checkout type.
PDF invoice generation is planned for future versions. Currently, VAT and company information is stored in order meta and visible in My Account.
Go to WooCommerce Orders, open any order, and view the VAT and business details in the order meta section.
Version 1.1.0 added WooCommerce Block Checkout support. Core functionality remains simple and lightweight. Advanced features (AADE, VIES, PDFs) are being reengineered and will be added in future updates.
You can donate via PayPal to help fund future features: https://paypal.me/TheodoreSfakianakis
Reviews
Simple and very useful for WooCommerce invoicing
By etna32 on September 10, 2026
A really simple to use and very useful plugin for adding invoicing to the WooCommerce checkout. I especially liked how the invoice data is automatically included in the order emails, so the shop owner can see it right away. Looking forward to the AADE/VIES validation being added in a future update.
Great plugin and excellent support!
By Themis Theodoridis (themisth) on September 2, 2026
The plugin works very well and it has been a great addition to our store. It’s easy to configure, reliable, and the support is excellent, very responsive and helpful.
Highly recommended!
Changelog
1.2.3 (2026-09-12)
- Fixed two PHP notices on newer WordPress/WooCommerce versions: “Function _load_textdomain_just_in_time was called incorrectly” (WordPress 6.7+) and “Function woocommerce_register_additional_checkout_field was called incorrectly” (WooCommerce 11.0+). Both traced to Block Checkout field registration running on the
woocommerce_blocks_loadedhook, which fires beforeinit; it now runs onwoocommerce_initinstead, as WooCommerce’s own guidance recommends. No functional change — fields register and behave identically, just without the notices.
1.2.2 (2026-09-10)
- Clarified the checkout ΑΦΜ “Valid” message: it now explicitly states that only the 9-digit format was checked, not that the number is a real, AADE-registered VAT number. Previously it showed a bare “Valid” for any well-formed 9-digit number, which could be read as a genuine verification.
- Updated the FAQ to state the same thing plainly for store owners evaluating the plugin.
1.2.1 (2026-09-01)
- Fixed Block Checkout: selecting “Απόδειξη” (Receipt) still required Company Name, ΑΦΜ, ΔΟΥ, and Business Activity even though those fields are correctly hidden — the customer could not complete the order
- Hardened the required-fields feature to only apply on WooCommerce 9.9.0+ (needed for per-field conditional requirements); older WooCommerce versions fall back to server-side-only enforcement instead of the client incorrectly treating fields as always required
1.2.0 (2026-08-11)
- Added per-field required/optional settings for invoice fields (Company Name, ΑΦΜ, ΔΟΥ, Business Activity) — all 4 required by default
- Fixed Block Checkout showing Company Name, ΔΟΥ, and Business Activity as “(Optional)” while the server actually required them
- Fixed the uppercase-conversion setting not being saved under the option it was read from
- Updated donate link
1.1.0 (2026-03-13)
- Added WooCommerce Block Checkout support via Additional Checkout Fields API
- Added checkout type setting (Classic / Block) in admin
- Added block checkout position setting (Contact / Order section)
- Added conditional field visibility in block checkout (show/hide based on invoice type)
- Added company name field for block checkout
- Made VAT number (ΑΦΜ) mandatory
- Block checkout fields display natively in admin orders and emails
- Improved code quality and validation
1.0.8 (2025-01-17)
- Simplified plugin for WordPress.org release
- Added real-time VAT validation (9 digits)
- Added numeric-only input filter for VAT field
- Beautified admin settings page with gradient styling
- Added author information and donate button
- Improved checkout JavaScript for better field toggle
- Enhanced mobile responsiveness
- Removed advanced features temporarily (moved to roadmap)
- Updated documentation
1.0.7
- Fixed checkout field toggle functionality
- Improved CSS styling
- Bug fixes and performance improvements
1.0.0
- Initial release
- Basic invoice/receipt selection
- Greek VAT fields (ΑΦΜ, ΔΟΥ)
- Company information fields



