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

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

Parameters

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