Mô tả
Adds a VAT field to the WooCommerce checkout page (both classic and blocks). Validates the entered VAT number using the Zebby VAT API (https://api.zebby.io) and displays the result. Optionally allows for VAT exemption based on validation status and country rules.
Features:
* Adds VAT field to classic & block checkout.
* Real-time validation via AJAX (configurable).
* Displays validation success/failure/error messages.
* Displays company name if provided by API.
* Configurable API key and endpoint URL.
* Option to enforce VAT field requirement.
* Option to enable automatic VAT exemption for valid numbers in specific countries.
* Dedicated settings page.
* Debug logging option.
Data Sent to Zebby API
This plugin sends the following data to the Zebby VAT API for validation purposes:
– VAT number (required for validation)
– Country code (to determine applicable VAT rules)
– (Optionally) Company name, if provided by the user
This data is used solely to validate the VAT number and determine VAT exemption eligibility during checkout. No other personal or sensitive data is sent.
Cài đặt
- Upload the
zebby-vat-validationfolder to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to the ‘Zebby VAT’ settings page in the WordPress admin menu.
- Enter your Zebby VAT API Key (
x-api-key) obtained from Zebby. - Configure other settings as needed.
Hỏi đáp
-
Where do I get an API key?
You need to obtain an API key from Zebby. -
Does this work with the new block-based checkout?
Yes, support for the block-based checkout is included.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Zebby VAT Validation for WooCommerce” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Zebby VAT Validation for WooCommerce” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
2.0.1
- Fixed WordPress security issues including nonce verification, input sanitization, and output escaping.
- Improved internationalization with proper numbered placeholders.
- Enhanced security for AJAX handlers and form submissions.
- Fixed development function usage in production code.
2.0.0
- Major security and compatibility improvements.
- Enhanced VAT validation and exemption logic.
- Improved admin interface and error handling.
0.1.0
- Initial release.