CatalogOnHandQuantityDisplayControl

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

CatalogOnHandQuantityDisplayControl availability message

Configurable properties

Property Default Valid values or format Effect
EnableLeadTimeMessage
Boolean
Not specified true, false Controls display of the lead-time message.
EnableOnHandQuantityDisplay
Boolean
Not specified true, false Controls display of the on-hand quantity message.
Item_ID
Integer
Not specified   Sets the item identifier.
LeadTimeMessage
String
Not specified   Sets the item shipment-date message.
LimitedAvailableMessage
String
Not specified   Sets the message displayed for a limited, available item.
LimitedUnavailableMessage
String
Not specified   Sets the message displayed for a limited, unavailable item.
LimitedUnavaliableMessage
Not specified
Not specified   Sets the legacy limited-unavailable message property.
OnHandDisplayCssClass
String
Not specified   Sets the CSS class for the on-hand display.
QuantityBasis
Not specified
Not specified   Sets the quantity basis.
ShowByWarehouse
Boolean
Not specified true, false Controls display of quantity subtotals by warehouse.
UnlimitedAvailableMessage
String
Not specified   Sets the message displayed for an unlimited, available item.
UnlimitedUnavailableMessage
String
Not specified   Sets the message displayed for an unlimited, unavailable item.
WarehouseQuantityMessage
Not 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.


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