Represents an item that can be added to a shopping cart.
The C1AddToCart button contains information about your business and a specific item that you want to sell. When the button is clicked, it shows a shopping cart table in a new window. The user can click other C1AddToCart buttons to add more items to the shopping cart, and he can use the shopping cart window to remove items from the cart, change quantities, or check out to finish the transaction.
After the transaction is confirmed, you receive a notification via e-mail and your PayPal account receives the credit for the purchases.
Assembly: C1.Web.C1PayPal.2 (in C1.Web.C1PayPal.2.dll)
Syntax
C# |
---|
[DesignerAttribute(typeof(PayPalDesigner))] [ToolboxBitmapAttribute(typeof(C1AddToCart), "C1AddToCart.png")] [DefaultPropertyAttribute("ItemName")] [ToolboxDataAttribute("<{0}:C1AddToCart runat=server></{0}:C1AddToCart>")] public class C1AddToCart : Image |
Visual Basic (Declaration) |
---|
<DesignerAttribute(GetType(PayPalDesigner))> _ <ToolboxBitmapAttribute(GetType(C1AddToCart), "C1AddToCart.png")> _ <DefaultPropertyAttribute("ItemName")> _ <ToolboxDataAttribute("<{0}:C1AddToCart runat=server></{0}:C1AddToCart>")> _ Public Class C1AddToCart _ Inherits Image |
Inheritance Hierarchy
System..::.Object
System.Web.UI..::.Control
System.Web.UI.WebControls..::.WebControl
System.Web.UI.WebControls..::.Image
C1.Web.C1PayPal..::.C1AddToCart
System.Web.UI..::.Control
System.Web.UI.WebControls..::.WebControl
System.Web.UI.WebControls..::.Image
C1.Web.C1PayPal..::.C1AddToCart