Click or drag to resize
SKUInfoProviderIsSKUAvailableForSaleInternal Method
Indicates if the given SKU can be bought by the customer based on the SKU inventory settings.

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

Parameters

sku
Type: CMS.EcommerceSKUInfo
SKU data

Return Value

Type: Boolean
See Also