-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Which component is this issue related to?
Umbraco Commerce (Core)
Which Umbraco Commerce version are you using? (Please write the exact version, example: 10.1.0)
16.0.0
Bug summary
When adding properties to either the collection, order or orderline there is some inconsistencies in how they work.
I figured out, that you can add label and description to the meta to use that as a fallback, if there is no localizations.
It doesn't work here:
It works here:
--
Also, I was expecting that the billing fields would display on the overview too, but they don't.
Specifics
No response
Steps to reproduce
Add properties as described in https://docs.umbraco.com/umbraco-commerce/key-concepts/ui-extensions/order-properties
Set label and description in meta eg.
{
"label": "My fallback label",
"description": "My fallback description"
}Expected result / actual result
Expected the fallbacks to be used everywhere there is no localizations.
Only worked in some places
Dependencies
No response






