This is archived CyberStore v2024.1 documentation. For current guidance, see the latest documentation.

CatalogRelatedItemsControl

CatalogRelatedItemsControl displays items related to the item currently being viewed.

CatalogRelatedItemsControl related items

Configurable properties

Property Default Valid values or format Effect
photoLocation
String
Not specified   Sets the photo location.
PhotoWidth
Integer
Not specified   Sets the item-photo width.
RelatedItemLabel
String
Not specified   Sets the related-item label.
RepeatColumn
Integer
Not specified   Sets the column repeat count.
UsePhoto
String
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.