Thread: TaxCloud Addon

Page 9 of 16 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 159
  1. #81
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,294
    Plugin Contributions
    125

    Default Re: TaxCloud Addon

    There's a bug in Taxcloud's authorizenet_aim integration. Replace lines 391-398 in includes/modules/payment/authorizenet_aim.php with

    Code:
        //TaxCloud fix for Authorize plugin
        $taxCloudTax = $_SESSION['taxcloudTaxTotal'];
        if ( isset($taxCloudTax)) {
            $old_tax = $submit_data['x_tax'];
            $submit_data['x_tax'] = round($taxCloudTax,2);
            //Update total
            $submit_data['x_amount'] = $submit_data['x_amount'] - $old_tax + $submit_data['x_tax'];
        }
        //End TaxCloud fix
    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.

  2. #82
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,294
    Plugin Contributions
    125

    Default Re: TaxCloud Addon

    My update was accepted by Taxcloud in their Github Repo.

    https://github.com/taxcloud/ZenCart

    I have updated the copy in the Plugins with this and all their other latest fixes.
    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.

  3. #83
    Join Date
    May 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: TaxCloud Addon

    Quote Originally Posted by swguy View Post
    My update was accepted by Taxcloud in their Github Repo.

    https://github.com/taxcloud/ZenCart

    I have updated the copy in the Plugins with this and all their other latest fixes.
    Any chance there's an updated version of this that supports 1.5.5a? After copying the files over my installation I just get a blank page when a browse to the admin portal

  4. #84
    Join Date
    Apr 2012
    Location
    Los Angeles, CA
    Posts
    185
    Plugin Contributions
    2

    Default Re: TaxCloud Addon

    Automated Compliance - I just spoke to TaxCloud. They are pushing turning on Automated Compliance. If you turn on automated compliance, they will calculate and add to your invoices sales tax from 24 states, even if you only have a nexus in 1 state! The alternative is to turn off Automated compliance. With AC off, they will only calculate sales tax from states where you have a nexus, but then they will charge you $10/mo. Personally, I am a small enough business that neither option can work for me. If I cannot find an practical way to collect sales tax, I may go out of business.
    I use Taxcloud with the automated compliance, and I am like you very small. It allows me to forego the $10 charge and keeps me compliant with the other states only as needed. So far I haven't had to pay any fees for other states as most of my customers seem to be here in my own state. So this will not put you out of business but it can actually help you stay on top of tax filings in your primary state. I for one forget to file on time so I find it more of a help than a hinderance.
    Last edited by sammirah; 10 Jul 2016 at 12:35 PM.

  5. #85
    Join Date
    Apr 2012
    Location
    Los Angeles, CA
    Posts
    185
    Plugin Contributions
    2

    Default Re: TaxCloud Addon

    Quote Originally Posted by swguy View Post
    My update was accepted by Taxcloud in their Github Repo.

    https://github.com/taxcloud/ZenCart

    I have updated the copy in the Plugins with this and all their other latest fixes.

    I recently used the updated file a few days ago, and although the cart works fine, my admin area became inaccessible. I tried using win merge myself but that did not work or I did not merge properly. Need help, using zc1.5.5

  6. #86
    Join Date
    Apr 2012
    Location
    Los Angeles, CA
    Posts
    185
    Plugin Contributions
    2

    Default Re: TaxCloud Addon

    Quote Originally Posted by richpowell View Post
    Any chance there's an updated version of this that supports 1.5.5a? After copying the files over my installation I just get a blank page when a browse to the admin portal
    I was having the same problem with this so I tried a suggestion from an earlier post:
    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.
    After I installed this add-on, my admin area would not work so I uploaded a back up copy of the original: admin/includes/functions/general.php
    You can try this, just be sure to download a copy of your current working file to your computer before updating.

  7. #87
    Join Date
    Oct 2015
    Location
    Iowa
    Posts
    5
    Plugin Contributions
    0

    Default Re: TaxCloud Addon

    I am having the same issue as Pete_srcs, only I am using USA ePay payment module. I am using ZenCart 1.5.4 and TaxCloud - updated 01/10/16 from Github.
    Would you possibly be able to help me?

  8. #88
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: TaxCloud Addon

    Using 1.5.4 zen cart and the latest taxcloud edition - I'm getting the error message at checkout:

    A matching lookup could not be found for this authorization

    I saw that sammirah had that problem in another thread before he upgraded taxcloud. This is a cart that was using taxcloud before but the files are all new - no leftovers from the old version.

    I saw in a really old post that the message used to mean that COWOA wasn't playing nicely with taxcould and I do have that installed but not turned on and I uploaded the class/order.php from TaxCloud for the front end of the site which was the only file the two had in common.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  9. #89
    Join Date
    Apr 2016
    Location
    Tucson, AZ
    Posts
    1
    Plugin Contributions
    1

    Default Re: TaxCloud Addon

    Zen Cart 1.5.5 TaxCloud breaks the admin pages. The <SITE>/admin<xxx>/includes/functions/general.php file is using an OLD VERSION which doesn't include the is__writeable function and BREAKS the admin pages completely.

    PHP Fatal error: Call to undefined function is__writeable() in /<SITE>/admin<xxx>/includes/init_includes/init_errors.php on line 84

  10. #90
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: TaxCloud Addon

    what version of zen cart are you using?
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

 

 
Page 9 of 16 FirstFirst ... 7891011 ... 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

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