CatalogItemVerticleListingControl

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

CatalogItemVerticleListingControl vertical item list

Configurable properties

Property Default Valid values or format Effect
CurrentSortOrder
String
see GetDefaultSort()   Sets the current sort order.
DataSource
Not specified
Not specified   Sets the listing data source.
Item_ID
Integer
0   Sets the item identifier.
photoLocation
String
See UsePhoto   Sets the photo location.
PhotoWidth
Integer
0   Sets the photo width.
ShowCategoryResults
Boolean
false true, false Controls display of category results.
UsePhoto
String
"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.


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