This is archived CyberStore v2024.1 documentation. For current guidance, see the latest documentation.
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.

Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
ClientJavaScriptNot 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.