CheckOutConfirmOrder
CheckOutConfirmOrder is the fourth checkout step. It displays order information for the shopper to confirm or cancel.

Confirmation behavior
The default control composition includes CheckOutOrderDisplayControl, which displays an order summary. CheckOutConfirmOrder can also display a Convert to Quote action when configured.
Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
OrderRequestQuoteButtonDisplayBoolean | Not specified | true, false | Controls whether the Convert to Quote button appears. |
OrderRequestQuoteButtonDisplayTextString | Not specified | Sets the Convert to Quote button text. |
SitePages.config example
The following example loads CheckOutConfirmOrder.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: OrderRequestQuoteButtonDisplay, OrderRequestQuoteButtonDisplayText.
<Control src="CheckOutConfirmOrder.ascx" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
The legacy source does not define defaults or the conditions under which a shopper can convert an order to a quote. Validate this behavior with the configured checkout workflow.
Inherited properties
CheckOutConfirmOrder inherits shared visibility and shopper-access conditions from CyberStoreBaseControl.
Validate the control
- Progress through checkout and confirm the order summary is complete and accurate.
- Confirm the shopper can confirm or cancel the order as configured.
- When quote conversion is configured, confirm the button visibility and text.
- Test with non-production order data.