Click or drag to resize
ShoppingCartItemParameters Constructor (ShoppingCartItemInfo)
Constructor - creates initialized shopping cart item parameters container.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public ShoppingCartItemParameters(
	ShoppingCartItemInfo item
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item.
See Also