The account pages (available only to customers who are logged in) include a menu bar that contains a My Orders link. Clicking this link takes the customer to the /myaccount/MyOrders.jsp
page. This page lists all orders placed by this customer. For example:
The /myaccount/MyOrders.jsp
page includes the /myaccount/gadgets/MyOrders.jsp
gadget, which uses the /atg/commerce/order/OrderLookup
servlet bean to retrieve the list of orders.
The View buttons on the My Orders page are links to the Order Details page. Each link specifies the order to display using the orderId
query parameter. In the example above, the View button in the top row is a link to:
/myaccount/orderDetail.jsp?orderId=o90006
The Order Details page displays detailed information about the order, including a list of the items in the order, the order status, and shipping and billing information.