CatalogItemVerticleListingControl
CatalogItemVerticleListingControl displays a paged listing of approved items filtered by category or search criteria and limited to the current shopper’s View List.

Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
CurrentSortOrderString | see GetDefaultSort() | Sets the current sort order. | |
DataSourceNot specified | Not specified | Sets the listing data source. | |
Item_IDInteger | 0 | Sets the item identifier. | |
photoLocationString | See UsePhoto | Sets the photo location. | |
PhotoWidthInteger | 0 | Sets the photo width. | |
ShowCategoryResultsBoolean | false | true, false | Controls display of category results. |
UsePhotoString | "Photo1" | "Photo1", "Photo2" | Selects the photo to display. |
SitePages.config example
The following example loads CatalogItemVerticleListingControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: CurrentSortOrder, DataSource, photoLocation.
<Control src="CatalogItemVerticleListingControl.ascx"
Item_ID="0"
PhotoWidth="0"
ShowCategoryResults="false"
UsePhoto="Photo1" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
CatalogItemVerticleListingControl inherits listing behavior from ListingControl and shared conditions from CyberStoreBaseControl.