ai-vatcheck error when Ust-ID is prefilled

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Moritz
Advanced
Posts: 153
Joined: 07 Nov 2018, 14:05

ai-vatcheck error when Ust-ID is prefilled

Post by Moritz » 12 Jan 2023, 09:30

We use your "ai-vatcheck" extension and found an error when ordering twice with the Ust-ID prefilled.

To reproduce it:
  1. Add a product to the basket.
  2. Type in your address data and the Ust-ID on the address tab.
  3. Go through the order process and complete the order.
  4. Now repeat steps 1-3 but let all data prefilled in step 2.
We get this error.

vatcheck_error.png
vatcheck_error.png (2.54 KiB) Viewed 4555 times

In the backend log we get this two error.

vatcheck_log.png
vatcheck_log.png (3.91 KiB) Viewed 4555 times
vatcheck_log2.png
vatcheck_log2.png (4.09 KiB) Viewed 4552 times
Ubuntu 22.04.01
PHP 7.4.30
Typo3 v11.5.21 LTS
Aimeos web shop 22.10.4-pre3

nos3
Posts: 87
Joined: 01 Sep 2015, 13:26

Re: ai-vatcheck error when Ust-ID is prefilled

Post by nos3 » 12 Jan 2023, 09:41

The EU Vies server doesn't respond properly (too many requests according to the first error message).
There's nothing you can do besides allowing customers to continue if the VIES server is not available using:

Code: Select all

plugin.tx_aimeos.settings.mw.vatcheck.vies.strict = 0

Moritz
Advanced
Posts: 153
Joined: 07 Nov 2018, 14:05

Re: ai-vatcheck error when Ust-ID is prefilled

Post by Moritz » 12 Jan 2023, 10:06

Thank's for your help.
Before we upgrade from aimeos v18 to v22 we already have disabled the strict mode.

Code: Select all

plugin.tx_aimeos.settings.client.html.checkout.standard.address.vatcheck.strict = 0
Seems to be the setting has moved. Thank's again 🙂
Ubuntu 22.04.01
PHP 7.4.30
Typo3 v11.5.21 LTS
Aimeos web shop 22.10.4-pre3

Post Reply