Click or drag to resize
ShoppingServiceSetCustomerInternal Method
Sets the given customer to the current shopping cart and persists changes in the database if the persistShoppingCart is true.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual void SetCustomerInternal(
	CustomerInfo customer,
	bool persistShoppingCart
)

Parameters

customer
Type: CMS.EcommerceCustomerInfo
persistShoppingCart
Type: SystemBoolean
See Also