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

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

Property Value

Type: ShoppingCartItemInfo
See Also