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.

Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
DisplayLastRangeBoolean | true | true, false | Controls display of the last discount range. |
FirstRangeFormatString | "[START]" | Sets the format for the first discount range. | |
Item_IDNot specified | Not specified | Sets the item identifier. | |
LastRangeFormatString | "[START]+" | Sets the format for the last discount range. | |
MiddleRangeFormatString | "[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.