CatalogHotbuyControl

CatalogHotbuyControl displays randomly selected Hot Buys from the current category and its child categories in a two-column layout.

CatalogHotbuyControl Hot Buy list

Configurable properties

Property Default Valid values or format Effect
NumberOfItemsToDisplay
Integer
2   Sets the number of Hot Buys to display.
photoLocation
String
see UsePhoto   Sets the photo location.
PhotoWidth
Integer
0   Sets the photo width.
UsePhoto
String
"Photo1"   Selects the photo to use.

SitePages.config example

The following example loads CatalogHotbuyControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: photoLocation.

<Control src="CatalogHotbuyControl.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

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


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