CatalogItemListingByCategoryControl
CatalogItemListingByCategoryControl displays a list of catalog items by category.
Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
DescriptionHeaderTextString | Empty string ("") | Sets the description header text. | |
ModeString | Empty string ("") | Sets the listing mode. | |
NameHeaderTextString | Empty string ("") | Sets the name header text. | |
PricingHeaderTextString | Empty string ("") | Sets the pricing header text. | |
ProductLinkHeaderTextString | Empty string ("") | Sets the product-link header text. | |
QtyinStockHeaderTextString | Empty string ("") | Sets the quantity-in-stock header text. | |
ShowDescriptionBoolean | true | true, false | Controls description display. |
ShowNameBoolean | false | true, false | Controls name display. |
ShowProductLinkBoolean | false | true, false | Controls product-link display. |
ShowQtyinStockBoolean | true | true, false | Controls quantity-in-stock display. |
ShowStockCodeBoolean | false | true, false | Controls stock-code display. |
ShowUomConversionBoolean | false | true, false | Controls unit-of-measure conversion display. |
StockCodeHeaderTextString | Empty string ("") | Sets the stock-code header text. | |
UomConversionHeaderTextString | 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.