CatalogSimplePricingControl

CatalogSimplePricingControl is an optimized pricing control that displays an item’s base pricing information and supports adding the item to the cart. It was introduced in v2.15.4.

CatalogSimplePricingControl pricing display

Configurable properties

Property Default Valid values or format Effect
ClientJavaScript
Not specified
Not specified   Sets the client-side function definition used by the control.

SitePages.config example

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

<Control src="CatalogSimplePricingControl.ascx" />

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

Inherited properties

CatalogSimplePricingControl inherits pricing behavior from PricingControl, item-specific conditions from ItemControl, and shared conditions from CyberStoreBaseControl.


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