Inform-All Posted July 28, 2022 Share Posted July 28, 2022 (edited) This module is all you need for intra-Community supply orders. The module does the following: Automatically checks an VAT number for delivery address Checks if it's a valid VAT number on the official VIES database Gives 0% tax if a VAT is verified Properly adds the 0% tax on the invoice Allows you to disable 0% for specific products In the settings of the module you fill in your companies Origin Country. Because you can't ship with 0% tax in the same country your company is based. Every order is checked for their shipping address, NOT the invoice address. Since the VIES database has some reoccurring offline time, there is an option in how to handle this. Prestashop 1.7 & 8 Download: vatchecker.zip Got any ideas or updates? Feel free to commit on GIT. Latest minor version release: 2.1.2 Like my work? Consider donating here. Edited June 21 by Inform-All typo (see edit history) 5 1 Link to comment Share on other sites More sharing options...
WorDym Posted August 4, 2022 Share Posted August 4, 2022 Looks like it works great so far! I'd just like to ask - am I just blind, or is the phrase "EU VIES server not responding" not available for translation in the administration? Link to comment Share on other sites More sharing options...
Inform-All Posted August 8, 2022 Author Share Posted August 8, 2022 On 8/4/2022 at 8:16 AM, WorDym said: Looks like it works great so far! I'd just like to ask - am I just blind, or is the phrase "EU VIES server not responding" not available for translation in the administration? The translation should just be there. International > Translations > Translation of modules > Vat Checker > your language Link to comment Share on other sites More sharing options...
WorDym Posted August 10, 2022 Share Posted August 10, 2022 Yes, I checked the traslation settings, but still can't see the phrase "EU VIES server not responding" over there in either "vatchecker" category or "configure". Link to comment Share on other sites More sharing options...
Inform-All Posted August 11, 2022 Author Share Posted August 11, 2022 On 8/10/2022 at 7:08 AM, WorDym said: Yes, I checked the traslation settings, but still can't see the phrase "EU VIES server not responding" over there in either "vatchecker" category or "configure". That is actually really weird. I've tested it in multiple stores, and it always in the list of your screenshot. Please reinstall the module to check if that helps. Link to comment Share on other sites More sharing options...
nailandlash Posted August 24, 2022 Share Posted August 24, 2022 Hi, is there any option to have it for 1.6.1? Thanks!! Link to comment Share on other sites More sharing options...
Inform-All Posted September 6, 2022 Author Share Posted September 6, 2022 On 8/24/2022 at 11:57 AM, nailandlash said: Hi, is there any option to have it for 1.6.1? Thanks!! No, and i won't make new modules for PS1.6. 1 Link to comment Share on other sites More sharing options...
Hart Posted October 13, 2022 Share Posted October 13, 2022 (edited) private $euVatFormats = array( 'AT' => '(AT)?U[0-9]{8}', # Austria 'BE' => '(BE)?0[0-9]{9}', # Belgium 'BG' => '(BG)?[0-9]{9,10}', # Bulgaria 'CY' => '(CY)?[0-9]{8}[A-Z]', # Cyprus 'CZ' => '(CZ)?[0-9]{8,10}', # Czech Republic 'DE' => '(DE)?[0-9]{9}', # Germany 'DK' => '(DK)?[0-9]{8}', # Denmark 'EE' => '(EE)?[0-9]{9}', # Estonia 'GR' => '(EL)?[0-9]{9}', # Greece 'ES' => '(ES)?[A-Z][0-9]{7}(?:[0-9]|[A-Z])', # Spain 'FI' => '(FI)?[0-9]{8}', # Finland 'FR' => '(FR)?[0-9A-Z]{2}[0-9]{9}', # France //'GB' => '(GB)?([0-9]{9}([0-9]{3})?|[A-Z]{2}[0-9]{3})', # United Kingdom // Brexit! 'HR' => '(HR)?[0-9]{11}', # Croatia 'HU' => '(HU)?[0-9]{8}', # Hungary 'IE' => '(IE)?[0-9]{7}[A-Z]{1,2}', # Ireland 'IE2' => '(IE)?[0-9][A-Z][0-9]{5}[A-Z]', # Ireland (2) 'IT' => '(IT)?[0-9]{11}', # Italy 'LT' => '(LT)?([0-9]{9}|[0-9]{12})', # Lithuania 'LU' => '(LU)?[0-9]{8}', # Luxembourg 'LV' => '(LV)?[0-9]{11}', # Latvia 'MT' => '(MT)?[0-9]{8}', # Malta 'NL' => '(NL)?[0-9]{9}B[0-9]{2}', # Netherlands 'PL' => '(PL)?[0-9]{10}', # Poland 'PT' => '(PT)?[0-9]{9}', # Portugal 'RO' => '(RO)?[0-9]{2,10}', # Romania 'SE' => '(SE)?[0-9]{12}', # Sweden 'SI' => '(SI)?[0-9]{8}', # Slovenia 'SK' => '(SK)?[0-9]{10}', # Slovakia ); in this list missing XI that is North Ireland and IE2 what is it? Quote As of 01/01/2021, the VoW service to validate UK (GB) VAT numbers ceased to exist while a new service to validate VAT numbers of businesses operating under the Protocol on Ireland and Northern Ireland appeared. These VAT numbers are starting with the “XI” prefix, which may be found in the “Member State / Northern Ireland” drop down under the new entry “XI-Northern Ireland”. Moreover, any quote of “Member State” is replaced by “Member State / Northern Ireland” and any quote of “MS” is replaced by “MS / XI”. All traders seeking to validate UK (GB) VAT numbers may address their request to the UK Tax Administration. https://ec.europa.eu/taxation_customs/vies/#/vat-validation XI has same VAT syntax of GB VAT: (XI)?([0-9]{9}([0-9]{3})?|[A-Z]{2}[0-9]{3}) please avoid the VIES check if the VAT code is in the same country of the Shop. Edited October 13, 2022 by Hart (see edit history) Link to comment Share on other sites More sharing options...
Ritter Posted November 29, 2022 Share Posted November 29, 2022 The module also works in PS 8.0.0. 👍 2 Link to comment Share on other sites More sharing options...
Ritter Posted December 16, 2022 Share Posted December 16, 2022 I get the following message when calling up e.g. the shopping cart: Unknown error in Zeile 719 der Datei /is/htdocs/wp1131087_P0JXD1MK8I/www/shop/modules/vatchecker/vatchecker.php [8192] ltrim(): Passing null to parameter #1 ($string) of type string is deprecated Unknown error in Zeile 719 der Datei /is/htdocs/wp1131087_P0JXD1MK8I/www/shop/modules/vatchecker/vatchecker.php [8192] ltrim(): Passing null to parameter #1 ($string) of type string is deprecated There have been no changes to the vatchecker. php Link to comment Share on other sites More sharing options...
Inform-All Posted December 16, 2022 Author Share Posted December 16, 2022 45 minutes ago, Ritter said: I get the following message when calling up e.g. the shopping cart: Unknown error in Zeile 719 der Datei /is/htdocs/wp1131087_P0JXD1MK8I/www/shop/modules/vatchecker/vatchecker.php [8192] ltrim(): Passing null to parameter #1 ($string) of type string is deprecated Unknown error in Zeile 719 der Datei /is/htdocs/wp1131087_P0JXD1MK8I/www/shop/modules/vatchecker/vatchecker.php [8192] ltrim(): Passing null to parameter #1 ($string) of type string is deprecated There have been no changes to the vatchecker. php Has been bug fixed on git. Link to comment Share on other sites More sharing options...
Ritter Posted December 16, 2022 Share Posted December 16, 2022 Thanks 🙂 Link to comment Share on other sites More sharing options...
Ritter Posted January 2, 2023 Share Posted January 2, 2023 There is a problem with the VATChecker, the entered gross price suddenly is not accepted and strange behavior when changing the tax rule. Shop country: Germany, VAT 19% Uninstalled and reinstalled modules VATChecker, changed vatchecker.php as described on Github. Link to comment Share on other sites More sharing options...
Inform-All Posted January 4, 2023 Author Share Posted January 4, 2023 On 1/2/2023 at 3:48 PM, Ritter said: There is a problem with the VATChecker, the entered gross price suddenly is not accepted and strange behavior when changing the tax rule. Shop country: Germany, VAT 19% Uninstalled and reinstalled modules VATChecker, changed vatchecker.php as described on Github. This bug is not related to the vat checker module. The moment you edit your tax incl price it should also edit the tax excl price. You have a different module/edit because your price edit display page is not the Prestashop's default. And besides that the Vatchecker module does not interfere with the product edit pages. Link to comment Share on other sites More sharing options...
Ritter Posted January 5, 2023 Share Posted January 5, 2023 Thank you for the information. Prestashop runs with the default theme and settings, only VAT Checker is installed as third-party module. Presta is present on the European market, so I expected that the different VAT rates would incorporated in PS 8 - this is unfortunately not the case, a thrid-party module is nessesary . Since it is not due to the VAT checker module, I am opening a new thread with the problem of incorrectly gross prices by saving. Link to comment Share on other sites More sharing options...
Hart Posted January 24, 2023 Share Posted January 24, 2023 I've found 2 bugs, please take a look to the github ticket i opened: https://github.com/NKoonen/vatchecker/issues/27 Link to comment Share on other sites More sharing options...
Hart Posted January 24, 2023 Share Posted January 24, 2023 there is something i don't understand here on this code (override) in your module class TaxRulesTaxManager extends TaxRulesTaxManagerCore { /** * Return the tax calculator associated to this address. * * @return TaxCalculator */ public function getTaxCalculator() { static $tax_enabled = null; if ( isset( $this->tax_calculator ) ) { return $this->tax_calculator; } if ( null === $tax_enabled ) { $tax_enabled = Configuration::get( 'PS_TAX' ); } if ( $tax_enabled && $this->address ) { /** @var Vatchecker $vatchecker */ $vatchecker = Module::getInstanceByName('vatchecker'); if ( $vatchecker && $vatchecker->canOrderWithoutVat( $this->address ) ) { // Disable TAX. $tax_enabled = false; } } if ( ! $tax_enabled ) { return new TaxCalculator( array() ); } return parent::getTaxCalculator(); } } in BO config of the module you can select countries from EU where you can order without VAT (based on the note here) Looking inside the code if i disable a country TAXATION is not applied? Was mopre logical instead that if i dsable Spain flag in config i can order from there only if the customer as a VALID VAT number, because the UX and the message seems to indicate that i will forcing only VAT purcasing not liek i see in the code that is added or not the tax. There is something i still misunderstanding here? Thanks! Link to comment Share on other sites More sharing options...
Inform-All Posted January 25, 2023 Author Share Posted January 25, 2023 20 hours ago, Hart said: there is something i don't understand here on this code (override) in your module class TaxRulesTaxManager extends TaxRulesTaxManagerCore { /** * Return the tax calculator associated to this address. * * @return TaxCalculator */ public function getTaxCalculator() { static $tax_enabled = null; if ( isset( $this->tax_calculator ) ) { return $this->tax_calculator; } if ( null === $tax_enabled ) { $tax_enabled = Configuration::get( 'PS_TAX' ); } if ( $tax_enabled && $this->address ) { /** @var Vatchecker $vatchecker */ $vatchecker = Module::getInstanceByName('vatchecker'); if ( $vatchecker && $vatchecker->canOrderWithoutVat( $this->address ) ) { // Disable TAX. $tax_enabled = false; } } if ( ! $tax_enabled ) { return new TaxCalculator( array() ); } return parent::getTaxCalculator(); } } in BO config of the module you can select countries from EU where you can order without VAT (based on the note here) Looking inside the code if i disable a country TAXATION is not applied? Was mopre logical instead that if i dsable Spain flag in config i can order from there only if the customer as a VALID VAT number, because the UX and the message seems to indicate that i will forcing only VAT purcasing not liek i see in the code that is added or not the tax. There is something i still misunderstanding here? Thanks! I responded on Git Link to comment Share on other sites More sharing options...
Serdar Hakan Posted January 26, 2023 Share Posted January 26, 2023 Doesn't work in version 1.7.8 Link to comment Share on other sites More sharing options...
Inform-All Posted January 26, 2023 Author Share Posted January 26, 2023 (edited) On 1/26/2023 at 2:55 PM, Serdar Hakan said: Doesn't work in version 1.7.8 It does work on PS.1.7.8 please send me a PM with details. * edit: problem fixed. Edited January 30, 2023 by Inform-All (see edit history) Link to comment Share on other sites More sharing options...
Shin_P Posted January 30, 2023 Share Posted January 30, 2023 Hi, I just installed your module on my 1.7.8.8 and it gives me an errror when debug is ON I'm afraid I can't give you access, because I'm working on localhost PS: thank you for bringing back this feature free of charge, really appreciate it Link to comment Share on other sites More sharing options...
Inform-All Posted January 30, 2023 Author Share Posted January 30, 2023 1 hour ago, Shin_P said: Hi, I just installed your module on my 1.7.8.8 and it gives me an errror when debug is ON I'm afraid I can't give you access, because I'm working on localhost PS: thank you for bringing back this feature free of charge, really appreciate it What PHP version are you using? Are you sure you can do a Soap call to the external VIES database? It's a rather odd error message, please send me a DM if you need more help. Link to comment Share on other sites More sharing options...
Shin_P Posted January 31, 2023 Share Posted January 31, 2023 well it doesnt matter. on production seems to be working: debug is off and that was just a notice right? not an error, so nothing to worry about I hope i also turned off the "Validation required" option and it works great, I will validate manually thank you again, coffee is on me this morning ☕ 🤪 1 Link to comment Share on other sites More sharing options...
gs2k Posted February 7, 2023 Share Posted February 7, 2023 Hello I have such a problem using a module in one page checkout. When I go to the checkout is OK, the VATchecker module works OK. But when I click the save personal data button, the module freezes, the testing bar does not appear and the error messages VAT number etc. are not displayed. I have consulted with the manufacturer of The Checkout module and determined that quotes "Vatchecker module is using 'token', and it seems that when user account is saved, token changes, but vatchecker script does not update it and uses old token and (I'm guessing) when token is not valid, it doesn't return any value. See where token is used in vatchecker's JS: " Anyone have any idea? Regards Gregory Link to comment Share on other sites More sharing options...
AcidLava Posted February 19, 2023 Share Posted February 19, 2023 Hello, I have downloaded vatchecker-master.zip on github but set-up don't work. Prestashop tell me that something goes wrong and that it doesn't seem like a module. I'm on 1.7.8.5, did I missed something ? Thanks. Link to comment Share on other sites More sharing options...
Inform-All Posted February 20, 2023 Author Share Posted February 20, 2023 13 hours ago, AcidLava said: Hello, I have downloaded vatchecker-master.zip on github but set-up don't work. Prestashop tell me that something goes wrong and that it doesn't seem like a module. I'm on 1.7.8.5, did I missed something ? Thanks. The zip file needs the exact same name as the module. So rename the zip to vatchecker.zip and you should be fine. (or download the zip in the first post of this forum topic) Link to comment Share on other sites More sharing options...
AcidLava Posted February 20, 2023 Share Posted February 20, 2023 (edited) Thanks for your reply. It doesn't work with the GitHub version even with the right name. I couldn't download the first post .zip yesterday but here it works. I'd like to know if, as a french shop, there is a way to make it works for french users as they are EU and selected in "Enabled EU countries" ? I still got taxes for them. Edited February 20, 2023 by AcidLava (see edit history) Link to comment Share on other sites More sharing options...
Inform-All Posted February 20, 2023 Author Share Posted February 20, 2023 2 minutes ago, AcidLava said: Thanks for your reply. It doesn't work with the GitHub version even with the right name. I couldn't download the first post .zip yesterday but here it works. I'd like to know if, as a french shop, there is a way to make it works for french users as they are EU and selected in "Enabled EU countries" ? I still got taxes for them. Yeah that is possible! In the module you select Origin Country: France. This means, French people will always pay tax. Link to comment Share on other sites More sharing options...
AcidLava Posted February 20, 2023 Share Posted February 20, 2023 Shouldn't they don't pay taxes as the others ? Thanks. Link to comment Share on other sites More sharing options...
Inform-All Posted February 20, 2023 Author Share Posted February 20, 2023 6 minutes ago, AcidLava said: Shouldn't they don't pay taxes as the others ? Thanks. Nope. Inside your own country you are now allowed to have a intra-Community supply. Inside your own country you have a add the tax to the invoice. (No idea why, but this is the European law) Link to comment Share on other sites More sharing options...
AcidLava Posted February 20, 2023 Share Posted February 20, 2023 I had serious doubts about this, many thanks. Nice module by the way ! Best regards. Link to comment Share on other sites More sharing options...
yurda Posted March 9, 2023 Share Posted March 9, 2023 Hello and thank you for this module. I have been using and it works well, but recently I have issues when I try to modify stocks in my backoffice. I have this message: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND id_country = 74 AND vat_number = ''' at line 3 SELECT * FROM ps_vatchecker WHERE id_address = AND id_country = 74 AND vat_number = '' I have to dissable the module to modify stocks or prices and then enable the module again. Please let me know if there is a solution to this problem. Link to comment Share on other sites More sharing options...
Inform-All Posted March 9, 2023 Author Share Posted March 9, 2023 2 hours ago, yurda said: Hello and thank you for this module. I have been using and it works well, but recently I have issues when I try to modify stocks in my backoffice. I have this message: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND id_country = 74 AND vat_number = ''' at line 3 SELECT * FROM ps_vatchecker WHERE id_address = AND id_country = 74 AND vat_number = '' I have to dissable the module to modify stocks or prices and then enable the module again. Please let me know if there is a solution to this problem. Hmm.. odd, could you let me know (maybe in debug mode) what file this error is from? If you are worried about personal data, send a PM. Link to comment Share on other sites More sharing options...
yurda Posted March 10, 2023 Share Posted March 10, 2023 Thank you for your quick response. By some reason, my presta was in debug mode and it caused the issue. Sorry for that. Link to comment Share on other sites More sharing options...
JacekSos Posted March 15, 2023 Share Posted March 15, 2023 (edited) Where can I find current vatchecker.zip module? Could you post its current version in this thread? If I try to upload vatchecker-master.zip from github the enclosed requester (Oops... Upload failed.) always appears. vatchecker-master.zip Edited March 16, 2023 by JacekSos (see edit history) Link to comment Share on other sites More sharing options...
walala Posted June 1, 2023 Share Posted June 1, 2023 Thanks for your module and we use and works perfect for new customer whern are registered with VAT. But since 1.6 version we have some customers with valid VAT using old native module for that. And when old customers order now in our new version (1.7.8.6) orders show tax again. There are any solution for old customers and remove again taxes? How can do it your module for apply this changes to our old customers? Regards Link to comment Share on other sites More sharing options...
Inform-All Posted June 1, 2023 Author Share Posted June 1, 2023 3 hours ago, walala said: Thanks for your module and we use and works perfect for new customer whern are registered with VAT. But since 1.6 version we have some customers with valid VAT using old native module for that. And when old customers order now in our new version (1.7.8.6) orders show tax again. There are any solution for old customers and remove again taxes? How can do it your module for apply this changes to our old customers? Regards This can be done in the database. But this will be a manual job and probably allot of work. You would have to fill in "ps_vatchecker". Other option would be to temporarily check if the default address is VAT valid upon login of a customer. But this is also custom job. Link to comment Share on other sites More sharing options...
b3dpit Posted June 12, 2023 Share Posted June 12, 2023 I have same problem. When I try to upload the module always (Oops... Upload failed.) appears. Where I can find latest version Link to comment Share on other sites More sharing options...
Inform-All Posted June 13, 2023 Author Share Posted June 13, 2023 23 hours ago, b3dpit said: I have same problem. When I try to upload the module always (Oops... Upload failed.) appears. Where I can find latest version This is the latest version (still). Please enable Prestashop's Debug mode, and share your error. Link to comment Share on other sites More sharing options...
gtnic Posted June 14, 2023 Share Posted June 14, 2023 I have the same problem / oops... what version of php do i need ? and is the module the git zip file ? thanks Link to comment Share on other sites More sharing options...
Inform-All Posted June 14, 2023 Author Share Posted June 14, 2023 3 hours ago, gtnic said: I have the same problem / oops... what version of php do i need ? and is the module the git zip file ? thanks The module is in the first post of this forum topic. I just tested it's working on the latest PS version to. So everything above Prestashop 1.6 should work just fine! Please enable debug mode and share your error. Because i can't really help with more info. Link to comment Share on other sites More sharing options...
gtnic Posted June 14, 2023 Share Posted June 14, 2023 It doesn't work . i already have the VAT . VIES is working , VAT num is ok .. but still having VAT on the invocie Link to comment Share on other sites More sharing options...
Inform-All Posted June 15, 2023 Author Share Posted June 15, 2023 12 hours ago, gtnic said: It doesn't work . i already have the VAT . VIES is working , VAT num is ok .. but still having VAT on the invocie And the order is not from your set origin country? And your overrides are enabled? (you could send backoffice credentials in a private message, i could check) Link to comment Share on other sites More sharing options...
Guillermo80 Posted July 19, 2023 Share Posted July 19, 2023 (edited) I install the module and when i tried we have the issue that you can find below. any idea how resolve? PRESTASHOP V. 1.7.8.9 PHP V. 7.4.3 Edited July 19, 2023 by Guillermo80 (see edit history) Link to comment Share on other sites More sharing options...
Inform-All Posted July 20, 2023 Author Share Posted July 20, 2023 20 hours ago, Guillermo80 said: I install the module and when i tried we have the issue that you can find below. any idea how resolve? PRESTASHOP V. 1.7.8.9 PHP V. 7.4.3 It looks like your debug mode was enabled while the official VIES database was offline. Please disable debug mode and try again. (and maybe check if your Prestashop hosting has permission to make a external connection to the VIES database) Link to comment Share on other sites More sharing options...
Guillermo80 Posted July 20, 2023 Share Posted July 20, 2023 (edited) 1 hour ago, Inform-All said: It looks like your debug mode was enabled while the official VIES database was offline. Please disable debug mode and try again. (and maybe check if your Prestashop hosting has permission to make a external connection to the VIES database) thank,s you are rigth i had the debug mode on Thank you so much for share us this module. Edited July 20, 2023 by Guillermo80 (see edit history) Link to comment Share on other sites More sharing options...
Inform-All Posted August 24, 2023 Author Share Posted August 24, 2023 Just added an extra option to optionally add the validated customer to a customer group. 1 Link to comment Share on other sites More sharing options...
AnnikaSMD Posted September 15, 2023 Share Posted September 15, 2023 Hello, Thank you for your hard work and effort in creating this module. I need some help, please. Unfortunately, I cannot get the module to work. A message is always displayed that the server is unavailable - "EU VIES server not responding." I tried replacing the address with a test one in the vatchecker.php file:https://ec.europa.eu/taxation_customs/vies/checkVatTestService.wsdl With a test server, all test requests pass (for example, EE100, IT200, IT400), but all VAT numbers are accepted as valid, although IT200 and IT400 should not be accepted as valid numbers. When i try to set a real VAT number while working with a test server, it is displayed as unavailable with the same message (as it should be). But with the real server https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl it never worked - it’s always “EU VIES server not responding”. Maybe you have any idea what the reason is? What else should I check or configure to make it work? Version PrestaShop is 8.1.1 Link to comment Share on other sites More sharing options...
Inform-All Posted September 15, 2023 Author Share Posted September 15, 2023 2 hours ago, AnnikaSMD said: Hello, Thank you for your hard work and effort in creating this module. I need some help, please. Unfortunately, I cannot get the module to work. A message is always displayed that the server is unavailable - "EU VIES server not responding." I tried replacing the address with a test one in the vatchecker.php file:https://ec.europa.eu/taxation_customs/vies/checkVatTestService.wsdl With a test server, all test requests pass (for example, EE100, IT200, IT400), but all VAT numbers are accepted as valid, although IT200 and IT400 should not be accepted as valid numbers. When i try to set a real VAT number while working with a test server, it is displayed as unavailable with the same message (as it should be). But with the real server https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl it never worked - it’s always “EU VIES server not responding”. Maybe you have any idea what the reason is? What else should I check or configure to make it work? Version PrestaShop is 8.1.1 Please check if your server allows external api calls. And test if your server ip has not been blocked by the VIES database (after to many attemps in 1 minute) Link to comment Share on other sites More sharing options...
AnnikaSMD Posted September 20, 2023 Share Posted September 20, 2023 On 9/15/2023 at 10:00 PM, Inform-All said: Please check if your server allows external api calls. And test if your server ip has not been blocked by the VIES database (after to many attemps in 1 minute) Thank you for support. Finally i have managed to find out the cause of the problem - the SOAP library was not installed in PHP. After installing the library, everything is ok. Link to comment Share on other sites More sharing options...
peppezic Posted September 26, 2023 Share Posted September 26, 2023 (edited) Hi there, I downloaded your module zip file from github and I would be happy to test out your module but on my PS 1.7.8.8 it always shows "Oops... Upload failed" pop-up. The popup appears both on my test env where I have debug mode enabled and live env where no debug is enabled. this is the detailed popup output: I also tried by renaming vatchecker-master.zip to vatchecker.zip but same result. Any help would be appreciated. Edited September 26, 2023 by peppezic (see edit history) Link to comment Share on other sites More sharing options...
Inform-All Posted September 26, 2023 Author Share Posted September 26, 2023 Hi, You should not only rename the zip. First unzip the file from Github, then rename the folder vatchecker and then zip that. Or simply download the file from the first post. Link to comment Share on other sites More sharing options...
peppezic Posted September 27, 2023 Share Posted September 27, 2023 (edited) 15 hours ago, Inform-All said: Hi, You should not only rename the zip. First unzip the file from Github, then rename the folder vatchecker and then zip that. Or simply download the file from the first post. I want to congratulate with you. The module works just great and does what the EU laws require to do (in particular I was impressed about the correct inclusion or exclusion of VAT when you switch between different shipping addresses). I tried several paid modules with no luck. I have one three questions: 1) The store is correctly showing TAX excluded amounts for products and shipping but the labels on product or checkout pages keep saying TAX included2) Does the module work with PS 8 ? 3) Does the module use the old Vies WSDL or the new JSON? Edited September 27, 2023 by peppezic (see edit history) Link to comment Share on other sites More sharing options...
Inform-All Posted September 27, 2023 Author Share Posted September 27, 2023 58 minutes ago, peppezic said: I want to congratulate with you. The module works just great and does what the EU laws require to do (in particular I was impressed about the correct inclusion or exclusion of VAT when you switch between different shipping addresses). I tried several paid modules with no luck. I have one three questions: 1) The store is correctly showing TAX excluded amounts for products and shipping but the labels on product or checkout pages keep saying TAX included2) Does the module work with PS 8 ? 3) Does the module use the old Vies WSDL or the new JSON? Thanks, good to hear it’s working. 1: it should say correctly, ill get back to you on that. 2: yes. 3: WSDL Link to comment Share on other sites More sharing options...
peppezic Posted September 27, 2023 Share Posted September 27, 2023 (edited) 4 hours ago, Inform-All said: Thanks, good to hear it’s working. 1: it should say correctly, ill get back to you on that. 2: yes. 3: WSDL I thank you for your interest. Could the tax included wrong label depend on the default group applied on these VAT free customers? The TAX excluded group (in screenshot "IVA esclusa") have just "Customer" as default group: Finally I need to ask what's the tax rule group or tax id applied on these VAT free orders. Thanks again. Edited September 27, 2023 by peppezic (see edit history) Link to comment Share on other sites More sharing options...
Inform-All Posted October 2, 2023 Author Share Posted October 2, 2023 On 9/27/2023 at 2:56 PM, peppezic said: I thank you for your interest. Could the tax included wrong label depend on the default group applied on these VAT free customers? The TAX excluded group (in screenshot "IVA esclusa") have just "Customer" as default group: Finally I need to ask what's the tax rule group or tax id applied on these VAT free orders. Thanks again. Hi, After a shipping address is confirmed as a tax free shipping address the customer will be put into the selected group. The group does not grant 0 tax. So manually setting the customer group does not set 0 tax. The group selection could be used purely as a check for admin's to see what customers are using 0 tax. Extra explanation: If a customer has been marked as 0 tax, it does not mean every order in the future is also allowed to be 0 tax for this customer. Because a intra-community supply is only allowed when the delivery address is outside the origin country. Since people can change the delivery address to a address that is not allowed to have 0 tax, this is not allowed. Link to comment Share on other sites More sharing options...
peppezic Posted October 3, 2023 Share Posted October 3, 2023 On 10/2/2023 at 10:56 AM, Inform-All said: Hi, After a shipping address is confirmed as a tax free shipping address the customer will be put into the selected group. The group does not grant 0 tax. So manually setting the customer group does not set 0 tax. The group selection could be used purely as a check for admin's to see what customers are using 0 tax. Extra explanation: If a customer has been marked as 0 tax, it does not mean every order in the future is also allowed to be 0 tax for this customer. Because a intra-community supply is only allowed when the delivery address is outside the origin country. Since people can change the delivery address to a address that is not allowed to have 0 tax, this is not allowed. Thanks again for your prompt and precise answer (which it makes sense to me). What can you tell me about the second question I made: Quote "Finally I need to ask what's the tax rule group or tax id applied on these VAT free orders." Link to comment Share on other sites More sharing options...
Inform-All Posted October 3, 2023 Author Share Posted October 3, 2023 1 minute ago, peppezic said: Thanks again for your prompt and precise answer (which it makes sense to me). What can you tell me about the second question I made: No tax rule is applied. 1 Link to comment Share on other sites More sharing options...
gs2k Posted October 7, 2023 Share Posted October 7, 2023 (edited) Hello, The module worked without problems from the beginning. Today, when trying to enter the order > carts module, the module causes such a problem. The problem also occurs when trying to enter orders that had a VAT number provided Version 2.0.4., I tried restoring version 2.0.3 and it didn't help. Please check. Edited October 7, 2023 by gs2k (see edit history) Link to comment Share on other sites More sharing options...
Inform-All Posted October 9, 2023 Author Share Posted October 9, 2023 On 10/7/2023 at 4:05 PM, gs2k said: Hello, The module worked without problems from the beginning. Today, when trying to enter the order > carts module, the module causes such a problem. The problem also occurs when trying to enter orders that had a VAT number provided Version 2.0.4., I tried restoring version 2.0.3 and it didn't help. Please check. Hi, please check if your PHP settings have changed. In particular check if SOAP is still activated. Link to comment Share on other sites More sharing options...
gs2k Posted October 9, 2023 Share Posted October 9, 2023 1 minute ago, Inform-All said: Hi, please check if your PHP settings have changed. In particular check if SOAP is still activated. Hi, I guess there were some changes on the server. After a few hours, the problem disappeared on its own. Thank you for your help. Regards Link to comment Share on other sites More sharing options...
Hacpurena Posted October 23, 2023 Share Posted October 23, 2023 Hello, First of all - thank you for creating this module - it's a real time saver. It's a shame that Prestashop developers do not include such simple yet necessary mechanics in the default store. I've successfully installed and configured the module, and it seems to work as intended, but I've ran into an issue: If I'm making an order as a guest, the module works just fine - VAT is validated upon entering, zero tax is applied and everything's great. But, If I'm making an order while signed in as a customer who's eligible for 0% (using same details), nothing happens, and prices are calculated with VAT. And this creates a problem for returning customers, which are my main buyers. Is there something that I'm missing, or is it supposed to be this way? Can you give your insights on this? If it's not possible to resolve this with your module as it is, can you suggest any workarounds or alternative solutions to this problem? Thank you! Link to comment Share on other sites More sharing options...
Inform-All Posted October 23, 2023 Author Share Posted October 23, 2023 3 hours ago, Hacpurena said: Hello, First of all - thank you for creating this module - it's a real time saver. It's a shame that Prestashop developers do not include such simple yet necessary mechanics in the default store. I've successfully installed and configured the module, and it seems to work as intended, but I've ran into an issue: If I'm making an order as a guest, the module works just fine - VAT is validated upon entering, zero tax is applied and everything's great. But, If I'm making an order while signed in as a customer who's eligible for 0% (using same details), nothing happens, and prices are calculated with VAT. And this creates a problem for returning customers, which are my main buyers. Is there something that I'm missing, or is it supposed to be this way? Can you give your insights on this? If it's not possible to resolve this with your module as it is, can you suggest any workarounds or alternative solutions to this problem? Thank you! Good to hear you like the module! The module itself does nothing for the price display in the frontend. But in the latest version of the module you can set a group that (after validating VAT) the customer will be put into. You can make your own logics (in your case display 0 tax) for this group you selected. Link to comment Share on other sites More sharing options...
gs2k Posted January 5 Share Posted January 5 Hello, I noticed a problem when checking VAT numbers of German companies. When a customer enters his VAT number with the DE prefix, it doesn't work (always). If you only enter the number, it works, but not always (one German VAT number works, the other doesn't, after a while both work - I haven't been able to check what it depends on). I checked VAT numbers for other countries, France, Czech Republic, Croatia and they always work (with and without country code). (Poland is my country) Can you check for yourself? Link to comment Share on other sites More sharing options...
Inform-All Posted January 5 Author Share Posted January 5 5 hours ago, gs2k said: Hello, I noticed a problem when checking VAT numbers of German companies. When a customer enters his VAT number with the DE prefix, it doesn't work (always). If you only enter the number, it works, but not always (one German VAT number works, the other doesn't, after a while both work - I haven't been able to check what it depends on). I checked VAT numbers for other countries, France, Czech Republic, Croatia and they always work (with and without country code). (Poland is my country) Can you check for yourself? Hi, We've had quite some trouble with downtime of the official VIES database. We are currently testing some performance upgrades (find the on Git) i will upload here soon. Link to comment Share on other sites More sharing options...
peppezic Posted January 5 Share Posted January 5 38 minutes ago, Inform-All said: Hi, We've had quite some trouble with downtime of the official VIES database. We are currently testing some performance upgrades (find the on Git) i will upload here soon. Are the updates about JSON using vs WSDL? How do we perform an update? Thanks. Link to comment Share on other sites More sharing options...
gs2k Posted January 5 Share Posted January 5 1 hour ago, Inform-All said: Hi, We've had quite some trouble with downtime of the official VIES database. We are currently testing some performance upgrades (find the on Git) i will upload here soon. Hello, Thank you. Testing version 2.1.0 1. I have option number 3 set "Use previous validation value, if not previously validated mark VAT as invalid" Enter the VAT number. I receive the information "The EU VAT VIES server is not responding" and the price is changed to the price without VAT. It seems that no matter what option I choose in the settings, the price always changes to the price without VAT. 2. I also noticed that the error information is displayed twice (I use a one-page checkout). Link to comment Share on other sites More sharing options...
gs2k Posted January 5 Share Posted January 5 I also wonder why the module shows information that the VAT database is unavailable. At the same time, I checked the VAT number on the VAT Vies website and in another program (for order processing) and the database works there. Link to comment Share on other sites More sharing options...
gs2k Posted January 5 Share Posted January 5 Sorry for so many messages, but I noticed one thing. I check the French and Croatian VAT number in the store. There is no error that the Vies VAT database is inactive. When I check the German VAT number, I get an error that the Vies VAT database is inactive. At the same time, he checks the VAT number on the VAT Vies website https://ec.europa.eu/taxation_customs/vies/#/vat-validation When I enter a French or Croatian VAT number, the result appears within a second. When I enter the German VAT number, the website checks it for 8-11 seconds and finally shows that it is valid. I checked all combinations several times. The effect is always the same. Isn't it the case that the module checks the German VAT number and if it does not receive information within e.g. 1 second, it assumes that the VAT Vies website is not working? However, for other countries the response in the API and on the VAT Vies website is quick and therefore everything works properly? Regards Gregory Link to comment Share on other sites More sharing options...
Inform-All Posted January 9 Author Share Posted January 9 On 1/5/2024 at 3:34 PM, peppezic said: Are the updates about JSON using vs WSDL? How do we perform an update? Thanks. Hi, When i started building this module, the VIES database only accepted WSDL. This module is created for a specific customer, and it's working fine as is (for them). So if you would like send me a private message so can make a quotation for this update. Link to comment Share on other sites More sharing options...
Inform-All Posted January 9 Author Share Posted January 9 On 1/5/2024 at 4:51 PM, gs2k said: Sorry for so many messages, but I noticed one thing. I check the French and Croatian VAT number in the store. There is no error that the Vies VAT database is inactive. When I check the German VAT number, I get an error that the Vies VAT database is inactive. At the same time, he checks the VAT number on the VAT Vies website https://ec.europa.eu/taxation_customs/vies/#/vat-validation When I enter a French or Croatian VAT number, the result appears within a second. When I enter the German VAT number, the website checks it for 8-11 seconds and finally shows that it is valid. I checked all combinations several times. The effect is always the same. Isn't it the case that the module checks the German VAT number and if it does not receive information within e.g. 1 second, it assumes that the VAT Vies website is not working? However, for other countries the response in the API and on the VAT Vies website is quick and therefore everything works properly? Regards Gregory The module does not make any different call for each country, all the calls to the VIES database are the same. The module checks VAT number for country X. Do keep in mind, that the VIES database has a limit of how many calls you can make to their system, you could get banned to make new calls for a couple of minutes. Link to comment Share on other sites More sharing options...
gs2k Posted January 9 Share Posted January 9 25 minutes ago, Inform-All said: The module does not make any different call for each country, all the calls to the VIES database are the same. The module checks VAT number for country X. Do keep in mind, that the VIES database has a limit of how many calls you can make to their system, you could get banned to make new calls for a couple of minutes. Hello, I see. 1. It may be that the VIES database itself retrieves information from another place and that is why it works faster for one country and slower for another. This may explain why in my case the problem only occurs with German VAT. 2. Maybe it is worth adding a setting when the Vies VAT database does not work for each country separately? I know from experience that French and German VAT codes are active by default in VAT Vies. Italian and Spanish codes are about 50% active. It would then be possible to set the country France and Germany etc. to remove VAT when the Vies VAT database is not working (the probability of incorrect VAT removal is small), and for the country Italy and Spain do not remove the tax when the database is inactive (here the probability of incorrect tax removal is is big). 3. When a customer enters VAT without a country prefix, does the module add this prefix after placing the order? Regards Link to comment Share on other sites More sharing options...
Inform-All Posted January 9 Author Share Posted January 9 28 minutes ago, gs2k said: Hello, I see. 1. It may be that the VIES database itself retrieves information from another place and that is why it works faster for one country and slower for another. This may explain why in my case the problem only occurs with German VAT. 2. Maybe it is worth adding a setting when the Vies VAT database does not work for each country separately? I know from experience that French and German VAT codes are active by default in VAT Vies. Italian and Spanish codes are about 50% active. It would then be possible to set the country France and Germany etc. to remove VAT when the Vies VAT database is not working (the probability of incorrect VAT removal is small), and for the country Italy and Spain do not remove the tax when the database is inactive (here the probability of incorrect tax removal is is big). 3. When a customer enters VAT without a country prefix, does the module add this prefix after placing the order? Regards 1. I doubt this, you should ask the VIES database 2. We have settings what to do when the database if offline, just not for each country separate. 3. We add country prefix (if it's missing) automatically Link to comment Share on other sites More sharing options...
gs2k Posted January 9 Share Posted January 9 14 minutes ago, Inform-All said: 2. We have settings what to do when the database if offline, just not for each country separate. I use this option. It was my suggestion that if possible, this setting could be added for each country separately. Regards Grzegorz Link to comment Share on other sites More sharing options...
gs2k Posted February 15 Share Posted February 15 Hello, I noticed a strange problem when checking VAT numbers. I came across a Spanish VAT number, after entering which (Offline Validation is enabled) the VAT is not removed. At the same time, I test the Spanish VAT number of another client and everything works fine. Any idea? Regards gs2k Link to comment Share on other sites More sharing options...
Inform-All Posted February 15 Author Share Posted February 15 44 minutes ago, gs2k said: Hello, I noticed a strange problem when checking VAT numbers. I came across a Spanish VAT number, after entering which (Offline Validation is enabled) the VAT is not removed. At the same time, I test the Spanish VAT number of another client and everything works fine. Any idea? Regards gs2k hmm that's odd. Can you verify that the entered VAT number is actually valid? (maybe send it to me in a private message) Link to comment Share on other sites More sharing options...
GrinGEO Posted February 28 Share Posted February 28 Hi dear Is there any way to display validatd VATs in the bakcend or not? How to see wich VATs are validated and wich one are refused? Thanks for helping Link to comment Share on other sites More sharing options...
Inform-All Posted February 29 Author Share Posted February 29 10 hours ago, GrinGEO said: Hi dear Is there any way to display validatd VATs in the bakcend or not? How to see wich VATs are validated and wich one are refused? Thanks for helping In the latest version of the VATChecker module, you can (optionally) set customers in a customer group when the VAT is validated. But currently there is no list of not (un)validated VAT numbers. If you would like this feature send me a private message so i can make a quotation. Link to comment Share on other sites More sharing options...
Hacpurena Posted March 15 Share Posted March 15 Hello, Thank you once again for the module - it's been of great help, and so far it has been working without any problems whatsoever. I have a question/request/recommendation how it can be improved even further. After talking with an accountant, I was told that it is necessary to specify tax and it's percentage in the invoice. If I understand correctly, what module does is removes tax rate completely, and applies prices with tax. excl. I am attaching an example of such invoice. Also, I am attaching an example of invoice where VAT is applied. As you can see, that invoice has a specified tax rate, and an additional field with Total tax in the summary. So, what accounting needs is tax rate specified, as well as total tax field in the invoice, even when 0% VAT is applied. So, my questions are: - is it something that VAT Checker module is responsible for, or is it something that can be configured in an invoice template, and has nothing to do with your module? - If module is responsible for this function, does it have some kind of setting that I have missed, which can solve this issue? - If the module doesn't have such functionality, would you be willing to upgrade it? I was thinking that it can be solved by creating an option to select which tax rate is applied in case valid VAT number is applied. I will be patiently waiting for your insights on this Thank you! Link to comment Share on other sites More sharing options...
Inform-All Posted March 15 Author Share Posted March 15 18 minutes ago, Hacpurena said: Hello, Thank you once again for the module - it's been of great help, and so far it has been working without any problems whatsoever. I have a question/request/recommendation how it can be improved even further. After talking with an accountant, I was told that it is necessary to specify tax and it's percentage in the invoice. If I understand correctly, what module does is removes tax rate completely, and applies prices with tax. excl. I am attaching an example of such invoice. Also, I am attaching an example of invoice where VAT is applied. As you can see, that invoice has a specified tax rate, and an additional field with Total tax in the summary. So, what accounting needs is tax rate specified, as well as total tax field in the invoice, even when 0% VAT is applied. So, my questions are: - is it something that VAT Checker module is responsible for, or is it something that can be configured in an invoice template, and has nothing to do with your module? - If module is responsible for this function, does it have some kind of setting that I have missed, which can solve this issue? - If the module doesn't have such functionality, would you be willing to upgrade it? I was thinking that it can be solved by creating an option to select which tax rate is applied in case valid VAT number is applied. I will be patiently waiting for your insights on this Thank you! The VATChecker module is indeed responsible for the vat on the invoice. Currently the module does indeed completely remove and VAT rate instead of setting it to a 0% tax rule. I could build in a feature to set it to a 0% tax rate, but this module is build on commission, so if you would like to add that feature send me a private message so i can make a quotation. Link to comment Share on other sites More sharing options...
prestapp Posted April 16 Share Posted April 16 Hi, i've do a test using italy as country and inserting a NON VIES but good VAT code and seems the VIES is checked. VAT code in the same country must not be checked by default. Please check the screenshot. Many Thanks Link to comment Share on other sites More sharing options...
Inform-All Posted April 17 Author Share Posted April 17 15 hours ago, prestapp said: Hi, i've do a test using italy as country and inserting a NON VIES but good VAT code and seems the VIES is checked. VAT code in the same country must not be checked by default. Please check the screenshot. Many Thanks Hi, You should enable Italy in the checkbox again. You have set your country of origin to Italy, this means Italian orders will not have 0% tax. Link to comment Share on other sites More sharing options...
prestapp Posted April 17 Share Posted April 17 21 minuti fa, Inform-All dice: Hi, You should enable Italy in the checkbox again. You have set your country of origin to Italy, this means Italian orders will not have 0% tax. Ok, but how I can disable the VIES check for Italian VAT number? Link to comment Share on other sites More sharing options...
Inform-All Posted April 17 Author Share Posted April 17 2 minutes ago, prestapp said: Ok, but how I can disable the VIES check for Italian VAT number? ahh in that case you should indeed disable Italy in that list. And refresh cache afterwards. Link to comment Share on other sites More sharing options...
prestapp Posted April 17 Share Posted April 17 26 minuti fa, Inform-All dice: ahh in that case you should indeed disable Italy in that list. And refresh cache afterwards. The VIES check is carried out even with "Italy" deactivated, in this case appear the check error but is possible to complete the registration Link to comment Share on other sites More sharing options...
prestapp Posted April 19 Share Posted April 19 Hi, how can I disable VAT control for non-VIES Italian VAT numbers? Thank you Link to comment Share on other sites More sharing options...
Inform-All Posted April 19 Author Share Posted April 19 5 hours ago, prestapp said: Hi, how can I disable VAT control for non-VIES Italian VAT numbers? Thank you This should be disabled, if you disabled Italy in the module settings. If it's not working please send me more info in a private message. Link to comment Share on other sites More sharing options...
prestapp Posted April 19 Share Posted April 19 3 ore fa, Inform-All dice: This should be disabled, if you disabled Italy in the module settings. If it's not working please send me more info in a private message. I have no further information, I have already explained the problem... Link to comment Share on other sites More sharing options...
Inform-All Posted April 29 Author Share Posted April 29 On 4/19/2024 at 5:06 PM, prestapp said: I have no further information, I have already explained the problem... Just fixed some bugs in 2.1.1. Could you check if this resolved your issue? Link to comment Share on other sites More sharing options...
solidbeat Posted May 3 Share Posted May 3 I am telling this honestly; this is by far the best VAT module for PrestaShop! Over the years, I have tried all the VAT modules available at addons.prestashop.com, and all of them have had many bugs, including the current ones available there. However, since I use it on a live website, I was wondering if it is possible to do the following: 1. Disable VIES check. 2. (More importantly) If a customer is on checkout, enters a VAT number, and adds another address for delivery, the delivery address won't have a VAT number. In this case, the invoice address will retain the VAT number. If there is an invoice + delivery address, can we check the invoice address for the VAT? Regardless of whether it is possible or not, thank you a lot for the module! Link to comment Share on other sites More sharing options...
Inform-All Posted May 3 Author Share Posted May 3 2 minutes ago, solidbeat said: I am telling this honestly; this is by far the best VAT module for PrestaShop! Over the years, I have tried all the VAT modules available at addons.prestashop.com, and all of them have had many bugs, including the current ones available there. However, since I use it on a live website, I was wondering if it is possible to do the following: 1. Disable VIES check. 2. (More importantly) If a customer is on checkout, enters a VAT number, and adds another address for delivery, the delivery address won't have a VAT number. In this case, the invoice address will retain the VAT number. If there is an invoice + delivery address, can we check the invoice address for the VAT? Regardless of whether it is possible or not, thank you a lot for the module! Good to hear you like the module! 1: In the module settings you can set what you would like to do when the VIES database is offline. And it only checks VAT numbers for customers inside te EU. But if you would like to disable the VIES check completely you could disable the module i guess? 2: The VAT checker checks every time when a customer uses his/her shipping address. I re checks the shipping adres and VAT number every order. Checking the VAT number on the invoice address makes no sense, since the intra-community supply is for shipping addresses only, not the invoice address. The VAT checker has a extra option to put customers in a specific customer group when it has a valid VAT number, but this is not required. So even when they are not in a customer group it would apply 0% tax. P.S. if you enjoy the module consider donation: https://paypal.me/buymecoffee Link to comment Share on other sites More sharing options...
malo6 Posted June 5 Share Posted June 5 Hello, I have a problem with this module, it always show response like this: {"valid":null,"error":"","is_eu":false} I am 100% sure that it's eu vat and its valid. Link to comment Share on other sites More sharing options...
Inform-All Posted June 6 Author Share Posted June 6 14 hours ago, malo6 said: Hello, I have a problem with this module, it always show response like this: {"valid":null,"error":"","is_eu":false} I am 100% sure that it's eu vat and its valid. Hi can you check with your hosting if you are allowed to make a call to the VIES database? And if you have the "SOAP PHP extension" installed? Link to comment Share on other sites More sharing options...
malo6 Posted June 6 Share Posted June 6 3 hours ago, Inform-All said: Hi can you check with your hosting if you are allowed to make a call to the VIES database? And if you have the "SOAP PHP extension" installed? Yes, its enabled. I also did debug, in vatchecker.php: $client = new SoapClient( $this->_SOAPUrl ); $result = $client->__soapCall( 'checkVat', [ $params ] ); file_put_contents('vat.log', print_r($result,true)); And the response: stdClass Object ( [countryCode] => SK [vatNumber] => 12312312321 [requestDate] => 2024-06-06+02:00 [valid] => 1 [name] => Some company name [address] => Full address ) Link to comment Share on other sites More sharing options...
Inform-All Posted June 6 Author Share Posted June 6 1 minute ago, malo6 said: Yes, its enabled. I also did debug, in vatchecker.php: $client = new SoapClient( $this->_SOAPUrl ); $result = $client->__soapCall( 'checkVat', [ $params ] ); file_put_contents('vat.log', print_r($result,true)); And the response: stdClass Object ( [countryCode] => SK [vatNumber] => 12312312321 [requestDate] => 2024-06-06+02:00 [valid] => 1 [name] => Some company name [address] => Full address ) Are you using any kind of custom checkout or any other customisation within your theme? And are you using the latest module version? Link to comment Share on other sites More sharing options...
malo6 Posted June 6 Share Posted June 6 No custom checkout modifications and latest module version. Link to comment Share on other sites More sharing options...
Inform-All Posted June 7 Author Share Posted June 7 19 hours ago, malo6 said: No custom checkout modifications and latest module version. Could you send me a private message with some backoffice login, i will have a look for you. Link to comment Share on other sites More sharing options...
Inform-All Posted June 19 Author Share Posted June 19 New update! With this new version you can: Hard exclude products Every product now has and extra module option to exclude this product from 0% tax. This is mainly for products that can't have 0% tax, for example physical work. You can now select a 0% tax group With this option it will be visible on your invoices that there is 0% tax applied. (or a different % if you wish) Link to comment Share on other sites More sharing options...
peppezic Posted June 19 Share Posted June 19 (edited) Great to know. So latest version is 2.1.2 as in the first post? Last question: do we need to uninstall the old version (in my case 2.0.4) before installing the new one? Edited June 19 by peppezic (see edit history) Link to comment Share on other sites More sharing options...
Inform-All Posted June 19 Author Share Posted June 19 1 minute ago, peppezic said: Great no know. So latest version is 2.1.2 as in the first post? Last question: do we need to uninstall the old version (in my case 2.0.4) before installing the new one? Yes, the latest version is now 2.1.2 (as in the first post) And i would indeed advice you to first uninstall and then reinstall the newest version. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now