CustomerOrderStatus
CustomerOrderStatus lets signed-in shoppers search and view the status of their orders, with links to complete order details. Orders must belong to the shopper’s linked SYSPRO customer or CyberStore account.

Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
ConvertToOrderButtonTextString | Not specified | Sets the convert-to-order button text. | |
DetailPageString | Not specified | Sets the detail-page location. | |
DisplayModeString | Not specified | Controls whether results display on the current page or the configured detail page. | |
OrderRequestQuoteButtonDisplayBoolean | Not specified | true, false | Controls Convert to Quote button display. |
OrderRequestQuoteButtonDisplayonStatusCharacter | Not specified | Sets the order status for displaying the Convert to Quote button. | |
OrderRequestQuoteButtonResultTextString | Not specified | Sets the Order Request Quote result text. | |
ShowCustomerPOSearchBoolean | Not specified | true, false | Controls customer purchase-order search display. |
ShowDateRangeSearchBoolean | Not specified | true, false | Controls date-range search display. |
ShowOrderNumberSearchBoolean | Not specified | true, false | Controls order-number search display. |
ShowOrderTypeColumnBoolean | Not specified | true, false | Controls order-type column display. |
SitePages.config example
The following example loads CustomerOrderStatus.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: ConvertToOrderButtonText, DetailPage, DisplayMode, OrderRequestQuoteButtonDisplay, OrderRequestQuoteButtonDisplayonStatus, OrderRequestQuoteButtonResultText, ShowCustomerPOSearch, ShowDateRangeSearch, ShowOrderNumberSearch, ShowOrderTypeColumn.
<Control src="CustomerOrderStatus.ascx" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
CustomerOrderStatus inherits shared conditions from CyberStoreBaseControl.