Click or drag to resize
ShoppingCartInfoProviderGetShoppingCartInfoFromOrder Method
Returns ShoppingCartInfo object created from the order data.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static ShoppingCartInfo GetShoppingCartInfoFromOrder(
	int orderId
)

Parameters

orderId
Type: SystemInt32
ID of the order from which the shopping cart should be created

Return Value

Type: ShoppingCartInfo
See Also