<%-- Document : OrderView Created on : 16-ago-2009, 16.04.18 Author : ted --%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

${errormessage}

${searcherrormessage}

All Orders Only Unprocessed Orders Only Processed Orders
Search and display order by where id =

Search by date: Day Month

Year Check to use this date
Click here to search

************************************************************
Order id: ${order.orderid}
Customer details: Order details:
Name: ${order.user.firstName} ${order.user.lastName}
Address : ${order.user.address1} ${order.user.address2} ${order.user.address3}Total Amount: ${order.grandTotal}
city: ${order.user.city}Date: ${order.order_date}
State: ${order.user.state}Processed Status:${order.isProcessed}
Zip: ${order.user.zip}
Country: ${order.user.country}
************************************************************
Item details:
Product id : ${orderItems.product.productID} name : ${orderItems.product.p_name} Quantity : ${orderItems.quantity}
************************************************************