I’m having an issue where the Woocommerce tax rate is showing incorrectly on cart and checkout etc. I have entered the standard tax rate of 15% and chosen to enter prices inclusive of tax. I want it to show the 15% tax amount on order summary, checkout etc. I have checked all the settings and tax setting of the shipping and products. It displays incorrectly on front end as around 13% instead of the correct 15% GST.
I have tried disabling plugins (not Woocommmerce) and cleared transients etc, tried 2 different browsers, cleared caches but still getting the error. Can someone help with this? Thank you
I have an issue regarding my client’s page. I set the price of the extra fee for cash on delivery payment method. I also had to set two different tax rates, one normal, one reduced. The extra fee should be taxed with the reduced rate. How do I set that?
I have tried with this code (in the functions.php file):
add_action(‘woocommerce_cart_calculate_fees’, ‘custom_cod_tax_rate’, 10, 1);
function custom_cod_tax_rate($cart) {
if (is_admin() && !defined(‘DOING_AJAX’)) {
return;
}
foreach ($cart->get_fees() as $fee) {
if ($fee->name === 'Utánvétes fizetés') {
$fee->tax_class = 'Utánvét árak';
}
}
}
(It is a Hungarian site, so the names are in Hungarian.)
When using the code, it calculates no tax for the extra fee. Not using the above code, it calculates with the normal tax rate.
Any idea? What am I missing or doing wrong?
I would be really glad for any help!
Thanks in advance!
Agnes
]]>I sell a box which contains different items. This includes food and other products. The tax rate on the food items in this box is a reduced rate and on the other products in the same box it is the standard rate. This box I sell for €39,95, but only €19,95 is a reduced rate of 9% and the other €20 is the standard rate of 21%.
Is there a plugin or a way to set this up?
]]>Thank you
]]>please help me to solve this issue.
Here is the image link:
https://we.tl/t-lNKeC9fiIG
]]>We are using the tax reports (https://woo.com/document/reports/#taxes) that come with WooCommerce to file our taxes. This worked fine until now, but now two of our three shops don’t show the tax rates anymore, just the % sign.
The shops that don’t work use newer versions of WooCommerce (8.6.1 & 8.5.1). The one shop that still works has an older version (7.8.2).
Do you have a solution for this problem? Or do you know what could have caused it?
Regards,
Sara
Now the problem is: when you are completely new on the website and go to a product, you see the tax excluded price. When you fill in the checkout, the site recognizes the country and then shows different prices based on tax rate.
However, the price should always be the same on the productpage. Only the tax amount should change on the checkout page when country is filled in.
So for example, one product costs 21,95 including tax. On the productpage, it should be viewed as 21,95 (without showing the specific amount of tax). In the checkout, after filling in the country, it should what the amount of tax is within the 21,95.
Also the base price of 21,95 changes in the checkout when you change the country.
How can we fix this? Tax should only be calculated at checkout, and should only view how much the tax is within the base price of 21,95 (which is including the tax).
Thanks in advance!
Tax does not update automatically when changing ship to address.
If a user enters a shipping address, then edits that address (or changes it) the tax amount remains the same from the previous address entered.
A user can enter a shipping address with 0 states tax (New Hampshire) then edit that address to their delivery destination and the tax will not be charged.
The only way to get the tax amount to change is by clicking the “use billing address” radio button.
Config:
anyone else seeing this or know whats causing it and how to fix it? Charging the incorrect tax is a big no-no!
]]>All future prices will be exclusive of tax.
Can anyone please advise on how I can make this change or the steps I need to follow.
Many thank
]]>