Click or drag to resize
ShoppingCartCheckResultGetFormattedMessage Method
Returns formatted error message when check has failed, meaning that errors from each item are on its own line using end-of-line char. Returns empty string if check passed.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public virtual string GetFormattedMessage()

Return Value

Type: String
See Also