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
PageSize
Integer
10   Sets the page size.
PhotoWidth
Integer
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.


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