This is archived CyberStore v2024.1 documentation. For current guidance, see the latest documentation.

CatalogFilterControl

CatalogFilterControl works with item search to filter catalog items by price range.

Configurable properties

Property Default Valid values or format Effect
FilterOptionsList
String
Empty string ("")   Sets the comma-separated numerical price-range options.
Label
String
Empty string ("")   Sets the shopper-facing filter label.

SitePages.config example

The following example loads CatalogFilterControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: FilterOptionsList, Label.

<Control src="CatalogFilterControl.ascx" />

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

Inherited properties

CatalogFilterControl inherits shared conditions from CyberStoreBaseControl.