DELETE * FROM basket WHERE CustomerID = '#cookie.shopper#' AND ProductID = '#AdjustedField#' UPDATE basket set Quantity = #Evaluate(ListElement)# WHERE CustomerID = '#cookie.shopper#' AND ProductID = '#AdjustedField#' SELECT basket.ProductID, basket.Quantity, Products.* FROM Basket, Products WHERE Basket.CustomerID = '#cookie.shopper#' AND Products.ProductId = Basket.ProductID ORDER BY Products.Title #body#


Contents of Shopping Basket

If you change the quantity you must click the "update order" button to view the changes. To delete an item, enter zero in the quantity box.
  Product Id Item Title Quantity Total
#count#. #ProductID# #Title# at #DollarFormat(thisPrice)# a piece. #DollarFormat(ItemTotal)#
There are no items in your basket.

  Updated Subtotal: #DollarFormat(subtotal)#
  Subtotal: #DollarFormat(subtotal)#

[Check out]  [Continue Shopping]