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
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.