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

Mobile My Account: Personal wish list

The mobile personal wish list page displays all the products which have been added to the personal wish list.Products displayed in the personal wish list show the product picture, name, and price. Products can be removed from the wish list directly from the page. The customer can e-mail their personal wish list to friends and family, and supports multiple recipients. The available fields for e-mailing a personal wish list to friends and family are the recipient's e-mail address, and the customer's name, e-mail address, and a message to go along with the request.

Elements of the mobile My Account: Personal wish list page

Mobile My Account: Personal wish list screen capture

JSP files
  • WishListDisplay.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 a product is clicked, ProductDisplay is called.
  • When Remove is clicked, the item is removed from the wish list.
  • When E-mail your Wish List is clicked, EmailWishlist is called.