This module implements requirements which allow the OXID eShop to comply with the EU regulations as specified by the EU VAT directive 1042/2013 regarding VAT for telecommunications, broadcasting and electronic services.
- b-7.2.x branch and v4.1 is compatible with OXID eShop compilation version 7.2.x
- b-7.1.x branch is compatible with OXID eShop compilation version 7.1.x
- b-7.0.x branch is compatible with OXID eShop compilation version 7.0.x
- b-6.5.x branch is compatible with OXID eShop compilation version 6.5.x
In order to install the module via composer, run one of the following commands on commandline in your shop base directory (where the shop's composer.json file resides).
- composer require oxid-esales/evat-module:^2.0 to install the released version compatible with OXID eShop Version 6
- composer require oxid-esales/evat-module:^3.0 to install the released version compatible with eShop Version 7
- composer require oxid-esales/evat-module:^4.0 to install the latest version from GitHub, compatible with eShop Version 7.1
and activate the module.
In case you are updating your module from v3.0.x (which is compatible with OXID eShop 7.0.x) to OXID eShop 7.1.x compatible module version, please run “composer require oxid-esales/evat-module ^4.0.0 --with-all-dependencies”
If you experience any bugs or issues, please report them in the section Module eVAT of https://bugs.oxid-esales.com.
The module documentation can be found on our documentation platform: https://docs.oxid-esales.com/modules/vat-tbe-services/en/latest/.
See LICENSE file for license details.