Calculating the same automated tax rate for all cities in AZ
-
In my website when I am on the Cart or Checkout page and enter any shipping address city and zip code in Arizona, it gives the same sales tax rate (8.05% – state, county and city of Scottsdale rates) every time which is the tax rate for Scottsdale (this is the city the store is based out of).
I’m wondering if the TaxJar Plugin request and TaxJar API call are the issue. This website used to be connected to TaxJar, but I have since removed the TaxJar plugin and am instead trying to use WooCommerce’s automated tax calculation for my store’s state of Arizona.
Thanks.
When I check the WC Services Tax log (only the most recent portion of the log), I get:
Viewing log file wc-services-taxes-2024-09-09
2024-09-09T15:12:14+00:00 Notice :::: TaxJar Plugin requested :::: (WCS Tax)
Additional context
{
"_legacy": true
}
2024-09-09T15:12:24+00:00 Notice :::: TaxJar Plugin requested :::: (WCS Tax)
Additional context
{
"_legacy": true
}
2024-09-09T15:12:24+00:00 Notice :::: TaxJar API called :::: (WCS Tax)
Additional context
{
"_legacy": true
}
2024-09-09T15:12:24+00:00 Notice :::: TaxJar API request validation :::: (WCS Tax)
Additional context
{
"_legacy": true
}
2024-09-09T15:12:24+00:00 Notice API request is in good format. (WCS Tax)
Additional context
{
"_legacy": true
}
2024-09-09T15:12:24+00:00 Notice Requesting: taxjar/v2/taxes - {"from_country":"US","from_state":"AZ","from_zip":"85255","from_city":"Scottsdale","from_street":"P O Box 28516","to_country":"US","to_state":"AZ","to_zip":"85255","to_city":"Scottsdale","to_street":false,"shipping":"0","plugin":"woo","line_items":[{"id":"6699-daf5f5f5e5b8f660f4950ef65419cd42","quantity":1,"product_tax_code":"","unit_price":"13.00","discount":"0"}]} (WCS Tax)
Additional context
{
"_legacy": true
}
- You must be logged in to reply to this topic.