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
AccessorizeText
String
Not specified   Sets the accessorize text.
AccessoryAddToCartActionType
String
Not specified   Sets the accessory add-to-cart action type.
AccessoryGridTitleText
String
Not specified   Sets the accessory-grid title text.
AccessorySelectionRequiredMessageText
String
Not specified   Sets the accessory-selection-required message.
AccessoryTemplatePath
String
Not specified   Sets the accessory template path.
AddToCartOptionsButtonText
String
Not specified   Sets the add-to-cart options button text.
AddToCartOptionsGraphicPath
String
Not specified   Sets the add-to-cart options graphic path.
DefaultCustomerPricingIncludesDiscounts
Boolean
Not specified true, false Controls default-customer discount inclusion.
DisplayLastRange
Boolean
Not specified true, false Controls last price-range display.
DisplayMode
String
Not specified   Sets the pricing display mode.
EnableSKUSelection
Boolean
Not specified true, false Controls SKU selection.
FirstRangeFormat
String
Not specified   Sets the first price-range format.
LastRangeFormat
String
Not specified   Sets the last price-range format.
MiddleRangeFormat
String
Not specified   Sets the middle price-range format.
Parent_ID
Integer
Not specified   Sets the parent identifier.
PersonalizationHeader_ID
Integer
Not specified   Sets the personalization header identifier.
SelectedOptionsLabelText
String
Not specified   Sets the selected-options label text.
ShowAccesoryGridTitle
Boolean
Not specified true, false Controls accessory-grid title display.
ShowQtyBreaks
Boolean
Not specified true, false Controls quantity-break display.
SKUDropDownSelectText
String
Not specified   Sets the SKU drop-down select text.
SKUSelectionFields
String
Not specified   Sets SKU selection fields.
SKUSelectionMode
String
Not specified   Sets the SKU selection mode.
SKUSelectionWidgetOptions
String
Not specified   Sets SKU selection widget options.
UOMQuantityType
String
Not specified   Sets the unit-of-measure quantity type.
UseTabbedInterface
Boolean
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.


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