Click or drag to resize
MultiBuyDiscountsAutoAdderProductCanBeAutoAdded Method
Checks if product does not have options and is available on stock if stock availability is required.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected virtual bool ProductCanBeAutoAdded(
	int skuID
)

Parameters

skuID
Type: SystemInt32
SKUID to be checked.

Return Value

Type: Boolean
See Also