Click or drag to resize
ShoppingCartInfoShoppingCartUserID Property
Gets ID of the registered user the shopping cart belongs to.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public virtual int ShoppingCartUserID { get; }

Property Value

Type: Int32
Remarks
Returns 0 if user is not assigned or user is public.
See Also