Click or drag to resize
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.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetCustomerPreferredSettingsInternal(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart data
See Also