| ShoppingCartInfoProviderGetShoppingCartInfoFromOrder Method  | 
            Returns ShoppingCartInfo object created from the order data.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntaxpublic 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