CatalogPricingControl
CatalogPricingControl displays item pricing. It is a secondary control that is composed into other controls rather than added directly from SitePages.
Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
AccessorizeTextString | Not specified | Sets the accessorize text. | |
AccessoryAddToCartActionTypeString | Not specified | Sets the accessory add-to-cart action type. | |
AccessoryGridTitleTextString | Not specified | Sets the accessory-grid title text. | |
AccessorySelectionRequiredMessageTextString | Not specified | Sets the accessory-selection-required message. | |
AccessoryTemplatePathString | Not specified | Sets the accessory template path. | |
AddToCartOptionsButtonTextString | Not specified | Sets the add-to-cart options button text. | |
AddToCartOptionsGraphicPathString | Not specified | Sets the add-to-cart options graphic path. | |
DefaultCustomerPricingIncludesDiscountsBoolean | Not specified | true, false | Controls default-customer discount inclusion. |
DisplayLastRangeBoolean | Not specified | true, false | Controls last price-range display. |
DisplayModeString | Not specified | Sets the pricing display mode. | |
EnableSKUSelectionBoolean | Not specified | true, false | Controls SKU selection. |
FirstRangeFormatString | Not specified | Sets the first price-range format. | |
LastRangeFormatString | Not specified | Sets the last price-range format. | |
MiddleRangeFormatString | Not specified | Sets the middle price-range format. | |
Parent_IDInteger | Not specified | Sets the parent identifier. | |
PersonalizationHeader_IDInteger | Not specified | Sets the personalization header identifier. | |
SelectedOptionsLabelTextString | Not specified | Sets the selected-options label text. | |
ShowAccesoryGridTitleBoolean | Not specified | true, false | Controls accessory-grid title display. |
ShowQtyBreaksBoolean | Not specified | true, false | Controls quantity-break display. |
SKUDropDownSelectTextString | Not specified | Sets the SKU drop-down select text. | |
SKUSelectionFieldsString | Not specified | Sets SKU selection fields. | |
SKUSelectionModeString | Not specified | Sets the SKU selection mode. | |
SKUSelectionWidgetOptionsString | Not specified | Sets SKU selection widget options. | |
UOMQuantityTypeString | Not specified | Sets the unit-of-measure quantity type. | |
UseTabbedInterfaceBoolean | Not specified | true, false | Controls the tabbed interface. |
SitePages.config example
The following example loads CatalogPricingControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: AccessorizeText, AccessoryAddToCartActionType, AccessoryGridTitleText, AccessorySelectionRequiredMessageText, AccessoryTemplatePath, AddToCartOptionsButtonText, AddToCartOptionsGraphicPath, DefaultCustomerPricingIncludesDiscounts, DisplayLastRange, DisplayMode, EnableSKUSelection, FirstRangeFormat, LastRangeFormat, MiddleRangeFormat, Parent_ID, PersonalizationHeader_ID, SelectedOptionsLabelText, ShowAccesoryGridTitle, ShowQtyBreaks, SKUDropDownSelectText, SKUSelectionFields, SKUSelectionMode, SKUSelectionWidgetOptions, UOMQuantityType, UseTabbedInterface.
<Control src="CatalogPricingControl.ascx" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
CatalogPricingControl inherits pricing behavior from PricingControl, item-context behavior from ItemControl, and shared conditions from CyberStoreBaseControl.