OrchardCMS / OrchardCore.Commerce

The commerce module for Orchard Core.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Product Attributes should display the field label or name instead in cart and order display (OCC-196)

sarahelsaig opened this issue · comments

Describe the bug

When you display a product attribute in the cart and in the order, for some reason it shows the content type before the colon instead of the field label. The order editor is not affected by this.

To Reproduce

Steps to reproduce the behavior:

  1. Order a small Test Price Variant Product (https://localhost:5001/Contents/ContentItems/testpricevariantproduct000)
  2. See the Product column on the Your Cart screen. It says:
Test Price Variant Product
PriceVariantsProduct: Small
  1. Similarly, if you complete the order on the Success screen PriceVariantsProduct: Small is displayed in the Attributes column.

Expected behavior

In both cases it should've displyed Size: Small.

Screenshots

image

Jira issue