Click or drag to resize
DefaultCustomerPreferencesProvider Class
Default implementation of ICustomerPreferencesProvider taking customer's preferences from the last order placed on respective site.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceDefaultCustomerPreferencesProvider

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public class DefaultCustomerPreferencesProvider : ICustomerPreferencesProvider

The DefaultCustomerPreferencesProvider type exposes the following members.

Constructors
  NameDescription
Public methodDefaultCustomerPreferencesProvider
Top
Methods
  NameDescription
Public methodGetPreferences
Gets customer's preferences on the site specified by site parameter.
Top
See Also