In Admin > User > Roles you can define a role that has some Discount > 0. When the user belonging to the role log in WebUtils.IsDiscountGroup() will set to true.
It's from method Cart.Get(). The reason it was placed into HttpContext.Current.Items is caching which is to improve performance.
DotShoppingCart Staff
|