<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
${errormessage}
${searcherrormessage}
| ******************** | ******************** | ******************** |
| 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} |
| ******************** | ******************** | ******************** |