@model Bookstore.Web.ViewModel.ShoppingCart.ShoppingCartIndexViewModel @{ ViewData["Title"] = "Index"; }
Please log in to complete your order.
@(item.StockLevel <= 0 ? "Out of stock" : $"Hurry, only {item.StockLevel} left!")
Are you sure you want to remove this item from your shopping cart?