ShoppingServiceSetCustomerInternal Method |
Sets the given customer to the current shopping cart and persists changes in the database
if the persistShoppingCart is true.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual void SetCustomerInternal(
CustomerInfo customer,
bool persistShoppingCart
)
Parameters
- customer
- Type: CMS.EcommerceCustomerInfo
- persistShoppingCart
- Type: SystemBoolean
See Also