CheckOutOrderDisplayControl

CheckOutOrderDisplayControl displays a summary of the billing, shipping, payment-method, and shipping-option information for an order.

Checkout order display showing shipping, billing, payment, item, and total information.

Default subcontrols

The legacy default composition includes these controls:

Subcontrol Role
CheckOutItemList Displays the items in the checkout order.
CheckOutDisplayOrderTotals Displays order totals, including shipping, tax, discount, and promotion values.

Configurable properties

Address labels

Property Default Valid values or format Effect
Address1LineLabel
String
Not specified   Sets the first address-line label.
Address2LineLabel
String
Not specified   Sets the second address-line label.
Address3LineLabel
String
Not specified   Sets the third address-line label.
CityAddressLineLabel
String
Not specified   Sets the city label.
CountryAddressLineLabel
String
Not specified   Sets the country label.
PhoneAddressLineLabel
String
Not specified   Sets the phone label.
StateAddressLineLabel
String
Not specified   Sets the state label.
ZipCodeAddressLineLabel
String
Not specified   Sets the ZIP or postal-code label.

General display

Property Default Valid values or format Effect
CurrencyCode
String
Not specified   Sets the order currency.
ItemDetails
Not specified
Not specified   Sets the item details.
NameLabel
String
Not specified   Sets the name-field label.
OrderDisplayName
String
Not specified   Sets the order-display name.
OrderTotals
Not specified
Not specified   Sets the order totals.

SitePages.config example

The following example loads CheckOutOrderDisplayControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: Address1LineLabel, Address2LineLabel, Address3LineLabel, CityAddressLineLabel, CountryAddressLineLabel, PhoneAddressLineLabel, StateAddressLineLabel, ZipCodeAddressLineLabel, CurrencyCode, ItemDetails, NameLabel, OrderDisplayName, OrderTotals.

<Control src="CheckOutOrderDisplayControl.ascx" />

Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.

The legacy source does not document allowed values or defaults for ItemDetails and OrderTotals. Validate their supported configuration with the target site’s checkout contract.

Inherited properties

CheckOutOrderDisplayControl inherits shared visibility and shopper-access conditions from CyberStoreBaseControl.

Validate the control

  1. Create an order with billing, shipping, payment, item, and total information.
  2. Confirm the item list and totals subcontrols render the intended order information.
  3. Confirm configured address labels and the order display name.
  4. Test with non-production order data.

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