Samples > Starter stores > Starter store enhancements > Remote widgets > Site flow and interactions > Wish list remote widget flows, including multiple wish lists
Multiple wish list popup
Customers use the multiple wish list popup page to create a new wish list, edit the name of an existing wish list, or delete a wish list.
Elements of the multiple wish list popup page
To create a new wish list, the popup looks like this:
To edit the name of a wish list, the popup looks like this:
To delete a wish list, the popup looks like this:
JSP files
MultipleWishListPopup.jspf represents the multiple wish list popup page. The content of the popup changes depending on whether the customer clicked Create a new wish list, Change the wish list name, or Delete this wish list from the My Account: Personal wish list page.
e-Marketing Spots
There are no e-Marketing Spots on the multiple wish list popup page.
Change flow options
Multiple wish list capability can be enabled or disabled.
Links and buttons
- 1
- When the Save button is clicked:
- The AjaxGiftListServiceCreate service is called to create the new wish list, if AJAX shopping cart is enabled.
- The GiftListServiceCreate service is called to create the new wish list, if AJAX shopping cart is disabled.
- When the Cancel button is clicked, the popup page closes and the wish list page is displayed.
- When Close is clicked, the popup page closes and the wish list page is displayed.
- 2
- When the Save button is clicked:
- The AjaxGiftListServiceUpdateDescription service is called to change the name of the currently selected wish list, if AJAX shopping cart is enabled.
- The GiftListServiceUpdateDescription service is called to change the name of the currently selected wish list, if AJAX shopping cart is disabled.
- When the Cancel button is clicked, the popup page closes and the wish list page is displayed.
- When Close is clicked, the popup page closes and the wish list page is displayed.
- 3
- When the Yes button is clicked: .
- The AjaxGiftListServiceDelete service is called to delete the currently selected wish list, if AJAX shopping cart is enabled.
- The GiftListServiceDelete service is called to delete the currently selected wish list, if AJAX shopping cart is disabled.
- When the No button is clicked, the popup page closes and the wish list page is displayed.
- When Close is clicked, the popup page closes and the wish list page is displayed.
Related concepts
Related tasks
Related reference
My Account: Personal Wish List