Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
JoryHogeveen committed Dec 21, 2023
2 parents 50d66f3 + 224ec6c commit 9082247
Show file tree
Hide file tree
Showing 7 changed files with 331 additions and 235 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ If a customer is not from the EU, nothing will happen.
If a customer is from the same country as your shop, nothing will happen.
This module is made according to the european intra-Community supply rules.

## Requirements

- [SOAP PHP extension](https://www.php.net/manual/en/book.soap.php)

---

Feel free to update / add functions to the module.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>vatchecker</name>
<displayName><![CDATA[Vat Checker]]></displayName>
<version><![CDATA[1.0.0]]></version>
<version><![CDATA[2.0.3]]></version>
<description><![CDATA[Check if a customers VAT number is valid and gives the customer 0 tax if the customer is not in from country.]]></description>
<author><![CDATA[Inform-All]]></author>
<tab><![CDATA[billing_invoicing]]></tab>
Expand Down
9 changes: 9 additions & 0 deletions translations/es.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

global $_MODULE;
$_MODULE = array();
$_MODULE['<{vatchecker}prestashop>vatchecker_48632718301f88aa265f71cdebc9cb45'] = 'Seleccione un país de la UE';
$_MODULE['<{vatchecker}prestashop>vatchecker_1e1a3efdfb933ee704fa6fb3c82723e5'] = 'Proporcione un número de IVA';
$_MODULE['<{vatchecker}prestashop>vatchecker_59777e0761f661b4683759f870443e77'] = 'Formato de número de IVA no válido';
$_MODULE['<{vatchecker}prestashop>vatchecker_8c53573542f636780754a08bdaf81442'] = 'Este no es un número de IVA reconocido';
$_MODULE['<{vatchecker}prestashop>vatchecker_1c777bdd56e6da3b27bf1f6ddf6d64eb'] = 'El servidor EU VIES no responde';
9 changes: 9 additions & 0 deletions translations/fr.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

global $_MODULE;
$_MODULE = array();
$_MODULE['<{vatchecker}prestashop>vatchecker_48632718301f88aa265f71cdebc9cb45'] = 'Veuillez sélectionner un pays de l\'UE';
$_MODULE['<{vatchecker}prestashop>vatchecker_1e1a3efdfb933ee704fa6fb3c82723e5'] = 'Veuillez fournir un numéro de TVA';
$_MODULE['<{vatchecker}prestashop>vatchecker_59777e0761f661b4683759f870443e77'] = 'Format du numéro de TVA non valide';
$_MODULE['<{vatchecker}prestashop>vatchecker_8c53573542f636780754a08bdaf81442'] = 'Il ne s\'agit pas d\'un numéro de TVA reconnu';
$_MODULE['<{vatchecker}prestashop>vatchecker_1c777bdd56e6da3b27bf1f6ddf6d64eb'] = 'Le serveur VIES de l\'UE ne répond pas';
9 changes: 9 additions & 0 deletions translations/it.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

global $_MODULE;
$_MODULE = array();
$_MODULE['<{vatchecker}prestashop>vatchecker_48632718301f88aa265f71cdebc9cb45'] = 'Selezionare un paese dell\'UE';
$_MODULE['<{vatchecker}prestashop>vatchecker_1e1a3efdfb933ee704fa6fb3c82723e5'] = 'Indicare il numero di partita IVA';
$_MODULE['<{vatchecker}prestashop>vatchecker_59777e0761f661b4683759f870443e77'] = 'Formato del numero di partita IVA non valido';
$_MODULE['<{vatchecker}prestashop>vatchecker_8c53573542f636780754a08bdaf81442'] = 'La partita IVA non è riconosciuta';
$_MODULE['<{vatchecker}prestashop>vatchecker_1c777bdd56e6da3b27bf1f6ddf6d64eb'] = 'Il server VIES dell\'UE non risponde';
9 changes: 9 additions & 0 deletions translations/pl.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

global $_MODULE;
$_MODULE = array();
$_MODULE['<{vatchecker}prestashop>vatchecker_48632718301f88aa265f71cdebc9cb45'] = "Proszę wybrać kraj UE";
$_MODULE['<{vatchecker}prestashop>vatchecker_1e1a3efdfb933ee704fa6fb3c82723e5'] = "Proszę podać numer VAT";
$_MODULE['<{vatchecker}prestashop>vatchecker_59777e0761f661b4683759f870443e77'] = "Nieprawidłowy format numeru VAT";
$_MODULE['<{vatchecker}prestashop>vatchecker_8c53573542f636780754a08bdaf81442'] = "To nie jest uznany numer VAT";
$_MODULE['<{vatchecker}prestashop>vatchecker_1c777bdd56e6da3b27bf1f6ddf6d64eb'] = "Serwer EU VIES nie odpowiada";
Loading

0 comments on commit 9082247

Please sign in to comment.