Click or drag to resize
IShoppingServiceSetCustomer Method
Sets the given customer to the current shopping cart and persists changes in the database.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
void SetCustomer(
	CustomerInfo customer
)

Parameters

customer
Type: CMS.EcommerceCustomerInfo
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when customer is null.
See Also