Mobile checkout order confirmation
The mobile checkout order confirmation displays the final details for the
mobile checkout. The information includes the order number and date, store pickup
location, billing address and method, and items in the order. The order's subtotal, discounts,
tax, shipping, and total are tallied and displayed following the order information. The
Continue shopping button navigates the shopper back to the home
page.
Elements of the mobile checkout order confirmation
JSP files
- OrderConfirmationDisplay.jsp represents the entire page.
JSP file fragments
- BreadCrumbTrailDisplay.jspf displays the breadcrumb trail.
- AddressDisplay.jspf displays the selected store location's information.
- OrderBillingAddressDisplay.jspf displays the billing address information.
- OrderBillingMethodDisplay.jspf displays the payment method information.
- OrderItemDetailsDisplay.jspf displays the item information for the order.
- OrderItemOrderTotalDisplay.jspf displays the total price information for the order.
Links and buttons
- When Continue Shopping is clicked,mobileHome is called.