vendic/hyva-checkout-eu-vat-id-format-validator

This Magento 2 extension validates the syntax of the VAT ID in the Hyvä checkout for EU countries

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:magento2-module

1.0.0 2024-09-27 11:46 UTC

This package is auto-updated.

Last update: 2024-09-27 11:51:09 UTC


README

Note: This module only validates the syntax of the VAT ID. It does not perform a VIES check to verify the validity of the VAT number.

For VIES validation, we recommend using the Geissweb EU VAT Enhanced for Magento 2 extension, along with the Hyvä Checkout Geissweb EU VAT Compatibility Module. Both extensions are required for full Hyvä Checkout compatibility.

This extension is designed to function alongside those extensions to ensure that a client cannot checkout with an incorrectly formatted VAT ID. This feature can be particularly useful for B2B projects.

Features

  • VAT ID syntax validation for EU member states
  • Easily translatable error messages
  • Hyvä-compatible validation rules
  • Non-EU countries bypass validation (always return true)

Installation

1. Prerequisites

Before you install this extension, make sure you have the following installed:

2. Install via Composer

To install this extension, run the following commands in your Magento 2 root directory:

composer require vendic/hyva-checkout-eu-vat-id-format-validator
bin/magento setup:upgrade

Configuration

No configuration is needed. The extension will automatically validate the VAT ID during checkout in the Hyvä Checkout form. The validation is based on the country selected in the checkout form.

Contributing

We welcome contributions to improve this extension. Feel free to open issues or submit pull requests via the GitHub issues.

License

This project is licensed under the MIT License. See the LICENSE file for details.