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.

CustomerOrderStatus search view

Configurable properties

Property Default Valid values or format Effect
ConvertToOrderButtonText
String
Not specified   Sets the convert-to-order button text.
DetailPage
String
Not specified   Sets the detail-page location.
DisplayMode
String
Not specified   Controls whether results display on the current page or the configured detail page.
OrderRequestQuoteButtonDisplay
Boolean
Not specified true, false Controls Convert to Quote button display.
OrderRequestQuoteButtonDisplayonStatus
Character
Not specified   Sets the order status for displaying the Convert to Quote button.
OrderRequestQuoteButtonResultText
String
Not specified   Sets the Order Request Quote result text.
ShowCustomerPOSearch
Boolean
Not specified true, false Controls customer purchase-order search display.
ShowDateRangeSearch
Boolean
Not specified true, false Controls date-range search display.
ShowOrderNumberSearch
Boolean
Not specified true, false Controls order-number search display.
ShowOrderTypeColumn
Boolean
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.


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