kentico_borisp
-
8/8/2011 7:59:29 AM
RE:number of items in shopping cart
Hello,
You will need to customize the mentioned web part and retrieve the count programmatically. Here is a sample code:
int count = CMS.Ecommerce.ECommerceContext.CurrentShoppingCart.CartItems.Count;
Best regards, Boris Pocatko
|