ShoppingCartItemInfoProviderLoadItemsFromOrderInternal Method |
Loads shopping cart items into the specified shopping cart.
Shopping cart items are loaded from items of the order from which the shopping cart is created.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual void LoadItemsFromOrderInternal(
ShoppingCartInfo cart
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart which is created from order data
See Also