CatalogCategorySearchListControl

CatalogCategorySearchListControl displays sibling categories with their item counts, including items in subcategories. It shows only categories that contain items and are approved for the current shopper’s View List.

CatalogCategorySearchListControl category search list

Configurable properties

Property Default Valid values or format Effect
CurrentCatDescription
String
Empty string ("")   Sets the current category description.
CurrentCatHeadline
String
Empty string ("")   Sets the current category headline.
PhotoWidth
Integer
0   Sets the category photo width.
ShowCategoryItemCount
Boolean
false true, false Controls display of the category item count.
ShowTopLevelCategories
Boolean
false true, false Controls display of top-level categories.

SitePages.config example

The following example loads CatalogCategorySearchListControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: CurrentCatDescription, CurrentCatHeadline.

<Control src="CatalogCategorySearchListControl.ascx"
         PhotoWidth="0"
         ShowCategoryItemCount="false"
         ShowTopLevelCategories="false" />

Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.

Inherited properties

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


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