Thread: TaxCloud Addon

Page 1 of 5 123 ... LastLast
Results 1 to 10 of 158

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,246
    Plugin Contributions
    58

    Default Re: TaxCloud Addon

    I have everything all setup. The site is running FEC COWA (NUMINIX), and 1.3.9.

    FEC simply combines the checkout modules into a one page format. I can checkout with both FEC enabled and not.

    FEC enabled no tax shows at all... Now since the TaxCloud hasn't a proper order total module in the admin I am unsure of how it calls and from where to add it.

    With regular Zen Cart checkout I get tax no problem and upon confirming order I get...


    Array ( [0] => A matching lookup could not be found for this authorization )


    Any ideas? For Washington this is really necessary.

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  2. #2
    Join Date
    Dec 2010
    Location
    Seattle
    Posts
    83
    Plugin Contributions
    1

    Default Re: TaxCloud Addon

    Hello Melanie,

    We have had merchants report that COWA does not work with TaxCloud since it replaces some of the checkout code that TaxCloud relies on.

    Currently in your cart it isn't making the call to compute the taxes, but it is making the call to commit the order. This is why you are getting the error message you are seeing.

    It may be possible to get the two modules working together but it will take some coding changes. I can try to see if there is a simple fix for this. I will give it a try and let you know.

  3. #3
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,246
    Plugin Contributions
    58

    Default Re: TaxCloud Addon

    Quote Originally Posted by Taxcloud View Post
    Hello Melanie,

    We have had merchants report that COWA does not work with TaxCloud since it replaces some of the checkout code that TaxCloud relies on.

    Currently in your cart it isn't making the call to compute the taxes, but it is making the call to commit the order. This is why you are getting the error message you are seeing.

    It may be possible to get the two modules working together but it will take some coding changes. I can try to see if there is a simple fix for this. I will give it a try and let you know.
    Thank you much
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  4. #4
    Join Date
    Dec 2010
    Location
    Seattle
    Posts
    83
    Plugin Contributions
    1

    Default Re: TaxCloud Addon

    Hi, I was able to get this combination working by merging /includes/classes/order.php. Both of the add-ons modify this file.

    Please send me a private message if you would like a copy of this file.

  5. #5
    Join Date
    Jun 2010
    Location
    Holland, MI
    Posts
    230
    Plugin Contributions
    0

    Default Re: TaxCloud Addon

    In a somewhat related issue to some of the earlier posts, when I turn on the TC Coupon Administration module and turn off the default zencart coupon administration module, the menu item for coupon administration disappears. If I leave them both on, it remains. Can I leave both on? Does it cause a conflict. Is there a preferred order?
    Steve Pembleton
    www.cheapjumprings.com

  6. #6
    Join Date
    Jun 2014
    Location
    Las Vegas, Nevada, United States
    Posts
    47
    Plugin Contributions
    0

    Default Re: TaxCloud Addon

    I am new to ZenCart and had hoped not to need to learn to code too much. So I now have the fresh install of ZenCart V1.5.2 (beta). I used ZenCart 1.5.2 instead of 1.5.1 because my host uses php 5.4 which ZC 1.5.2 was compatible with and ZC 1.5.1 was not. The install went well (the second time around since I made goofs along the way and wiped it all clean to start over). I have most of the stuff set up and am ready to start worrying about taxes and shipping.

    I like that TaxCloud is supposed to make things easier overall so I started the install of the latest version of TaxCloud downloaded from the ZenCart Site. After I copy all the files to my site I went to check to see if things still work so far. The store it self appears to be working (although I don't have anything in it yet so its hard to tell). But the Admin area is broken. When I try to go to my admin page I get an HTTP 500 Internal Server Error. No login is shown just the error page. When I check my logs I am shown the following in a log file

    PHP Fatal error: Call to undefined function zen_get_ip_address() in /home3/bggearco/public_html/store/ADMINFOLDER/includes/init_includes/init_sessions.php on line 34

    I have noticed with some playing around that when I get rid of the file
    /public_html/store/ADMINFLODER/includes/functions/general.php
    And put the original general.php file back in my admin area works again.
    Hope this points someone in the right direction to figuring this out.

    I have used WinMerge to compare the two files butthere are a LOT of differences so I am afraid to mess with it for fear of screwing up.

    I have looked over a few threads but can not find anyone with my specific problem. I have looked at the code suggested on a few of the threads but it seems that the posts are older than the latest release of TC. I don't want to go messing with too much before I see if someone can direct me in the right direction.

    Can anyone tell me how to go about getting TC to work with my ZC 1.5.2 install? I am fearful I will need to do a lot of code tweaks to get this working. If that is the case it makes me wonder how hard it will be to upgrade to the next version of TC or ZC when they become available...... will I have to fix a bunch of stuff again just to move to the latest release?

    Any help would be appreciated.
    Luke

  7. #7
    Join Date
    Jun 2014
    Location
    Las Vegas, Nevada, United States
    Posts
    47
    Plugin Contributions
    0

    Default Re: TaxCloud Addon

    I found the function -- function zen_get_ip_address() -- in the original general.php file but NOT in the TC version of the general.php file.

    Should I just copy paste this function over to the TC version of the general.php file to get things working?

    While comparing the two files (original general.php and the TC version of the general.php) I have found there seems to be a LOT of differences between the two. Most of the changes are things actually MISSING in the TC version of the general.php file. Should I copy all the stuff from the original file over to the TC file? Seems like a crazy thought but asking never hurts.

    I could use some guidance from someone who knows how this all works
    Thanks
    Luke

  8. #8
    Join Date
    Jan 2010
    Posts
    35
    Plugin Contributions
    1

    Default Re: TaxCloud Addon

    I'm having the exact problem and would be very interested in a reply from a programmer...

    I've read in several forums that this mod can be installed on Zen Cart on a local server for testing. I have had no luck with 3 installations. Every time I install the Tax Cloud mod, I lose the admin area. It is blank and will not load the login page.

    I have:

    - PHP 5.5.12
    - curl and soap enabled
    - Zen Cart 1.5.3
    - no other mods installed to possibly interfere

    and I have also copied the admin files to MY_ADMIN_FOLDER

    I've compared the core overwrites and the general.php is way over my head as well...

  9. #9
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: TaxCloud Addon

    Are TaxCloud people monitoring this thread? The merges for 1.5.4 need to be done. I can submit a PR if it will be reviewed and merged. Let me know.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  10. #10
    Join Date
    Dec 2010
    Location
    Seattle
    Posts
    83
    Plugin Contributions
    1

    Default Re: TaxCloud Addon

    We would love to merge any changes necessary. Our files for the ZenCart module are available on GitHub, and we openly welcome contributions and edits. Thank you!

 

 
Page 1 of 5 123 ... LastLast

Similar Threads

  1. v152 Problems with TaxCloud
    By retched in forum All Other Contributions/Addons
    Replies: 20
    Last Post: 11 May 2014, 05:47 AM
  2. v151 Should TaxCloud be passing State Code or State name to TaxCloud for verification?
    By RCwebdev in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Dec 2013, 10:16 PM
  3. v150 Taxcloud and TICs
    By Sanguinarius in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 7
    Last Post: 1 Apr 2013, 06:54 PM
  4. v151 can the taxcloud addon be tested within local wamp development server??
    By tlyczko in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 2
    Last Post: 4 Dec 2012, 08:37 PM
  5. v151 Issues Installing TaxCloud Addon
    By DK07 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 10 Oct 2012, 04:23 AM

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