Click or drag to resize
SKUMinUnitsNotReachedValidationError Class
Represents a validation error resulting from not having enough of product units in cart.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceShoppingCartItemValidationError
    CMS.EcommerceSKUMinUnitsNotReachedValidationError

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public class SKUMinUnitsNotReachedValidationError : ShoppingCartItemValidationError

The SKUMinUnitsNotReachedValidationError type exposes the following members.

Constructors
  NameDescription
Public methodSKUMinUnitsNotReachedValidationError
Creates instance of SKUMinUnitsNotReachedValidationError.
Top
Fields
  NameDescription
Protected fieldmMessageKey
Key which can be used to retrieve a localized error message.
(Inherited from ShoppingCartItemValidationError.)
Top
Properties
  NameDescription
Public propertyMessageKey
Gets a key which can be used to retrieve a localized error message.
(Inherited from ShoppingCartItemValidationError.)
Public propertyMessageParameters
Returns an array containing SKU name and minimum units for the SKU.
(Overrides ShoppingCartItemValidationErrorMessageParameters.)
Public propertyMinUnits
Minimum amount of units to have in cart.
Public propertySKUId
SKU Id of product associated with the error.
(Inherited from ShoppingCartItemValidationError.)
Public propertySKUName
SKU name of product associated with the error.
(Inherited from ShoppingCartItemValidationError.)
Top
See Also