Skip to content

ucOrderCollectionProperty is not using the label as fallback in Carts overviewΒ #749

@skttl

Description

@skttl

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:

Image

But in the carts overview, it doesn't fallback to the label:

Image

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions