Replies: 2 comments
-
This is a feature we are also looking forward to 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm also interested for this enhancement to be implemented. Thanks. |
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
-
Is your feature request related to a problem? Please describe.
The order view in the admin should mirror the settings that we have for the front end. On a "Store" we can configure whether or not the prices include tax. However, the admin always displays prices exclusive of tax, except the total.
Describe the solution you'd like
The admin order view should look at the store setting, or otherwise, use a field in order.editor.config
Describe alternatives you've considered
For now, I might need to try and rewrite the "GetOrder" API end point, and modify the vendr.resources.js. Trying to apply the tax (always 5% for us) results in rounding errors.
Additional context
https://our.umbraco.com/packages/website-utilities/vendr/vendr-support/103693-admin-order-view-prices-inclusive-of-tax#comment-323997
Beta Was this translation helpful? Give feedback.
All reactions