CheckOutPrintOrderConfirmation

CheckOutPrintOrderConfirmation displays a printable order view after the shopper completes an order.

Printable checkout order confirmation showing the order summary.

Alternate printable checkout order confirmation view.

Confirmation behavior

The control displays a printable order view that the shopper can save for their records. Its default composition includes CheckOutOrderDisplayControl for the order summary.

Configurable properties

Property Default Valid values or format Effect
CustomShippingMessage
String
Not specified   Sets a message that describes custom shipping.
OrderDisplayName
String
Not specified   Sets the order display name.

SitePages.config example

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

<Control src="CheckOutPrintOrderConfirmation.ascx" />

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

Inherited properties

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

Validate the control

  1. Complete an order with non-production data.
  2. Confirm the printable order view contains the intended order summary.
  3. Confirm the configured order display name and custom shipping message.
  4. Print or save the confirmation using the target browser and verify the output is readable.

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