If I edit the current tax rate of 3% and change it to 5%, will it automatically apply to the products previously added to it?
I have “show gross prices” set in the system (if it is important)
]]>I cannot find it anywhere with WPML? Where can I find it or add it to the strings?
Thanks in advance.
]]>Here are some details,
The store is based in PA and the checkout address is also PA, the item in the cart is a Lab Coat. I have added a tax class according to Taxjar categories. The tax class used is “46181532a0000”, but I set the Tax Status to “Taxable”. (I am not sure what effect the tax status has on the Automated tax from Taxjar, I expect that it will still request that tax but use the stated category and return the correct tax rate)
However, on the cart, it seems to be returning tax for this item.
Here is the WC Taxes Log.
01 - 19 - 2022 @ 06: 46: 21 - ::::TaxJar Plugin requested::::(WCS Tax)
01 - 19 - 2022 @ 06: 46: 21 - ::::TaxJar API called::::(WCS Tax)
01 - 19 - 2022 @ 06: 46: 21 - Received: {
"tax": {
"amount_to_collect": 1.44,
"breakdown": {
"city_tax_collectable": 0.0,
"city_tax_rate": 0.0,
"city_taxable_amount": 0.0,
"combined_tax_rate": 0.06,
"county_tax_collectable": 0.0,
"county_tax_rate": 0.0,
"county_taxable_amount": 0.0,
"line_items": [{
"city_amount": 0.0,
"city_tax_rate": 0.0,
"city_taxable_amount": 0.0,
"combined_tax_rate": 0.06,
"county_amount": 0.0,
"county_tax_rate": 0.0,
"county_taxable_amount": 0.0,
"id": "5661-ce8cd13cd936b4173acbfe124ea1b0f0",
"special_district_amount": 0.0,
"special_district_taxable_amount": 0.0,
"special_tax_rate": 0.0,
"state_amount": 1.44,
"state_sales_tax_rate": 0.06,
"state_taxable_amount": 23.99,
"tax_collectable": 1.44,
"taxable_amount": 23.99
}],
"shipping": {
"city_amount": 0.0,
"city_tax_rate": 0.0,
"city_taxable_amount": 0.0,
"combined_tax_rate": 0.06,
"county_amount": 0.0,
"county_tax_rate": 0.0,
"county_taxable_amount": 0.0,
"special_district_amount": 0.0,
"special_tax_rate": 0.0,
"special_taxable_amount": 0.0,
"state_amount": 0.0,
"state_sales_tax_rate": 0.06,
"state_taxable_amount": 0.0,
"tax_collectable": 0.0,
"taxable_amount": 0.0
},
"special_district_tax_collectable": 0.0,
"special_district_taxable_amount": 0.0,
"special_tax_rate": 0.0,
"state_tax_collectable": 1.44,
"state_tax_rate": 0.06,
"state_taxable_amount": 23.99,
"tax_collectable": 1.44,
"taxable_amount": 23.99
},
"freight_taxable": true,
"has_nexus": true,
"jurisdictions": {
"city": "SCRANTON",
"country": "US",
"county": "LACKAWANNA",
"state": "PA"
},
"order_total_amount": 23.99,
"rate": 0.06,
"shipping": 0.0,
"tax_source": "origin",
"taxable_amount": 23.99
}
}(WCS Tax)
01 - 19 - 2022 @ 06: 46: 21 - ::Adding New Tax Rate::(WCS Tax)
01 - 19 - 2022 @ 06: 46: 21 - {
"tax_rate_country": "US",
"tax_rate_state": "PA",
"tax_rate_name": "US-PA-LACKAWANNA-SCRANTON Tax",
"tax_rate_priority": 1,
"tax_rate_compound": false,
"tax_rate_shipping": 1,
"tax_rate": 6,
"tax_rate_class": "46181532a0000"
}(WCS Tax)
01 - 19 - 2022 @ 06: 46: 21 - Tax Rate ID Set
for 17(WCS Tax)
01 - 19 - 2022 @ 06: 46: 21 - ::Adding New Tax Rate::(WCS Tax)
01 - 19 - 2022 @ 06: 46: 21 - {
"tax_rate_country": "US",
"tax_rate_state": "PA",
"tax_rate_name": "US-PA-LACKAWANNA-SCRANTON Tax",
"tax_rate_priority": 1,
"tax_rate_compound": false,
"tax_rate_shipping": 1,
"tax_rate": 6,
"tax_rate_class": ""
}(WCS Tax)
01 - 19 - 2022 @ 06: 46: 21 - Tax Rate ID Set
for 18(WCS Tax)
Is this correct? I am under the belief that the tax category “46181532a0000” is exempt.
]]>If the product is more than 150 the tax rate is 0%
If the product is less than 150 the tax rate is 21&
How can this be coded?
Regards
]]>We are not able to get right tax percantage for product price base on country where customer is from.
Is there any way how to get it (any function)?
Thank you.
]]>How can I get the order tax rate, not the item tax rate? So it just displays tax value once?
Thanks