Click or drag to resize
CustomerInfoProviderSetCustomerPreferredSettings Method
Updates shopping carts customers preference by those selected in shopping cart. Updated fields are preferred currency, shipping and payment option. Registered customers preferences will be updated in UserSite binding table for shopping carts site. Anonymous customer's preferences are updated directly in customer record.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void SetCustomerPreferredSettings(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart info object
See Also