Page 35 of 37 FirstFirst ... 253334353637 LastLast
Results 341 to 350 of 362
  1. #341
    Join Date
    Apr 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    Doh, modules/create_account.php was overwritten by modules/MY_TEMPLATE/create_account.php

  2. #342
    Join Date
    Jan 2009
    Posts
    37
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    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

  3. #343
    Join Date
    Oct 2012
    Location
    the netherlands
    Posts
    1
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    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.

  4. #344
    Join Date
    May 2013
    Posts
    8
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    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.

  5. #345
    Join Date
    May 2013
    Posts
    8
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    Also - eavinu, did you try the fix in post number #238 : http://www.zen-cart.com/showthread.p...531#post774531

  6. #346
    Join Date
    May 2013
    Posts
    2
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    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!

  7. #347
    Join Date
    Sep 2006
    Location
    North Devon, England, UK
    Posts
    289
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    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...

  8. #348
    Join Date
    Sep 2006
    Location
    North Devon, England, UK
    Posts
    289
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    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!?

  9. #349
    Join Date
    May 2013
    Posts
    2
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    Thanks Mattys much appreciated, I'll give it a go and see what happens......!

  10. #350
    Join Date
    Sep 2004
    Posts
    209
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    Hi all,
    Do you know if there is an update or similar mod for 1.51?

    Thanks

 

 
Page 35 of 37 FirstFirst ... 253334353637 LastLast

Similar Threads

  1. v138a VAT mod for european companies on ZC 1.5
    By hyperion12 in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 14
    Last Post: 9 May 2016, 12:52 PM
  2. VAT MOD for EU Countries Support
    By jinglezdj in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 21 Oct 2009, 09:38 AM
  3. Is it possible to have tax exemption with VAT-mod for European companies?
    By stomm in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 0
    Last Post: 16 Jun 2009, 04:39 PM
  4. "VAT for companies" mode with checkout without account mode
    By sagivle1 in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 0
    Last Post: 15 Jan 2008, 05:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR