CatalogItemSelectionControl

CatalogItemSelectionControl is a CatalogItemDetailControl subcontrol for SKU selection.

Configurable properties

Property Default Valid values or format Effect
EnableSKUSelection
Boolean
true true, false Controls SKU selection.
Model_ID
Integer
0   Sets the model identifier.
SKUSelectionFields
String
Empty string ("")   Sets the SKU selection fields.
SKUSelectionPanelColor
String
Empty string ("")   Sets the SKU selection panel color.

SitePages.config example

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

<Control src="CatalogItemSelectionControl.ascx"
         EnableSKUSelection="true"
         Model_ID="0" />

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

Inherited properties

CatalogItemSelectionControl inherits item-specific conditions from ItemControl and shared conditions from CyberStoreBaseControl.


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