• Tax codes for Washington state were imported.

    Sometimes the tax calculates correctly for the zip code 99037. Most of the time the tax is “0” which is incorrect.

    I’ve tried to reliably reproduce the error many times. However sometimes the correct tax shows for 99037 and other times it reports “0”. When I toggle between zipcodes 99036 and 99037 the correct tax shows for 99037 but shows as “0” for 99036.
    The rows in the database are identical except for the zip code.

    I’m using the woocommerce theme: ArtificerVersion: 1.3.16.

    1) What should I check?

    2) I’m using google chrome developer tools. I can run javascript in the console and inspect elements. The tax is being calculated using AJAX. I’ve never tried to debug AJAX results. Any hints here to help debug are appreciated.

Viewing 1 replies (of 1 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    1) If the results are intermittent, I’m wondering about caching. Are you still experiencing the same issue after deactivating all of your plugins (except WooCommerce) and switching to the default Twenty Sixteen theme?

    2) AJAX responses can be debugged by using dev tools and navigating to **Network > XHR** then clicking on the AJAX call and looking at the headers.

Viewing 1 replies (of 1 total)
  • The topic ‘Tax calulations in Cart are faulty’ is closed to new replies.