Thread: TaxCloud Addon

Page 11 of 16 FirstFirst ... 910111213 ... LastLast
Results 101 to 110 of 159
  1. #101
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,690
    Plugin Contributions
    9

    Default Re: TaxCloud Addon

    Quote Originally Posted by ChuckPhillips View Post
    I've installed this into ZC 1.5.5f with the ZCA Bootstrap template. The catalog page taxcloud_exemptions does not load properly. It looks like a jquery conflict - something I'm not good at troubleshooting. Switching the template to Responsive Classic does not solve the issue.

    taxcloud is referencing jquery 1.4.4, Responsive Classic template is referencing 1.12.4 and ZCA Bootstrap template is referencing 2.1.1.

    Any help/hints is very much appreciated.
    a link to the site would be helpful....

    are you getting any errors on the developers tools console?
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  2. #102
    Join Date
    Sep 2012
    Location
    Upstate South Carolina
    Posts
    96
    Plugin Contributions
    2

    Default Re: TaxCloud Addon

    It's https://155 dot legend-plates dot com.

    Console log:

    index.php?main_page=taxcloud_exemptions:187 Uncaught TypeError: $(...).on is not a function
    at HTMLDocument.<anonymous> (index.php?main_page=taxcloud_exemptions:187)
    at j (jquery.js:3073)
    at Object.fireWith [as resolveWith] (jquery.js:3185)
    at Function.ready (jquery.js:3391)
    at HTMLDocument.I (jquery.js:3407)
    (anonymous) @ index.php?main_page=taxcloud_exemptions:187
    j @ jquery.js:3073
    fireWith @ jquery.js:3185
    ready @ jquery.js:3391
    I @ jquery.js:3407
    cert.min.js:1 Uncaught ReferenceError: babelHelpers is not defined
    at s.(/anonymous function).(anonymous function)._createButtons (https://taxcloud.net/imgs/cert.min.js:1:35168)
    at s.(/anonymous function).(anonymous function)._create (https://taxcloud.net/imgs/cert.min.js:1:32859)
    at s.(/anonymous function).(anonymous function)._createWidget (https://taxcloud.net/imgs/cert.min.js:1:5643)
    at new s.(/anonymous function).(anonymous function) (https://taxcloud.net/imgs/cert.min.js:1:4600)
    at HTMLDivElement.<anonymous> (cert.min.js:1)
    at Function.each (jquery.min.js:33)
    at init.each (jquery.min.js:26)
    at init.s.fn.(/anonymous function) [as dialog] (https://taxcloud.net/imgs/cert.min.js:1:5164)
    at buildExemptCert (cert.min.js:1)
    at HTMLDocument.<anonymous> (index.php?main_page=taxcloud_exemptions:399)
    _createButtons @ cert.min.js:1
    _create @ cert.min.js:1
    _createWidget @ cert.min.js:1
    s.(anonymous function).(anonymous function) @ cert.min.js:1
    (anonymous) @ cert.min.js:1
    each @ jquery.min.js:33
    each @ jquery.min.js:26
    s.fn.(anonymous function) @ cert.min.js:1
    buildExemptCert @ cert.min.js:1
    (anonymous) @ index.php?main_page=taxcloud_exemptions:399
    ready @ jquery.min.js:29
    u @ jquery.min.js:37

  3. #103
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,690
    Plugin Contributions
    9

    Default Re: TaxCloud Addon

    chuck,
    u r correct. it is a jquery conflict issue. i would start by reviewing this document:

    https://learn.jquery.com/using-jquer...her-libraries/

    changing the namespace would definitely work, but i think you need to clean up which jquery version you want to run. there is clearly no need to load multiple versions of it.

    it is a bit of trial and error. the problem is that when you use multiple plugins that all require the jquery library (and other libraries that depend on it), you end up loading jquery multiple times which creates its own problems.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  4. #104
    Join Date
    Sep 2012
    Location
    Upstate South Carolina
    Posts
    96
    Plugin Contributions
    2

    Default Re: TaxCloud Addon

    Thanks for the input, Carl. I think the taxcloud_exemptions page needs to be re-worked in php/html and dump jquery. Know of any problems I might encounter?

  5. #105
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,690
    Plugin Contributions
    9

    Default Re: TaxCloud Addon

    Quote Originally Posted by ChuckPhillips View Post
    Thanks for the input, Carl. I think the taxcloud_exemptions page needs to be re-worked in php/html and dump jquery. Know of any problems I might encounter?
    in answer to your question, i do not know of any problems that you might encounter. that does not mean you will not encounter any.... i have zero experience with this plugin...

    that said, i am a big fan of jquery and what it provides.... and personally i would put the work into making this plugin work in your install with jquery as opposed to without... i think the experience gained is better served... but again just my opinion....
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  6. #106
    Join Date
    May 2010
    Posts
    99
    Plugin Contributions
    0

    Default Re: TaxCloud Addon

    I'm interested in this, but the taxcloud.net site won't load for me.

    Where can I find more information about how this service works (besides reviews)? What is the difference between the free version and the paid one?

  7. #107
    Join Date
    May 2010
    Posts
    99
    Plugin Contributions
    0

    Default Re: TaxCloud Addon

    For anyone else having problems with their UI, try this link: prev.taxcloud.com

  8. #108
    Join Date
    Jan 2015
    Location
    Grand Forks, North Dakota, United States
    Posts
    4
    Plugin Contributions
    1

    Default Re: TaxCloud Addon

    Does the TaxCloud Addon prevent the "Redundant API" lookups?

    • Redundant API Fees: Additionally, if a Merchant sends TaxCloud repeated identical
    TaxCloud Lookups, the Merchant will pay a fee of $0.04 per redundant TaxCloud API
    Transaction call. This fee is intended to discourage ‘chatty’ API implementation and
    encourage more efficient communications between Merchant and TaxCloud, which
    enables faster processing for all in our Merchant community. (Repeat identical TaxCloud
    Lookups are indicated in the TaxCloud UI with a specific icon, so Merchant will know
    when they are sending repeat API calls to TaxCloud).

  9. #109
    Join Date
    Feb 2018
    Location
    Hilliard, Ohio
    Posts
    13
    Plugin Contributions
    0

    Default Re: TaxCloud Addon

    It does not prevent redundant lookups. We get charged for them, unfortunately.

  10. #110
    Join Date
    Dec 2018
    Posts
    1
    Plugin Contributions
    0

    Default Re: TaxCloud Addon

    Quote Originally Posted by sonnyjlewis View Post
    OK guys, I have an issue with my installation. 1.5.5f (upgraded from 1.5.5e original install) on an Apache server. I am using the taxcloud plugin as I'm participating in the Streamlined Sales Tax Initiative. When using the TaxCloud plugin, when someone checks out, they are presented with the order total, which shows product price, shipping, and tax properly. However, when their card gets charged, the tax amount isn't being collected. I've tried this with several payment processors so I'm certain it doesn't have to do with them. I think it's the way TaxCloud is passing the correct amount to the payment gateway but that's just a guess on my part.

    I am running two different stores, both of which are on 1.5.5f and both are experiencing this issue. One of the stores was formerly on an older version, 1.3.somethingorother, and the taxcloud plugin for that version worked properly.

    One current site is running PHP 7.1, and the other is running 5.6.3. Both are using MySQL 5.5.5-10.1.31-MariaDB.

    Any thoughts on getting this to work right would be appreciated. If I had a clue about PHP I'd probably have this fixed but I'm no programmer and code mystifies me.

    Any ideas on what the fix would be?

    Thanks
    Looks like the issue (at least with PayPal) is an API change in the PayPal module. The following change should fix the issue there.

    Code:
    --- a/taxcloud/includes/modules/payment/paypalwpp.php
    +++ b/taxcloud/includes/modules/payment/paypalwpp.php
    @@ -1274,9 +1274,9 @@ if (false) { // disabled until clarification is received about coupons in PayPal
           //TaxCloud hack for PayPal plugin
           $taxCloudTax = $_SESSION['taxcloudTaxTotal']; 
           if ( isset($taxCloudTax)) {
    -           $optionsST['TAXAMT']      = round($taxCloudTax,2);
    +           $optionsST['PAYMENTREQUEST_0_TAXAMT'] = round($taxCloudTax,2);
                //Update total
    -           $optionsST['AMT'] = $optionsST['AMT'] + $taxCloudTax;
    +           $optionsST['PAYMENTREQUEST_0_AMT'] = $optionsST['PAYMENTREQUEST_0_AMT'] + $taxCloudTax;
           }
           //End TaxCloud hack
    This is around line 1274 in includes/modules/payment/paypalwpp.php for an unmodified ZC 1.5.5f. Replace the lines marked with minus signs (-) with the lines marked with plus signs (+).

    The TaxCloud module touches a lot of core files, which means it isn't very modular. It's probably going to be a headache to maintain the module across ZC versions, and the official TaxCloud account on the forum (and their github) went silent three years ago. For one thing, the changes between ZC 1.5.5f and 1.5.6 mean that the same module can't be used across both.

 

 
Page 11 of 16 FirstFirst ... 910111213 ... 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