Click or drag to resize
ICustomerShoppingService Interface
Provides interface for customer and user management while working with shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public interface ICustomerShoppingService

The ICustomerShoppingService type exposes the following members.

Methods
  NameDescription
Public methodAutoRegisterCustomer
Creates UserInfo for specified customer.
Top
See Also