<%@ include file="include/functions.jsp" %> <% main.title("Order Summary"); %> <%@ include file="include/header.jsp" %> <% if (functions.getPass(request) > 1) { %>

Thankyou

Thankyou for your purchase, your order is currently being processed please wait

<% functions.processRequest(request, response); %>

The results from your purchase are as follows:

<% out.print(functions.getResponse()); } else { %>

Error!

Please start your ordering here

<% } %> <%@ include file="include/footer.jsp" %>