CustomerInfoProviderSetCustomerPreferredSettingsInternal Method |
Updates preferences of the registered customer by those selected in the shopping cart. Updated fields are
preferred currency, shipping and payment option. It has no effect if customer is anonymous.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual void SetCustomerPreferredSettingsInternal(
ShoppingCartInfo cart
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart data
See Also