Mobile My Account: My orders
The mobile My orders page displays the customer's order history with the store
in a table. The table shows the following details about the orders: Order number, order
date, order status and total prices. An order details link is available for each order.
Elements of the mobile My Account: My orders page
JSP files
- OrderHistory.jsp represents the entire page.
- CachedHeaderDisplay.jsp displays the store's header.
- CachedFooterDisplay.jsp displays the store's footer.
JSP file fragments
- BreadCrumbTrailDisplay.jspf displays the breadcrumb trail.
Links and buttons
- When Home is clicked in the breadcrumb trail, mobileHome is called.
- When My Account is clicked in the breadcrumb trail, MyAccountDisplay is called.
- When Order Details is clicked, OrderDetails is called.