CatalogItemQuantityDiscountDetailControl

CatalogItemQuantityDiscountDetailControl displays detailed item information, including quantity-discount pricing. The legacy source requires Discount Quantity Discounted Pricing to be set up before use.

Configurable properties

Property Default Valid values or format Effect
DescriptionHeaderText
String
Empty string ("")   Sets the description header text.
NameHeaderText
String
Empty string ("")   Sets the name header text.
PricingHeaderText
String
Empty string ("")   Sets the pricing header text.
QtyinStockHeaderText
String
Empty string ("")   Sets the quantity-in-stock header text.
ShowDescription
Boolean
true true, false Controls description display.
ShowName
Boolean
true true, false Controls name display.
ShowQtyinStock
Boolean
true true, false Controls quantity-in-stock display.
ShowStockCode
Boolean
false true, false Controls stock-code display.
StockCodeHeaderText
String
Empty string ("")   Sets the stock-code header text.

SitePages.config example

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

<Control src="CatalogItemQuantityDiscountDetailControl.ascx"
         ShowDescription="true"
         ShowName="true"
         ShowQtyinStock="true"
         ShowStockCode="false" />

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

Inherited properties

CatalogItemQuantityDiscountDetailControl inherits item-specific conditions from ItemControl and shared conditions from CyberStoreBaseControl.


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