Shows a window used for editing the shopping cart and concluding the transaction.

Namespace:  C1.Web.C1PayPal
Assembly:  C1.Web.C1PayPal.2 (in C1.Web.C1PayPal.2.dll)

Syntax

C#
[ToolboxBitmapAttribute(typeof(C1CartCheckout), "C1CartCheckout.png")]
[DesignerAttribute(typeof(PayPalDesigner))]
[ToolboxDataAttribute("<{0}:C1CartCheckout runat=server></{0}:C1CartCheckout>")]
[DefaultPropertyAttribute("Business")]
public class C1CartCheckout : Image
Visual Basic (Declaration)
<ToolboxBitmapAttribute(GetType(C1CartCheckout), "C1CartCheckout.png")> _
<DesignerAttribute(GetType(PayPalDesigner))> _
<ToolboxDataAttribute("<{0}:C1CartCheckout runat=server></{0}:C1CartCheckout>")> _
<DefaultPropertyAttribute("Business")> _
Public Class C1CartCheckout _
	Inherits Image

Remarks

The C1CartCheckout control is used with the C1AddToCart control.

It also displays the shopping cart table in a new window, but does not add any items to the cart. The user can review the items in the cart, edit the table, and check out.

After the transaction is confirmed, you receive a notification via e-mail and your PayPal account receives the credit for the purchases.

Inheritance Hierarchy

See Also