Updates shopping cart with shopping cart from order. If such product configuration already exists in the shopping cart, only its quantity is updated.
Returns true if all ordered items were successfully added to cart.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- cart
- Type: CMS.Ecommerce ShoppingCartInfo
Shopping cart
- orderID
- Type: System Int32
ID of order which should be added to shopping cart.
Return Value
Type: BooleanSee Also