Click or drag to resize
ShoppingCartItemValidatorValidateSKUIsEnabled Method
Validates that SKU is enabled and not expired.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual bool ValidateSKUIsEnabled(
	SKUInfo sku
)

Parameters

sku
Type: CMS.EcommerceSKUInfo
SKU to be validated.

Return Value

Type: Boolean
Result of validation
See Also