How to confirm that the tax is calculated normally outside of California
-
I use woocommerce tax to calculate taxes automatically.
The configuration related to automatic tax calculation has been enabled, and currently the webpage shows tax collection if the ordering address is in California, and not if other US states are selected.
I understand that some states require a certain amount of sales or number of orders to calculate the tax.
So I’ve created orders with different amounts and addresses through the backend, but this doesn’t seem to work.
For example, I created 200 orders in New York, and then placed an order on the website after that, and still no tax shows up.
Is it an order created in the backend that won’t be calculated into the sales amount range?
The debug log is below:2024-10-18T06:33:30+00:00 NOTICE Received: {"tax":{"amount_to_collect":0,"freight_taxable":true,"has_nexus":false,"order_total_amount":90.0,"rate":0,"shipping":0.0,"tax_source":null,"taxable_amount":0}} (WCS Tax) CONTEXT: {"_legacy":true}
2024-10-18T06:33:31+00:00 NOTICE :::: TaxJar Plugin requested :::: (WCS Tax) CONTEXT: {"_legacy":true}
2024-10-18T06:33:31+00:00 NOTICE :::: TaxJar API called :::: (WCS Tax) CONTEXT: {"_legacy":true}
2024-10-18T06:33:31+00:00 NOTICE Received: {"tax":{"amount_to_collect":0,"freight_taxable":true,"has_nexus":false,"order_total_amount":90.0,"rate":0,"shipping":0.0,"tax_source":null,"taxable_amount":0}} (WCS Tax) CONTEXT: {"_legacy":true}
2024-10-18T06:33:39+00:00 NOTICE :::: TaxJar Plugin requested :::: (WCS Tax) CONTEXT: {"_legacy":true}
2024-10-18T06:33:39+00:00 NOTICE :::: TaxJar API called :::: (WCS Tax) CONTEXT: {"_legacy":true}
2024-10-18T06:33:39+00:00 NOTICE :::: TaxJar API request validation :::: (WCS Tax) CONTEXT: {"_legacy":true}
2024-10-18T06:33:39+00:00 NOTICE API request is in good format. (WCS Tax) CONTEXT: {"_legacy":true}
2024-10-18T06:33:39+00:00 NOTICE Requesting: taxjar/v2/taxes - {"from_country":"US","from_state":"CA","from_zip":"91745","from_city":"city of industry","from_street":"Cy Center","to_country":"US","to_state":"NY","to_zip":"10004","to_city":"YORKTOWN","to_street":"3539 tulip drive","shipping":"20","plugin":"woo","line_items":[{"id":"4278-6fc7d067c8cc18d8f65df6f0d85692dd","quantity":2,"product_tax_code":"","unit_price":"30","discount":"0"},{"id":"4278-4d0755ca2bfe7b956ab8d50b503096e0","quantity":1,"product_tax_code":"","unit_price":"30","discount":"0"}]} (WCS Tax) CONTEXT: {"_legacy":true}
2024-10-18T06:33:39+00:00 NOTICE Received: {"tax":{"amount_to_collect":0,"freight_taxable":true,"has_nexus":false,"order_total_amount":110.0,"rate":0,"shipping":20.0,"tax_source":null,"taxable_amount":0}} (WCS Tax) CONTEXT: {"_legacy":true}Is there any way that I can confirm that the tax is calculated normally outside of California?
- You must be logged in to reply to this topic.