Share via


AddToCart Control

Displays a button, which adds an item to the cart.

Control Information Location
Web User Control AddToCart.ascx.

Inherits Microsoft.CommerceServer.Site.Transactions.AddToCart

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

This control has the following properties:

Property Description
Catalog The catalog containing the product.
Category The category containing the product.
ProductID The product ID of the product.
VariantID The variant ID of the product.
Qty The quantity selected.

Where used

Product lists or product detail pages that are attached to a product description.

ASPX Pages

  • Basket.aspx
  • ProductDetails.aspx

Controls

  • _ProductsList.ascx

Copyright © 2005 Microsoft Corporation.
All rights reserved.