| ShoppingCartCheckResultGetMessage Method | 
            Returns check result formatted as string. Message consists of common error message followed by individual item
            error messages separated using specified separators. Empty string is returned when no errors found.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
 Syntax
Syntaxpublic virtual string GetMessage(
	string itemSeparator,
	string errorSeparator
)
Parameters
- itemSeparator
- Type: SystemString
 String to be used as a separator between messages from individual items.
- errorSeparator
- Type: SystemString
 String to be used as a separator between messages from one item.
Return Value
Type: 
String See Also
See Also