CatalogItemSelectionControl
CatalogItemSelectionControl is a CatalogItemDetailControl subcontrol for SKU selection.
Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
EnableSKUSelectionBoolean | true | true, false | Controls SKU selection. |
Model_IDInteger | 0 | Sets the model identifier. | |
SKUSelectionFieldsString | Empty string ("") | Sets the SKU selection fields. | |
SKUSelectionPanelColorString | 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.