CatalogItemQuantityDiscountDisplay

CatalogItemQuantityDiscountDisplay displays an item’s quantity-discount and contract-pricing breaks. The legacy source states that it is not intended for use within SitePages.

CatalogItemQuantityDiscountDisplay discount ranges

Configurable properties

Property Default Valid values or format Effect
DisplayLastRange
Boolean
true true, false Controls display of the last discount range.
FirstRangeFormat
String
"[START]"   Sets the format for the first discount range.
Item_ID
Not specified
Not specified   Sets the item identifier.
LastRangeFormat
String
"[START]+"   Sets the format for the last discount range.
MiddleRangeFormat
String
"[START] to [END]"   Sets the format for middle discount ranges.

SitePages.config example

The following example loads CatalogItemQuantityDiscountDisplay.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: Item_ID.

<Control src="CatalogItemQuantityDiscountDisplay.ascx"
         DisplayLastRange="true"
         FirstRangeFormat="[START]"
         LastRangeFormat="[START]+"
         MiddleRangeFormat="[START] to [END]" />

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

Inherited properties

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


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