<%--This JSP displays order confirmation. When user clicks on order button, Order will be created in the database and order confirmation number will be displayed to the customer. --%> Jasmine's Order Confirmation page <%-- Retrieves Order Id from request object and displays.--%>

Thank you for shopping with us.

Your order number is <%=request.getAttribute("orderID")%>

Please shop with us again soon!

Click here to return to the main page.