Umbraco.Commerce.Issues
Umbraco.Commerce.Issues copied to clipboard
Admin order view should take account of 'Prices Include Tax'
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