Replies: 1 comment
-
|
@acoumb @mattbrailsford Any feedback on these ideas? Our customers are complaining about the lackluster experience when viewing order details since the upgrade from v13 to v16/17, as we can no longer provide the same customized experience as we could in v13. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Which component is this idea for?
Umbraco Commerce (Core)
Describe your idea
Currently, there is some ability to customize the order detail view, as described here: https://docs.umbraco.com/umbraco-commerce/key-concepts/ui-extensions/order-properties and https://docs.umbraco.com/umbraco-commerce/key-concepts/ui-extensions/order-line-properties.
However, this is not very flexible. In Umbraco 13 you could replace this whole view with your own Angular view. While having this would of course allow maximum flexibility, it is also a lot of work for maybe small changes, so I'd suggest starting by adding the following UI Extensions:
I believe that together these would address much of the need for completely replacing the order details view.
Also, for the existing order line property UI Extension, I'd suggest adding a third option for
summaryStyle:block. For our use case, the forced labels on the left are useless and I'd much rather be able to disable them.Together, these changes would allow us to deliver the same experience as we did in Umbraco 13.
Alternatively, you could add the ability to completely override the order details view with your own web component. I think that this would require publishing the code for the built-in view, so you could do it without starting from scratch.
Context
No response
Beta Was this translation helpful? Give feedback.
All reactions