CatalogItemSKUListingControl

CatalogItemSKUListingControl displays a shopper-selectable list of SKUs that is not auto-generated. It was introduced in v2.7.

CatalogItemSKUListingControl SKU tiles

Configurable properties

Property Default Valid values or format Effect
CurrentPage
Not specified
Not specified   Sets the current page.
LearnMoreLinkCSSClass
String
"LearnMoreLink"   Sets the CSS class for the Learn More link.
LearnMoreLinkText
String
"Learn More"   Sets the Learn More link text.
PageSize
Integer
see ComConfig.CatalogListingPageSize   Sets the page size.
photoLocation
String
see UsePhoto   Sets the photo location.
PhotoWidth
Integer
0   Sets the photo width.
ShowTileBorder
Boolean
true true, false Controls tile-border display.
SKUSortOrder
String
"SortOrder"   Sets the SKU sort order.
TileHeight
Integer
350   Sets the tile height.
TileWidth
Integer
225   Sets the tile width.
UsePhoto
String
"Photo1" "Photo1", "Photo2" Selects the photo to use.

SitePages.config example

The following example loads CatalogItemSKUListingControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: CurrentPage, PageSize, photoLocation.

<Control src="CatalogItemSKUListingControl.ascx"
         LearnMoreLinkCSSClass="LearnMoreLink"
         LearnMoreLinkText="Learn More"
         PhotoWidth="0"
         ShowTileBorder="true"
         SKUSortOrder="SortOrder"
         TileHeight="350"
         TileWidth="225"
         UsePhoto="Photo1" />

Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.

Inherited properties

CatalogItemSKUListingControl inherits listing behavior from ListingControl and shared conditions from CyberStoreBaseControl.


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