Show Adjustments on the Edit Order screen #652
philipdanielhayton
started this conversation in
Ideas
Replies: 2 comments
-
What price are you adjusting with your adjustment? From what I can see in our views, we do handle subtotal / total price adjustments and should display them so if that's not working, something is wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Matt, Sorry, I've been off this project for a few weeks. I was using a custom amount adjustment, it wasn't showing on the edit cart screen. It could be a project level issue, maybe one of the views is out of date or something, let me do some more digging and get back to you. |
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.
When an order has adjustments it's not obvious to an administrator which ones are being applied to a cart / order.
I've attached a screen shot below that illustrates the issue, I've applied an arbitrary +€100 adjustment to this order but to an admin there's no way of telling why the transaction amount is €100 than it should be.
Describe the solution you'd like
It would be good if adjustments were visible on the Order Details section.
Describe alternatives you've considered
I can (and will) add this myself using a custom view, but it would be awesome if it could eventually be added to the default view. Maybe it could be implemented as a C# Notification Handler so we could have granular control over what gets rendered without having to mess about with angular, like how the audit log is handled.
Additional context
Beta Was this translation helpful? Give feedback.
All reactions