yes, also the ";" was an error, but I corrected it...
now the only thing not workink on me is the changements of profile: if I try to add/modify the european tax number, nothing changes in DB...![]()
yes, also the ";" was an error, but I corrected it...
now the only thing not workink on me is the changements of profile: if I try to add/modify the european tax number, nothing changes in DB...![]()
Hmmm, for me everything works fine ...
How did you install the mod ??? (You wrote you installed 1.2.7, is that correct ???)
What I did is installing 1.2.8, then copying all template files from 1.2.7 into the templates folder and then create own language files (languages folder /german in my case ;) )
yes, also in my case I do that, but the site broken. then I deleted all module files and I try to install the previous version (1.3.7).
this version works for me, the only problem is the editing of the profile: I don't succeed to add/modify/delete the VAT number (in fact the VAT number inserted during registration, doesn't appears in the text field likes all others fields...)
I thinks wold be a problem of paths, but I'm not sure...
In fact after installing the module also the registration doesn't works, but I found the problem in a path:
at the begin I put the file "create_accout.php" under "includes/modules".
Now I put the same file under "includes/modules/classic" and all works...
this wold be the same or similar problem?
thanks for the support..
Francesco
Hi all,
I installed the mod and everything seems to work exept i don't get the vat number field when i want to create a new account
BE SURE to backup your template files before you do this!!!!!
It looks like the templates are missing in the VAT-mod version 128 dated Feb 04 2009 download, you will find the 3 .tpl files I use they may or may not work for you they will need to go into \includes\templates\YOUR_TEMPLATE\templates directory.
I think that the implementation of VAT made using only the ISO codes of countries in the EU may cause problems, in fact the case management that is of special areas that have the purpose of VAT shall be considered or not considered to belong to the EU is difficult. In this respect there is a link for these special cases to which to refer.
http://www.e-services.agenziaentrate...ote_iva-02.htm
Sorry for my bad English.
A small update to my problem, the problem is that it shows all my products taxfree, even when i have show tax in prices configured, this happens when i configure a company or private person from sweden. My own country is finland theres no problem with customers from finland.
hi all
every time I do a test purchase, the EU VAT is a new install, i get the below error, is anyone else having this problem?
'Server is unable to check your VAT number: please, leave blank'
Cheers
Matt
have you applyed this fix
Hey,
I just tried to install the mod and got a white screen too...
In my case the functions_vatmod.php is broken (in includes/... and admin/includes/...)
edit (from line 121 to end)
PHP Code:
'CZ'=>'CZ', //Czech Republic
'SI'=>'SI');//Slovania
'RO'=>'RO', //Romania
'BG'=>'BG'); //Bulgaria
return $intracom_array;
}
?>
to
PHP Code:
'CZ'=>'CZ', //Czech Republic
'SI'=>'SI', //Slovania
'RO'=>'RO', //Romania
'BG'=>'BG'); //Bulgaria
return $intracom_array;
}
?>
Bookmarks