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

Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
EmptyHotSpotGridTextString | "No data to display" | Sets the message displayed when the Hot Spot grid is empty. | |
HotSpotGridPageSizeInteger | 10 | Sets the Hot Spot grid page size. | |
ShowEmptyHotSpotGridBoolean | true | true, false | Controls display of an empty Hot Spot grid. |
ShowHotSpotAddToCartColumnBoolean | true | true, false | Controls the add-to-cart column. |
ShowHotSpotColumnHeadersBoolean | true | true, false | Controls Hot Spot table header display. |
ShowHotSpotIDColumnBoolean | false | true, false | Controls the Hot Spot identifier column. |
ShowHotSpotNameColumnBoolean | true | true, false | Controls the Hot Spot name column. |
ShowHotSpotQtyColumnBoolean | true | true, false | Controls the Hot Spot quantity column. |
ShowHotSpotReferenceColumnBoolean | true | true, false | Controls the Hot Spot reference column. |
ShowHotSpotRequiredColumnBoolean | true | true, false | Controls the Hot Spot required column. |
ShowHotSpotShortDescriptionColumnBoolean | true | true, false | Controls the Hot Spot short-description column. |
ShowHotSpotStockCodeColumnBoolean | 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.