CatalogItemCharacteristicDisplayControl

CatalogItemCharacteristicDisplayControl displays characteristics from a selected family. Color characteristics display as a color and swatch with the color’s common name.

CatalogItemCharacteristicDisplayControl color characteristic

Configurable properties

Property Default Valid values or format Effect
ColorBlockHeight
Integer
20   Sets the color-block height.
ColorBlockWidth
Integer
20   Sets the color-block width.
DisplayFamilyName
Boolean
true true, false Controls family-name display.
FamilyName
String
Empty string ("")   Sets the characteristic family name.
HideOnEmpty
Boolean
true true, false Controls hiding the control when its family is empty.
LinkWindowName
String
Empty string ("")   Sets the window used by characteristic links.
ShowBlanks
Boolean
false true, false Controls blank characteristic-value display.
SKUSelectionFields
String Array
Not specified   Sets the SKU selection fields.

SitePages.config example

The following example loads CatalogItemCharacteristicDisplayControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: FamilyName, LinkWindowName, SKUSelectionFields.

<Control src="CatalogItemCharacteristicDisplayControl.ascx"
         ColorBlockHeight="20"
         ColorBlockWidth="20"
         DisplayFamilyName="true"
         HideOnEmpty="true"
         ShowBlanks="false" />

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

Inherited properties

CatalogItemCharacteristicDisplayControl inherits shared conditions from CyberStoreBaseControl.


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