CatalogItemListingByCategoryControl

CatalogItemListingByCategoryControl displays a list of catalog items by category.

Configurable properties

Property Default Valid values or format Effect
DescriptionHeaderText
String
Empty string ("")   Sets the description header text.
Mode
String
Empty string ("")   Sets the listing mode.
NameHeaderText
String
Empty string ("")   Sets the name header text.
PricingHeaderText
String
Empty string ("")   Sets the pricing header text.
ProductLinkHeaderText
String
Empty string ("")   Sets the product-link header text.
QtyinStockHeaderText
String
Empty string ("")   Sets the quantity-in-stock header text.
ShowDescription
Boolean
true true, false Controls description display.
ShowName
Boolean
false true, false Controls name display.
ShowProductLink
Boolean
false true, false Controls product-link display.
ShowQtyinStock
Boolean
true true, false Controls quantity-in-stock display.
ShowStockCode
Boolean
false true, false Controls stock-code display.
ShowUomConversion
Boolean
false true, false Controls unit-of-measure conversion display.
StockCodeHeaderText
String
Empty string ("")   Sets the stock-code header text.
UomConversionHeaderText
String
Empty string ("")   Sets the unit-of-measure conversion header text.

SitePages.config example

The following example loads CatalogItemListingByCategoryControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: DescriptionHeaderText, Mode, NameHeaderText, PricingHeaderText, ProductLinkHeaderText, QtyinStockHeaderText, StockCodeHeaderText, UomConversionHeaderText.

<Control src="CatalogItemListingByCategoryControl.ascx"
         ShowDescription="true"
         ShowName="false"
         ShowProductLink="false"
         ShowQtyinStock="true"
         ShowStockCode="false"
         ShowUomConversion="false" />

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

Inherited properties

CatalogItemListingByCategoryControl inherits shared conditions from CyberStoreBaseControl.


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