CatalogOnHandQuantityDisplayControl
CatalogOnHandQuantityDisplayControl displays item availability and lead-time messages within another control that displays items.

Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
EnableLeadTimeMessageBoolean | Not specified | true, false | Controls display of the lead-time message. |
EnableOnHandQuantityDisplayBoolean | Not specified | true, false | Controls display of the on-hand quantity message. |
Item_IDInteger | Not specified | Sets the item identifier. | |
LeadTimeMessageString | Not specified | Sets the item shipment-date message. | |
LimitedAvailableMessageString | Not specified | Sets the message displayed for a limited, available item. | |
LimitedUnavailableMessageString | Not specified | Sets the message displayed for a limited, unavailable item. | |
LimitedUnavaliableMessageNot specified | Not specified | Sets the legacy limited-unavailable message property. | |
OnHandDisplayCssClassString | Not specified | Sets the CSS class for the on-hand display. | |
QuantityBasisNot specified | Not specified | Sets the quantity basis. | |
ShowByWarehouseBoolean | Not specified | true, false | Controls display of quantity subtotals by warehouse. |
UnlimitedAvailableMessageString | Not specified | Sets the message displayed for an unlimited, available item. | |
UnlimitedUnavailableMessageString | Not specified | Sets the message displayed for an unlimited, unavailable item. | |
WarehouseQuantityMessageNot specified | Not specified | Sets the template used for each warehouse quantity row. |
SitePages.config example
The following example loads CatalogOnHandQuantityDisplayControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: EnableLeadTimeMessage, EnableOnHandQuantityDisplay, Item_ID, LeadTimeMessage, LimitedAvailableMessage, LimitedUnavailableMessage, LimitedUnavaliableMessage, OnHandDisplayCssClass, QuantityBasis, ShowByWarehouse, UnlimitedAvailableMessage, UnlimitedUnavailableMessage, WarehouseQuantityMessage.
<Control src="CatalogOnHandQuantityDisplayControl.ascx" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
CatalogOnHandQuantityDisplayControl inherits listing behavior from ListingControl and shared conditions from CyberStoreBaseControl.