-
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.2.2
Bug summary
I have order collection properties defined like:
{
"type": "ucOrderCollectionProperty",
"alias": `Project.OrderCollectionProperty.Alias`,
"name": `Project Order Collection Property Label`,
"weight": 100,
"meta": {
"propertyAlias": "Alias",
"labelUiAlias": "UiAlias",
"align": "left",
"label": "π"
}
}The label fallback shows up as expected in the order view:
But in the carts overview, it doesn't fallback to the label:
Specifics
No response
Steps to reproduce
Add order collection properties as defined in the summary.
Check if they show up in both order and cart.
Notice that in carts, the label is not used as fallback when the translation is missing.
Expected result / actual result
No response
Dependencies
No response