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

Mobile category

The mobile category pages help customers navigate through the store by only displaying products based on the category being viewed. The level of precision is increased by viewing products and subcategories based on their category that they belong to. Products are displayed with their picture, name, price, and stock availability.

Elements of the mobile category page

Mobile category screen capture

JSP files
  • CategoriesDisplay.jsp represents the entire page.
  • CachedHeaderDisplay.jsp displays the store's header.
  • CachedFooterDisplay.jsp displays the store's footer.
JSP file fragments
  • searchHeader.jspf displays the product/SKU search function.
  • BreadCrumbTrailDisplay.jspf displays the breadcrumb trail.
e-Marketing spots
  • The featured products e-Marketing spot is displayed.
Links and buttons
  • When Search is clicked, CatalogSearchResultsDisplayView is called.
  • When a category is clicked, CategoriesDisplay is called.
  • When a product is clicked, ProductDisplay is called.