CatalogFilterControl
CatalogFilterControl works with item search to filter catalog items by price range.
Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
FilterOptionsListString | Empty string ("") | Sets the comma-separated numerical price-range options. | |
LabelString | 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.