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
AccessoryMode
String
"standalone"   Sets the accessory mode.
Item_ID
Integer
Not specified   Sets the item identifier.
OrderDetail_ID
Integer
0   Sets the order-detail identifier.
photoLocation
String
see UsePhoto   Sets the photo location.
QtyInputLabelText
String
Not specified   Sets the quantity-input label text.
ShowQtyInputLabel
Boolean
Not specified true, false Controls quantity-input label display.
TemplatePath
String
Empty string ("")   Sets the accessory-selection template path.
UsePhoto
String
"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.


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