CatalogHotSpotListingControl

CatalogHotSpotListingControl displays a list of an item’s Hot Spots. It was introduced in v2.5.

CatalogHotSpotListingControl Hot Spot list

Configurable properties

Property Default Valid values or format Effect
EmptyHotSpotGridText
String
"No data to display"   Sets the message displayed when the Hot Spot grid is empty.
HotSpotGridPageSize
Integer
10   Sets the Hot Spot grid page size.
ShowEmptyHotSpotGrid
Boolean
true true, false Controls display of an empty Hot Spot grid.
ShowHotSpotAddToCartColumn
Boolean
true true, false Controls the add-to-cart column.
ShowHotSpotColumnHeaders
Boolean
true true, false Controls Hot Spot table header display.
ShowHotSpotIDColumn
Boolean
false true, false Controls the Hot Spot identifier column.
ShowHotSpotNameColumn
Boolean
true true, false Controls the Hot Spot name column.
ShowHotSpotQtyColumn
Boolean
true true, false Controls the Hot Spot quantity column.
ShowHotSpotReferenceColumn
Boolean
true true, false Controls the Hot Spot reference column.
ShowHotSpotRequiredColumn
Boolean
true true, false Controls the Hot Spot required column.
ShowHotSpotShortDescriptionColumn
Boolean
true true, false Controls the Hot Spot short-description column.
ShowHotSpotStockCodeColumn
Boolean
false true, false Controls the Hot Spot stock-code column.

SitePages.config example

The following example loads CatalogHotSpotListingControl.ascx and applies the documented literal defaults.

<Control src="CatalogHotSpotListingControl.ascx"
         EmptyHotSpotGridText="No data to display"
         HotSpotGridPageSize="10"
         ShowEmptyHotSpotGrid="true"
         ShowHotSpotAddToCartColumn="true"
         ShowHotSpotColumnHeaders="true"
         ShowHotSpotIDColumn="false"
         ShowHotSpotNameColumn="true"
         ShowHotSpotQtyColumn="true"
         ShowHotSpotReferenceColumn="true"
         ShowHotSpotRequiredColumn="true"
         ShowHotSpotShortDescriptionColumn="true"
         ShowHotSpotStockCodeColumn="false" />

Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.

Inherited properties

CatalogHotSpotListingControl inherits listing behavior from ListingControl and shared conditions from CyberStoreBaseControl.


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