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