ShoppingCartElement Enumeration
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
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. |