You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 low of work for maybe small changes, so I'd suggest starting by adding the following UI Extensions:
Custom order line view: The ability to display a custom web component that completely replaces the built-in display of product name and node guid and any property. This would allow you to completely customize how properties are displayed. This web component should have access to the order line and the the entire order.
Ability to add custom boxes to the built-in order view, either on the left or right, with the ability to place them at any location. It should be possible to conditionally show or hide these boxes with your own logic. This logic should have access to the entire order.
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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 low 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.
Context
No response
Beta Was this translation helpful? Give feedback.
All reactions