Click or drag to resize
CustomerShoppingService Class
Provides functionality for customer and user management while working with shopping cart.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceCustomerShoppingService

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

The CustomerShoppingService type exposes the following members.

Constructors
  NameDescription
Public methodCustomerShoppingService
Initializes a new instance of the CustomerShoppingService class.
Top
Methods
  NameDescription
Public methodAutoRegisterCustomer
Creates UserInfo for customer, in case following conditions are met: 1. customer does not have user account yet 2. site requires customer to have account 3. user's ip address was not banned
Top
See Also