CheckOutItemList
CheckOutItemList displays the items in a checkout order and formats the item details for the shopper.

Item-list behavior
The legacy source identifies item details including product name, stock code, prices, quantity, unit, and total. Currency display uses the order currency; when no currency is specified, the legacy source uses the signed-in shopper’s currency.
Price configuration
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
CurrencyCodeString | Not specified | Sets the currency used for display. | |
CustomerPriceLabelTextString | Not specified | Sets the customer-price label. | |
DefaultPriceLabelTextString | Not specified | Sets the default-price label. | |
DiscountPriceLabelTextString | Not specified | Sets the discount-price label. | |
WebPriceLabelTextString | Not specified | Sets the web-price label. | |
ShowCustomerPriceBoolean | Not specified | true, false | Controls whether the customer price appears. |
ShowDefaultPriceBoolean | Not specified | true, false | Controls whether the default price appears. |
ShowDiscountPriceBoolean | Not specified | true, false | Controls whether the discount price appears. |
ShowWebPriceBoolean | Not specified | true, false | Controls whether the web price appears. |
SitePages.config example
The following example loads CheckOutItemList.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: CurrencyCode, CustomerPriceLabelText, DefaultPriceLabelText, DiscountPriceLabelText, WebPriceLabelText, ShowCustomerPrice, ShowDefaultPrice, ShowDiscountPrice, ShowWebPrice.
<Control src="CheckOutItemList.ascx" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
CheckOutItemList inherits shared visibility and shopper-access conditions from CyberStoreBaseControl.
Validate the control
- Add items with the configured price types to an order.
- Confirm item descriptions, quantities, units, and totals render correctly.
- Confirm each configured price label and visibility setting.
- Verify currency formatting for the configured shopper and order.