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 |
|---|---|---|---|
ControlToUseString | "CatalogItem2xListingControl" | Sets the control used for the listing. | |
IncludeSKUsBoolean | false | true, false | Controls inclusion of SKUs. |
ShowAllChildCategoriesBoolean | false | true, false | Controls display of all child categories. |
StartCollapsedBoolean | 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.