Feature Pack 4 or later

Mobile Web starter stores shopping list page

The shopping list page displays all the products which have been added to the shopping list that might be of interest or purchased at a later date. Products can be removed from the shopping list directly from the page. Customers using smart phones can e-mail their shopping list to friends and family, and supports multiple recipients. The tablet storefront does not support e-mailing shopping lists.

The following shopping list types are available in smart phone and tablet starter stores:
Single shopping list
Available on tablet devices.
Multiple shopping lists
Available on smart phone devices.

The smart phone multiple shopping lists use the gift registry foundation, and the tablet single shopping list uses the wish list foundation. You must customize the shopping list functionality to contain matching foundations if you want the smart phone and tablet wish list functionality to match.

Screen captures

The shopping list page is available on both smart phone and tablet devices.

Smart phone screen capture

Feature Pack 4Feature Pack 5
Smart phone shopping list page
Feature Pack 6 or later
Smart phone shopping list page

Tablet screen capture

Feature Pack 4Feature Pack 5
Tablet shopping list page

Elements of the shopping list page

The shopping list page contains the following page elements:

JSP files

  • WishLists.jsp represents the smart phone page.
  • MyWishListsView.jsp represents the tablet page.

Buttons

  • When Add to Cart is tapped, OrderChangeServiceItemAdd is called.
  • When Remove is tapped, the item is removed from the shopping list.
  • When E-mail your Shopping List is tapped on smart phones, EmailWishlist is called. The tablet storefront does not support e-mailing shopping lists.