CatalogItemZoomControl
CatalogItemZoomControl displays zoomable item images with normal-sized and thumbnail-sized versions.
Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
ItemLinkNameString | Empty string ("") | Sets the item link name. | |
mainPhotoNotFoundBoolean | true | true, false | Indicates that the main photo was not found. |
normalSizePathString | "/ECommerce/Site/images/ItemPhoto_Normal/" | Sets the normal-size image path. | |
thumbnailPhotoNotFoundBoolean | true | true, false | Indicates that a thumbnail photo was not found. |
thumbnailSizePathString | "/ECommerce/Site/images/ItemPhoto_Thumb/" | Sets the thumbnail image path. | |
zoomSizePathString | "/ECommerce/Site/images/ItemPhoto_Zoom/" | Sets the zoom-size image path. |
SitePages.config example
The following example loads CatalogItemZoomControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: ItemLinkName.
<Control src="CatalogItemZoomControl.ascx"
mainPhotoNotFound="true"
normalSizePath="/ECommerce/Site/images/ItemPhoto_Normal/"
thumbnailPhotoNotFound="true"
thumbnailSizePath="/ECommerce/Site/images/ItemPhoto_Thumb/"
zoomSizePath="/ECommerce/Site/images/ItemPhoto_Zoom/" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
CatalogItemZoomControl inherits shared conditions from CyberStoreBaseControl.