Saved Orders page

Customers can view a list of their current order and their saved orders. From the list, customers can access an action menu to view, duplicate, or delete the order, add the order to a requisition list, or set a saved order as a current order.

The saved orders feature enables customers to work with multiple orders (carts) at the same time. One order is the current order, and more orders are saved orders. The customer can switch any saved order to be the current order and then proceed to the checkout flow to place the order. For convenience, the customer can quickly access their saved orders by using a link in the store header.

In the saved orders list, the order that is marked with a yellow star is the current order.

Note: In a B2C store, the term shopping cart is used to mean the same thing as current order.

Elements of the Saved Orders page


Saved Orders page

Full size screen capture

Optional functions on Saved Orders page

The Saved orders function is an optional store function that can be enabled or disabled for the Aurora starter store by using the Store Management tool in Management Center. For more information, see Selecting store functions.
  • For a B2B store, saved orders are enabled by default.
  • For a B2C store, saved orders are disabled by default.

JSP files

The ListOrdersDisplay.jsp file represents the entire Saved Orders page.

The layout of Saved Orders page is built with widgets that use the Commerce Composer framework to retrieve and display content. However, Saved Orders page is not managed in the Commerce Composer tool, and not all the widgets that are used in the page are available to Management Center users in the Commerce Composer tool.

  • 1 BreadcrumbTrail.jsp* is the top-level JSP file for the Breadcrumb Trail widget, which displays the breadcrumb trail.
  • 2 MyAccountNavigation.jsp is the top-level JSP file for the My Account Navigation widget, which displays the My Account sidebar and its navigational links.
  • 3 SavedOrderList.jsp is the top-level JSP file for the Saved Orders List widget, which displays the area that contains the list of orders.
  • 4 CatalogEntryRecommendation.jsp* is the top-level JSP file for the Catalog Entry Recommendation widget, which displays product recommendations.
* indicates widgets that are available to Management Center users in the Commerce Composer tool.

Links and buttons

5 Create Order
Displays a field for customers to type an order name and then click Save to create an empty order. The empty order is added to the top of the order list.
6 Order number link
If the order is a saved order, the Saved Order Details page opens. If the order is the current order, either the Current Order page (B2B) or the Shopping Cart page (B2C) opens.
7 View order details
If the order is a saved order, the Saved Order Details page opens. If the order is the current order, either the Current Order page (B2B) or the Shopping Cart page (B2C) opens.
8 Add to requisition list
Displays a pop-up window in which the customer can either select an existing requisition list to add the item to, or create a requisition list.
9 Duplicate order
Creates a duplicate of the order with the same name but with a different order number. The customer can rename the order and use the order as a starting point for another order.
10 Set as current order
Sets a saved order as the current order.
11 Delete order
Deletes the order from the account.

E-Marketing Spot

You can display default content, or Web activities, or both, in the following e-Marketing Spot on Saved Orders page:
E-Marketing Spot name and details Supported default content types Supported Web activities
4 WishListCenter_CatEntries

Recommended usage: Display catalog entry recommendations on the page.

  • Content - No
  • Categories - No
  • Catalog entries - Yes

Run Web activities that use the following actions:

This e-Marketing Spot is also used on the Requisition Lists page (B2B), the Requisition Lists Log Details page (B2B), and the Saved Order Details page.