Feature Pack 8: The Madisons store is deprecated. Most features demonstrated in the Madisons store are available in the Aurora store.

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

Mobile My Account: My orders screen capture

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.