Click or drag to resize
ShoppingCartItemInfoProductOptions Property
List with product options of the shopping cart item.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public virtual List<ShoppingCartItemInfo> ProductOptions { get; set; }

Property Value

Type: ListShoppingCartItemInfo
See Also