CheckOutConfirmOrder

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

Checkout order confirmation showing order information and confirmation actions.

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
OrderRequestQuoteButtonDisplay
Boolean
Not specified true, false Controls whether the Convert to Quote button appears.
OrderRequestQuoteButtonDisplayText
String
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

  1. Progress through checkout and confirm the order summary is complete and accurate.
  2. Confirm the shopper can confirm or cancel the order as configured.
  3. When quote conversion is configured, confirm the button visibility and text.
  4. Test with non-production order data.

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