Click or drag to resize
ShoppingCartItemInfoVariantParent Property
In case the shopping cart item is a variant, returns its parent product. If the current item is not variant, returns null;

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

Property Value

Type: SKUInfo
See Also