Click or drag to resize
ShoppingCartItemInfoParentProduct Property
Shopping cart item which represents product in which the current product option is included. If the current item is not product option, returns null.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public ShoppingCartItemInfo ParentProduct { get; }

Property Value

Type: ShoppingCartItemInfo
See Also