193194195196197198199200201202203
cart = new Shoppingcart(c.getValue()); break; } } } cart.sort(); String curSymbol = "€"; double totalprice = 0.0; session.setAttribute("carttoupdate", cart); for (int i = 0; i < cart.size(); i++) { ShoppingcartItem item = cart.get(i);