Click or drag to resize
ShoppingCartInfoUser Property
Owner of the shopping cart. It is null if customer is anonymous or public.

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

Property Value

Type: UserInfo
See Also