Click or drag to resize
ShoppingCartItemInfoProviderIsProductWithTextOption Method
Indicates if specified shopping cart item is representing product with at least one text option.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static bool IsProductWithTextOption(
	ShoppingCartItemInfo item
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item to check.

Return Value

Type: Boolean
See Also