Click or drag to resize
ShoppingCartItemInfoCartItemText Property
It is set only when cart item represents text product option. Then it is the text defined by the customer, e.g. custom label for a T-shirt.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public virtual string CartItemText { get; set; }

Property Value

Type: String
See Also