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.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static void SetCustomerPreferredSettings(
ShoppingCartInfo cart
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart info object
See Also