Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

EU VAT ID check installation problem
(1 viewing) (1) Guest

TOPIC: EU VAT ID check installation problem

Re: EU VAT ID check installation problem 13 years, 1 month ago #20200

Hi Lenka,

The code to be added just after $vmLogger->debug( $this->client->getError() ) and before return false is:

 
global $mosConfig_mailfrom, $mosConfig_fromname;
$mailsubject = "cannot check the VAT ID";
$mailbody = $this->client->getError();
vmMail( $mosConfig_mailfrom, $mosConfig_fromname, $mosConfig_mailfrom, $mailsubject, $mailbody );
 


You can modify the code and add it at every return false if you want.

Wouter
The topic has been locked.

Re: EU VAT ID check installation problem 13 years, 1 month ago #20201

  • jaku
Hello,

are you using the latest VM EU VAT ID Check code?
Because the URL has really changed, but it should be updated in the latest code.
The topic has been locked.

Re: EU VAT ID check installation problem 13 years, 1 month ago #20202

Hi,

I thought so, but to make sure, I just downloaded the extention again and indeed there is still the old url (assuming that when I download under my orders, I download the latest version, right???).

However it would really be very handy if you managed to add some eail alert feature to this script.

Otherwise it is really very nice and helpfull extention, which sells a lot of cases of wine, thank you :o)

Lenka
The topic has been locked.

Re: EU VAT ID check installation problem 13 years, 1 month ago #20203

Wouter,

thank you really very much!!!

L.
The topic has been locked.
User Login Empty