Doh, modules/create_account.php was overwritten by modules/MY_TEMPLATE/create_account.php
Doh, modules/create_account.php was overwritten by modules/MY_TEMPLATE/create_account.php
Hello Everyone!
I have been fighting with this the entire day, read all posts in this thread and nothing helped!
Our website is wholesale inside EU from NL.
My BIG problem is that if a customer is registering without VAT number the order total is without VAT.
I fixed it in the database so not NULL in the address book but still nothing.
Only customers inside NL get VAT calculated on their order, I want that customers without VAT number will get VAT charged on their orders as well.
PLEASE PLEASE PLEASE if someone solved this either post here or pm me with some help...
Thank you in advance
Hello Evinu,
i have olso some problems, i want to ask what version of zencart you use? i use 1.3.9h and have inported the latest 1.3.8 version off that
BTW stuff. maby you can help me out with your orginal files you have?
My formaly problem is that if people register the VAT and KVK numbers are not saved into the ADDRESS_BOOK
if you edit after register, then you can save the VAT number. olso in ADMIN you just can update the VAT and KVK.
Please advise?? somebody a zip with the good version for 1.3.9h
Greets,
Mark
PS - ik ben nerderlander, mss praat dat makkelijker![]()
Last edited by Repudiator; 9 Mar 2013 at 04:13 PM.
If anyone is still maintaining or updating any version of this, then perhaps they could include this fix.
I use table prefixes, and part of the code in /includes/functions/functions_taxes.php is not compatible, this is what you need to do to fix it.
Before: @line ~49
$customers_default_address_id = $customer_check->fields['customers_default_address_id'];
$address_book_check = $db->Execute("select * from address_book where address_book_id = $customers_default_address_id and customers_id = $customers_id");
$entry_tva_intracom = $address_book_check->fields['entry_tva_intracom'];
After:
$customers_default_address_id = $customer_check->fields['customers_default_address_id'];
$address_book_check = $db->Execute("select * from ".TABLE_ADDRESS_BOOK." where address_book_id = $customers_default_address_id and customers_id = $customers_id");
$entry_tva_intracom = $address_book_check->fields['entry_tva_intracom'];
Notice I have just added the define reference to TABLE_ADDRESS_BOOK.
Another problem I have had was with the install SQL statements, I am not sure why but they don't seem to be able to do the SELECT from the configuration group table in order to get the configuration_group_id. I just modified the statements to manually put the configuration group id in.
I am installing on Zen cart 1.5.1 and apart from these problems it seems to work fine so far - but I have not yet gotten to testing it fully.
Also - eavinu, did you try the fix in post number #238 : http://www.zen-cart.com/showthread.p...531#post774531
I am using zencart v1.3.9g. Can anyone tell whether the Vat mod for European Countires is compatible with this version or if not is there a mod that is compatible?
I have read this whole thread but can find no mention of 1.3.9g - may have missed it though as it's a rather long thread!
Any help/advice would be greatly appreciated!
SPJS - i use it on v1.3.9h but am sure i also used it on your version. i think i had to have it tweaked to work though, not sure of the exact details, i would just set up a test/dev site using same files and database (but a copy) as current, live site, and then test, see what/if any errors occur then post them here if they do...
where is the developer/maintainer for this mod and forum, he/she never participates, i have tried to contact before, but no luck, is quite clear a lot of people need help, and, am guessing they wouldn't mind paying for help either, i wouldn't, as i've said before on this forum, it such an important module for a few of my clients, what happened here!?
Thanks Mattys much appreciated, I'll give it a go and see what happens......!
Hi all,
Do you know if there is an update or similar mod for 1.51?
Thanks
Bookmarks