CatalogItemZoomControl

CatalogItemZoomControl displays zoomable item images with normal-sized and thumbnail-sized versions.

Configurable properties

Property Default Valid values or format Effect
ItemLinkName
String
Empty string ("")   Sets the item link name.
mainPhotoNotFound
Boolean
true true, false Indicates that the main photo was not found.
normalSizePath
String
"/ECommerce/Site/images/ItemPhoto_Normal/"   Sets the normal-size image path.
thumbnailPhotoNotFound
Boolean
true true, false Indicates that a thumbnail photo was not found.
thumbnailSizePath
String
"/ECommerce/Site/images/ItemPhoto_Thumb/"   Sets the thumbnail image path.
zoomSizePath
String
"/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.


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