CatalogAccessorySelectionGrid
CatalogAccessorySelectionGrid lets shoppers modify an accessorized item in the shopping cart. It is designed only for use within ShoppingCartDisplayControl.
Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
AccessoryModeString | "standalone" | Sets the accessory mode. | |
Item_IDInteger | Not specified | Sets the item identifier. | |
OrderDetail_IDInteger | 0 | Sets the order-detail identifier. | |
photoLocationString | see UsePhoto | Sets the photo location. | |
QtyInputLabelTextString | Not specified | Sets the quantity-input label text. | |
ShowQtyInputLabelBoolean | Not specified | true, false | Controls quantity-input label display. |
TemplatePathString | Empty string ("") | Sets the accessory-selection template path. | |
UsePhotoString | "Photo1" | "Photo1", "Photo2" | Selects the photo to use. |
SitePages.config example
The following example loads CatalogAccessorySelectionGrid.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: Item_ID, photoLocation, QtyInputLabelText, ShowQtyInputLabel, TemplatePath.
<Control src="CatalogAccessorySelectionGrid.ascx"
AccessoryMode="standalone"
OrderDetail_ID="0"
UsePhoto="Photo1" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
CatalogAccessorySelectionGrid inherits shared conditions from CyberStoreBaseControl.