CheckOutItemList

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

Checkout item list showing ordered items, quantities, prices, and totals.

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
CurrencyCode
String
Not specified   Sets the currency used for display.
CustomerPriceLabelText
String
Not specified   Sets the customer-price label.
DefaultPriceLabelText
String
Not specified   Sets the default-price label.
DiscountPriceLabelText
String
Not specified   Sets the discount-price label.
WebPriceLabelText
String
Not specified   Sets the web-price label.
ShowCustomerPrice
Boolean
Not specified true, false Controls whether the customer price appears.
ShowDefaultPrice
Boolean
Not specified true, false Controls whether the default price appears.
ShowDiscountPrice
Boolean
Not specified true, false Controls whether the discount price appears.
ShowWebPrice
Boolean
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

  1. Add items with the configured price types to an order.
  2. Confirm item descriptions, quantities, units, and totals render correctly.
  3. Confirm each configured price label and visibility setting.
  4. Verify currency formatting for the configured shopper and order.

This site uses Just the Docs, a documentation theme for Jekyll.