CheckOutDisplayOrderReceipt

CheckOutDisplayOrderReceipt displays order information after a shopper confirms an order.

Checkout order receipt showing confirmed order information and print action.

Receipt behavior

The control uses CheckOutOrderDisplayControl to display the order summary. The legacy source also shows a print action for the receipt.

Configurable properties

Property Default Valid values or format Effect
OrderDisplayName
String
Not specified   Sets the order-display name.

SitePages.config example

The following example loads CheckOutDisplayOrderReceipt.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: OrderDisplayName.

<Control src="CheckOutDisplayOrderReceipt.ascx" />

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

Inherited properties

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

Validate the control

  1. Confirm an order using non-production data.
  2. Confirm the receipt displays the expected order summary and display name.
  3. Confirm the receipt’s print action opens the intended printable view.
  4. Verify the receipt contains only the intended order information for the signed-in shopper.

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