This is an add-on package to the LokiCheckout. It is a custom module, used in a specific scenario: To give a warning to shoppers when they enter a VAT ID while they actually should not. For instance, in a Dutch shop a Dutch customer does not need to enter a VAT ID. But, if a Dutch shop a German customer enters a company value, then entering a valid EU VAT ID is most likely a good idea. This module adds warnings depending upon the right circumstances.
Install this package via composer (assuming you have setup the composer.yireo.com
repository correctly already):
composer require yireo/magento2-loki-checkout-eu-vat-warning
Next, enable this module:
bin/magento module:enable Yireo_LokiCheckoutEuVatWarning
For getting support, create an Issue under the following project URL:
https://gitlab.yireo.com/loki-checkout/Yireo_LokiCheckoutEuVatWarning
The following LokiComponents are created or references in this module:
loki-checkout.shipping.address.eu_vat_warning
loki-checkout.shipping.address.country_id
loki-checkout.shipping.address.company
loki-checkout.shipping.address.vat_id
loki-checkout.billing.address.eu_vat_warning
loki-checkout.billing.address.country_id
loki-checkout.billing.address.company
loki-checkout.billing.address.vat_id
The following dependencies are declared in the module its `etc/module.xml` file:
Yireo_LokiCheckout
Yireo_LokiCheckoutEuVatWarning
yireo/magento2-loki-checkout-eu-vat-warning
magento/framework: ^103.0
yireo/magento2-loki-checkout: ~0.0
dev-main | 27 March 2025 |
0.0.3 | 11 March 2025 |
0.0.2 | 11 March 2025 |
0.0.1 | 26 February 2025 |