Replies: 1 comment 2 replies
-
Can you not implement a shipping calculator to provide a specific tax rate just for shipping? https://vendr.net/docs/core/1.5.0/key-concepts/calculators/ https://vendr.net/docs/core/1.5.0/reference/vendr-core-calculators/ishippingcalculator/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Matt,
Rather than slack you on this, I thought I'd raise a discussion point.
It's a complicated one to write up, so it might take some discussion.
However firstly, I believe this is how the Tax is calculated on an order:
Tax is set within a pipeline by updating the OrderCalculation model. This is done using a TaxRate model which is a percentage.
This TaxRate (shipping/payment/total) is used on all the price calculators to calculate the right tax for the value.
TotalPrice includes shipping in it's value and then tax is calculated using that value.
Our dilemma is that we don't always want shipping to be taxed on the TotalPrice, for example America has different sales taxes which can and can't include shipping tax.
So two avenues I was thinking about were:
Is this something we can do? or something you have an approach for?
Happy to explain more if needed, on here or on slack.
Gareth.
Beta Was this translation helpful? Give feedback.
All reactions