Skip to content

ucOrder(Collection|Line)Property inconsistencies #733

@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.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:

Collection view
Image

Additional info:
Image

Order Lines:
Image

It works here:

Additional info modal:
Image

Notes:
Image

Customer details modal:
Image

Order Line modal:
Image

--

Also, I was expecting that the billing fields would display on the overview too, but they don't.

Image

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

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