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

Mobile store locator results

The mobile store locator results displays the store's name, address, hours, phone number, the option to map the location, and the option to add the store to the store list. If a partial search is made for a city name and multiple cities are found, a list is displayed to select the city.

Elements of the mobile store locator results pages

Mobile store locator results screen capture

JSP files
  • StoreLocatorResults.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.
  • ViewMap.jspf displays the location details on the map.
Links and buttons
  • When Home is clicked in the breadcrumb trail, mobileHome is called.
  • When Store Locator is clicked in the breadcrumb trail, StoreLocator is called.
  • When a store name is clicked, StoreDetails is called.
  • When a store phone number is clicked, the mobile device dials the number.
  • When View map is clicked, ViewMap is called.
  • When Add is clicked, mAddToStoreList is called.
  • When Continue Shopping is clicked, ProductDisplay is called.