Page 9 of 37 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 362
  1. #81
    Join Date
    Sep 2005
    Location
    Malmö, Sweden
    Posts
    120
    Plugin Contributions
    4

    Default Re: VAT-mod for European companies

    Great! Thanx for the update. Good luck with your store.

  2. #82
    Join Date
    Feb 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    Hi, I tried to install VAT-mod_135.zip on Zen 1.37.

    After fixing an error in SQL: Statement , '1' was missing at ('27', '1', 'VAT-Mod'.....) so i corrected it to:
    INSERT INTO configuration_group VALUES ('27', '1', 'VAT-Mod', 'VAT-Mod options', '27', '1');

    The VAT Mod was visible in the admin section, but nothing was displayed at the adress sections. This would not really be a problem, but /index.php?main_page=checkout_shipping didn't work anymore, so there was only an empty page when trying to check out.

    Any help apreciated !!!

  3. #83
    Join Date
    Oct 2005
    Posts
    27
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    Hi to all members,

    for first, tnx very much for this useful MOD. You are great!!!

    I've tried to install this mod in my zencart 1.37 but I have some problems and I think this mod works 60% on my website.

    First problem: when I try to make new registration, no script give me the error if I leave blank the field VAT or the VAT number is wrong. Is that true?

    Can I have for someone an address of their website for test, like customer, the script?

    I don't understood very well how the script check, via server EU, if the VAT is correct or no.

    Thank you very much for all the answers

  4. #84
    Join Date
    Oct 2005
    Posts
    27
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    Quote Originally Posted by csfound View Post
    Hi to all members,

    for first, tnx very much for this useful MOD. You are great!!!

    I've tried to install this mod in my zencart 1.37 but I have some problems and I think this mod works 60% on my website.

    First problem: when I try to make new registration, no script give me the error if I leave blank the field VAT or the VAT number is wrong. Is that true?

    Can I have for someone an address of their website for test, like customer, the script?

    I don't understood very well how the script check, via server EU, if the VAT is correct or no.

    Thank you very much for all the answers

    Any suggestion?

  5. #85
    Join Date
    May 2006
    Location
    Göteborg
    Posts
    17
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    Quote Originally Posted by juergen852 View Post
    After fixing an error in SQL: Statement , '1' was missing at ('27', '1', 'VAT-Mod'.....) so i corrected it to:
    INSERT INTO configuration_group VALUES ('27', '1', 'VAT-Mod', 'VAT-Mod options', '27', '1');
    sorry but will you please give us a file and a row in where the error occurs? perhaps you can undo your change to retrieve the error-message..

    Quote Originally Posted by juergen852 View Post
    The VAT Mod was visible in the admin section, but nothing was displayed at the adress sections. This would not really be a problem,
    good this problem is no real problem for you :] but still - to check what it can be telling about itself and other bugs - what do you mean by 'adress sections'?

    Quote Originally Posted by juergen852 View Post
    index.php?main_page=checkout_shipping didn't work anymore, so there was only an empty page when trying to check out.
    can you see php-errors? (http://php.net/manual/en/ref.errorfu...display-errors, http://php.net/manual/en/function.error-reporting.php)
    else try echoing at appropriate breakpoints..

    Quote Originally Posted by juergen852 View Post
    Any help apreciated !!!
    i trust we will solve this soon

  6. #86
    Join Date
    May 2006
    Location
    Göteborg
    Posts
    17
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    Quote Originally Posted by csfound View Post
    when I try to make new registration, no script give me the error if I leave blank the field VAT or the VAT number is wrong. Is that true?
    can you please give us the number to test at our implementations?

    Quote Originally Posted by csfound View Post
    Can I have for someone an address of their website for test, like customer, the script?
    mine is still in 135 and in bad shape.. erhrm.

    Quote Originally Posted by csfound View Post
    I don't understood very well how the script check, via server EU, if the VAT is correct or no
    i could perhaps explain it... ?

    Quote Originally Posted by csfound View Post
    tnx very much for this useful MOD. You are great!!!
    thank _you. allways great to be apriciated and see were filling a need with our work. thank you all.

  7. #87
    Join Date
    Feb 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    Quote Originally Posted by vike View Post
    sorry but will you please give us a file and a row in where the error occurs? perhaps you can undo your change to retrieve the error-message..


    good this problem is no real problem for you :] but still - to check what it can be telling about itself and other bugs - what do you mean by 'adress sections'?


    can you see php-errors? (http://php.net/manual/en/ref.errorfu...display-errors, http://php.net/manual/en/function.error-reporting.php)
    else try echoing at appropriate breakpoints..


    i trust we will solve this soon
    Hi,

    Quote:
    Originally Posted by juergen852 View Post
    After fixing an error in SQL: Statement , '1' was missing at ('27', '1', 'VAT-Mod'.....) so i corrected it to:
    INSERT INTO configuration_group VALUES ('27', '1', 'VAT-Mod', 'VAT-Mod options', '27', '1');
    sorry but will you please give us a file and a row in where the error occurs? perhaps you can undo your change to retrieve the error-message..

    ---> This is in the first line of the SQL statements for the database.




    Quote:
    Originally Posted by juergen852 View Post
    The VAT Mod was visible in the admin section, but nothing was displayed at the adress sections. This would not really be a problem,
    good this problem is no real problem for you :] but still - to check what it can be telling about itself and other bugs - what do you mean by 'adress sections'?

    ----> Well, ok, it's a problem for me too. What I wanted to say:
    In the user registration at the frontend side of the shop no VAT field was displayed. But I was still able to continue registration. That's why I said: "It's not a real problem" as the shop still worked fine to that point..... The real problem was, that, after buying something, the chekcout page was blank. So I had to remove the MOD and get back to my backup.


    Quote:
    Originally Posted by juergen852 View Post
    index.php?main_page=checkout_shipping didn't work anymore, so there was only an empty page when trying to check out.
    can you see php-errors? (http://php.net/manual/en/ref.errorfu...display-errors, http://php.net/manual/en/function.error-reporting.php)
    else try echoing at appropriate breakpoints..

    Well, too late for the logs, could not track it back...
    Did you get it running on an 1.37?
    Maybe it's easiest to set up a clean 1.37 and checkt it there...


    Quote:
    Originally Posted by juergen852 View Post
    Any help apreciated !!!
    i trust we will solve this soon

    Thanks, Juergen

  8. #88
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    I've just finished to apply Beez mod to my store www.100asa.it, and it work very well. But I can't see the customer vat in admin: the filed is blank.

  9. #89
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: VAT-mod for European companies

    ...and I can't see the VAT numer in the email order! It's very important for me to see the VAT number in the email order, because I entry the email order in another database.

  10. #90
    Join Date
    Sep 2005
    Location
    Malmö, Sweden
    Posts
    120
    Plugin Contributions
    4

    Default Re: VAT-mod for European companies

    Quote Originally Posted by csfound View Post
    First problem: when I try to make new registration, no script give me the error if I leave blank the field VAT or the VAT number is wrong. Is that true?
    Sorry for the delayed answer.
    You need to enable the mod to make it check the VAT-number with the server. You do that in the Admin->Configuration->VAT-mod->Check the VAT number->True

    The mod is not set to make VAT-number mandatory, don't really know why one would do that...

    The script works that it checks the VAT-number against a EU server and checks that the VAT-number and country is the same. If not ok from the server or if VAT-number and country matches you get an error displayed, works both in the shop and in Admin.

 

 
Page 9 of 37 FirstFirst ... 789101119 ... 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