CatalogAddtoCartButton

CatalogAddtoCartButton is obsolete. Its former add-to-cart behavior is included in CatalogPricingControl.

Configurable properties

Property Default Valid values or format Effect
Item_ID
Integer
0   Sets the item identifier.

SitePages.config example

The following example loads CatalogAddtoCartButton.ascx and applies the documented literal defaults.

<Control src="CatalogAddtoCartButton.ascx"
         Item_ID="0" />

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

Inherited properties

CatalogAddtoCartButton inherits shared conditions from CyberStoreBaseControl.


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