CatalogCategorySearchDisplayControl
CatalogCategorySearchDisplayControl displays sibling categories with their item counts, including subcategory items. It shows only categories containing one or more items and approved for the current shopper’s View List.
Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
PageSizeInteger | 10 | Sets the page size. | |
PhotoWidthInteger | 0 | Sets the photo width. |
SitePages.config example
The following example loads CatalogCategorySearchDisplayControl.ascx and applies the documented literal defaults.
<Control src="CatalogCategorySearchDisplayControl.ascx"
PageSize="10"
PhotoWidth="0" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
CatalogCategorySearchDisplayControl inherits listing behavior from ListingControl and shared conditions from CyberStoreBaseControl.