Cart Control

Renders the current list of products added to the shopping cart.

Control Information Location
Web User Control Cart.ascx.

Inherits Microsoft.CommerceServer.Site.Transactions.Cart

Codebehind Cart.ascx.vb
Project File Transactions\Transaction Controls.vbproj
Namespace Microsoft.CommerceServer.Site.Transactions
DLL / Assembly Microsoft.CommerceServer.Retail2002.Transactions.dll

Where used

ASPX Pages

  • Basket.aspx
  • Checkout.aspx
  • ProductDetails.aspx

Controls

  • _ProductsList.ascx
  • AddToCart.ascx
  • Cart.ascx

Remarks

The user can update the list (delete items and/or update quantities) or proceed with the checkout process.

Ee825286.note(en-US,CS.20).gif Note

  • If the value of the cart exceeds $21,474,783.00, a run-time error occurs.
  • You can change the number of items ordered in your cart. If you enter the maximum number of 9s in the Quantity field, and then click Update, an arithmetic overflow error occurs. The overflow will cause a run-time error.

Copyright © 2005 Microsoft Corporation.
All rights reserved.