Method | Description | |
---|---|---|
ShoppingCartView ( ) : System.Web.Mvc.ActionResult | ||
getSubTotal ( int prodId ) : double | ||
removeFromCart ( int productToBeRemoved ) : bool |
Method | Description | |
---|---|---|
addToCart ( int newProd, int inQuantity ) : bool | ||
calculateTotal ( ) : double | ||
createCart ( ) : void | ||
getShoppingCartItems ( ) : List |
||
updateQuantity ( int productId, int quantity ) : int |
public ShoppingCartView ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public removeFromCart ( int productToBeRemoved ) : bool | ||
productToBeRemoved | int | |
return | bool |