kentico_jurajo
-
6/30/2009 7:37:49 AM
RE:Ecommerce: How do I update the cart item quantity using API?
Hi,
You can get the array list collection of the current shopping cart by using CMS.Ecommerce.ECommerceContext.CurrentShoppingCart.CartItems. So you can update this array list - its count or edit the items by index.
Or, you can also use this ECommerceContext.CurrentShoppingCart.GetShoppingCartItemInfo().CartItemUnits
I hope it will help.
Best Regards, Juraj Ondrus
|