Replies: 1 comment
-
Hi! The calculation of shipping taxes is completely configurable via the ShippingCalculator class. By default, the calculator we ship with uses a fixed tax rate that is set in the admin ui, so you would need to create a custom calculator which inspects the tax rates of the current order lines and returns the appropriate rate for the shipping. I'm working on the new Admin UI right now, but here are some screenshots from our designs: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hey,
we're currently evaluating node-based commderce frameworks for b2b shops. How do you calculate shipping taxes at the moment? As we and our clients reside in the EU (e.g. Austria), the shipping tax rate is a combination of the product tax-rates.
we also looked at medusa, which seems to calculate the shipping tax just on the region standard-rate.
and, do you have a preview-screenshot of the new admin interface? we're quite excited, as the ui/ux is very important for our clients.
thanks!
Beta Was this translation helpful? Give feedback.
All reactions