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 coupons

The coupons page contains a coupon wallet that manages each coupon captured by a registered customer. A coupon is captured and added to the customer's coupon wallet by clicking a coupon banner or link. The customer can view, delete, and check the details of their coupons in the wallet.

Elements of the mobile My Account: My coupons page

Mobile My Account: My coupons screen capture

JSP files

  • CouponWalletDisplay.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 a coupon is clicked, DiscountDetailsDisplay is called and displays the coupon details.
  • When the Remove button is clicked, WalletItemProcessServiceDelete is called.
  • When Home is clicked in the breadcrumb trail, mobileHome is called.
  • When My Account is clicked in the breadcrumb trail, MyAccountDisplay is called.
  • When Submit is clicked, PersonChangeServicePersonUpdate is called.