CatalogItemListingGroupByCategoryControl

CatalogItemListingGroupByCategoryControl is a primary catalog item listing grouped by category. It was introduced in v2.5.

Configurable properties

Property Default Valid values or format Effect
ControlToUse
String
"CatalogItem2xListingControl"   Sets the control used for the listing.
IncludeSKUs
Boolean
false true, false Controls inclusion of SKUs.
ShowAllChildCategories
Boolean
false true, false Controls display of all child categories.
StartCollapsed
Boolean
false true, false Controls whether the grouped listing starts collapsed.

SitePages.config example

The following example loads CatalogItemListingGroupByCategoryControl.ascx and applies the documented literal defaults.

<Control src="CatalogItemListingGroupByCategoryControl.ascx"
         ControlToUse="CatalogItem2xListingControl"
         IncludeSKUs="false"
         ShowAllChildCategories="false"
         StartCollapsed="false" />

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

Inherited properties

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


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