Click or drag to resize
ShoppingCartInfo.SetShoppingCartUser Method
Sets user in shopping cart (if registered and not anonymous).

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public void SetShoppingCartUser(
	int customerId
)

Parameters

customerId
Type: System.Int32
ID of a customer linked with the user.
See Also