Skip to content

Latest commit

 

History

History
155 lines (139 loc) · 4.2 KB

shoppingcartelement-enumeration-microsoft-dynamics-retail-sharepoint-web-controls.md

File metadata and controls

155 lines (139 loc) · 4.2 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version f1_keywords dev_langs
ShoppingCartElement Enumeration (Microsoft.Dynamics.Retail.SharePoint.Web.Controls)
ShoppingCartElement Enumeration
T:Microsoft.Dynamics.Retail.SharePoint.Web.Controls.ShoppingCartElement
62205259
tonyafehr
05/18/2015
v=AX.60
Microsoft.Dynamics.Retail.SharePoint.Web.Controls.ShoppingCartElement
Microsoft.Dynamics.Retail.SharePoint.Web.Controls.ShoppingCartElement.ProductImage
Microsoft.Dynamics.Retail.SharePoint.Web.Controls.ShoppingCartElement.PromotionCode
Microsoft.Dynamics.Retail.SharePoint.Web.Controls.ShoppingCartElement.ShippingAddress
Microsoft.Dynamics.Retail.SharePoint.Web.Controls.ShoppingCartElement.LinePromotion
Microsoft.Dynamics.Retail.SharePoint.Web.Controls.ShoppingCartElement.RemoveButton
Microsoft.Dynamics.Retail.SharePoint.Web.Controls.ShoppingCartElement.Total
Microsoft.Dynamics.Retail.SharePoint.Web.Controls.ShoppingCartElement.ProductName
Microsoft.Dynamics.Retail.SharePoint.Web.Controls.ShoppingCartElement.KitComponentsCount
Microsoft.Dynamics.Retail.SharePoint.Web.Controls.ShoppingCartElement.Discount
Microsoft.Dynamics.Retail.SharePoint.Web.Controls.ShoppingCartElement.Tax
Microsoft.Dynamics.Retail.SharePoint.Web.Controls.ShoppingCartElement.ProductSku
Microsoft.Dynamics.Retail.SharePoint.Web.Controls.ShoppingCartElement.Price
Microsoft.Dynamics.Retail.SharePoint.Web.Controls.ShoppingCartElement.ProductDescription
Microsoft.Dynamics.Retail.SharePoint.Web.Controls.ShoppingCartElement.QuantityDisplay
Microsoft.Dynamics.Retail.SharePoint.Web.Controls.ShoppingCartElement.QuantityEdit
CSharp
C++
VB

ShoppingCartElement Enumeration

[!INCLUDEarchive-banner]

Enumeration of all the allowed shopping cart display elements within a column.

Namespace:  Microsoft.Dynamics.Retail.SharePoint.Web.Controls
Assembly:  Microsoft.Dynamics.Retail.SP.Web.Controls (in Microsoft.Dynamics.Retail.SP.Web.Controls.dll)

Syntax

'Declaration
Public Enumeration ShoppingCartElement
'Usage
Dim instance As ShoppingCartElement
public enum ShoppingCartElement
public enum class ShoppingCartElement

Members

Member name Description
RemoveButton Represents a line item delete button.
ProductImage Represents a line item product image.
ProductName Represents a line item product name.
ProductDescription Represents a line item product description.
ProductSku Represents a line item product SKU.
QuantityDisplay Represents a line item quantity amount.
QuantityEdit Represents a line item quantity amount in an editable text box.
Price Represents a line item price amount.
Discount Represents a line item discount.
Tax Represents a line item tax.
PromotionCode Represents a line item promotion codes associated.
Total Represents a line item price totals.
ShippingAddress Represents a shipping address fieldset.
LinePromotion Represents a line promotion.
KitComponentsCount Represents number of kit components.

See Also

Reference

Microsoft.Dynamics.Retail.SharePoint.Web.Controls Namespace