Shipping tax calculation #1065
-
Beta Was this translation helpful? Give feedback.
Answered by
duncanmcclean
Jun 8, 2024
Replies: 1 comment 3 replies
-
If you create a product with the same price, do you get the same calculation? What's the "inc tax" total you're expecting? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've just tried to replicate this scenario in my test site and it seems to be working fine for me....
^ using
{{ sc:cart:shipping_total }}
,{{ sc:cart:shipping_total_with_tax }}
and{{ sc:cart:tax_total }}
in this screenshot.The shipping tax rate is set to 21% and my shipping method is returning
1000
. 🤔Could it be using one of the other tax rates you have configured instead? If you change the other tax rates to 0% and change something on the order to let it recalculate (like resubmitting the "select shipping method" form), does tax still get applied to shipping or not?