Click or drag to resize
ShoppingCartItemInfoProviderGetShoppingCartItemInfo Method (OrderItemInfo, SKUInfo)
Returns shopping cart item created from the order item data.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ShoppingCartItemInfo GetShoppingCartItemInfo(
	OrderItemInfo item,
	SKUInfo sku
)

Parameters

item
Type: CMS.EcommerceOrderItemInfo
Order item
sku
Type: CMS.EcommerceSKUInfo
Current data of the product (SKU) which is associated with the order item

Return Value

Type: ShoppingCartItemInfo
See Also