CatalogHotbuyVerticleListingControl
CatalogHotbuyVerticleListingControl displays randomly selected Hot Buys from the current category and its child categories in a vertical list.

Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
NumberOfItemsToDisplayInteger | 2 | Sets the number of Hot Buys to display. | |
photoLocationString | see UsePhoto | Sets the photo location. | |
PhotoWidthInteger | 0 | Sets the photo width. | |
UsePhotoString | "Photo1" | Selects the photo to use. |
SitePages.config example
The following example loads CatalogHotbuyVerticleListingControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: photoLocation.
<Control src="CatalogHotbuyVerticleListingControl.ascx"
NumberOfItemsToDisplay="2"
PhotoWidth="0"
UsePhoto="Photo1" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
CatalogHotbuyVerticleListingControl inherits listing behavior from ListingControl and shared conditions from CyberStoreBaseControl.