CatalogRelatedItemsControl
CatalogRelatedItemsControl displays items related to the item currently being viewed.

Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
photoLocationString | Not specified | Sets the photo location. | |
PhotoWidthInteger | Not specified | Sets the item-photo width. | |
RelatedItemLabelString | Not specified | Sets the related-item label. | |
RepeatColumnInteger | Not specified | Sets the column repeat count. | |
UsePhotoString | Not specified | Selects the photo to display. |
SitePages.config example
The following example loads CatalogRelatedItemsControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: photoLocation, PhotoWidth, RelatedItemLabel, RepeatColumn, UsePhoto.
<Control src="CatalogRelatedItemsControl.ascx" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
CatalogRelatedItemsControl inherits listing behavior from ListingControl and shared conditions from CyberStoreBaseControl.