As a Sales Rep, you can create quotes faster by using favorites, also known as saved configurations. These pre-defined setups let you:

  • Quickly add products by selecting a favorite from the catalog and add it to your cart.
  • Save time by reusing configurations for multiple quotes or orders. It ensures consistency and accuracy while speeding up the quoting and ordering process.

With the ability to add favorites to the cart like any other product from the catalog, sales reps can easily combine multiple saved configurations in a single order and quote. This feature allows for flexibility in accommodating customer preferences and requirements without starting the configuration process from scratch each time. By leveraging the favorite configuration, sales reps can enhance their efficiency and provide a smoother experience for customers by quickly generating accurate quotes and ensuring that all necessary product configurations are included.

The favorite configuration can be private or public. A private configuration is only visible to the user who has created the favorite; however, public configurations are displayed on the My Favorites page for all other Sales Reps.

To use this functionality, the implementer must set the EnableFavorite flag available in the ConfigSystemProperties. Use the following API to enable the flag. For more information, click here.
PUT https://<URL_of_the_Instance>/api/revenue-admin/v1/flows/{flowname}/settings/ConfigSystemProperties

Saving a Cart Configuration as Favorite

The Save as Favorite feature enables you to save a cart configuration or products from the catalog for reuse and is available only for logged-in users. The saved configuration can be used multiple times in the same quote or across different quotes. A saved configuration includes all the selected products on the cart with the options and attributes defined within the product.

Every line item on the Cart details page and every product card on the Catalog has a checkbox beside it. Selecting the checkbox opens a drawer with a list of selected items. You can also use the Select All option to select and include all the line items of the Cart in the drawer to save them as a favorite or remove some items and then save the rest of the items as a favorite configuration. From the Selection action, select Save as favorite and click Confirm to save the selected items along with their configuration. 

Although there is no limitation on the number of products or line items you can add for your favorite configuration, it is advisable to have a quantity of less than 100 to avoid operations failing or taking too long to complete.

Cart details page

Catalog

Selecting Save as favorite and clicking Confirm opens an Add Favorite popup that allows you to update an existing favorite or add a new one.

Updating an Existing Favorite

When you select Save as favorite and clicking Confirm, Add Favorite popup appears. To update an existing favorite, follow the steps below:

  1. Search and select the existing favorite name.
  2. Click Update.

Adding New Favorite

To add a new favorite, follow the steps below:

  1. click the search bar and select Add New Favorite option.

  2. Specify a name for the new favorite.
  3. Provide a brief description.
  4. To make the favorite configuration visible to all the users on the account, select Make publicly visible. Do not select this checkbox, if you want to make the favorite configuration visible only to you.
  5. Click Add Favorite to add a new favorite to the favorite list.
    Clicking the Add To Existing button takes you back to the search popup, where you can see all the existing favorites (including public ones) that are added by other users.

Working with Favorites

You can view and use favorite configurations from the My Favorites page.

The following API with the appropriate parameters is used to retrieve the list of favorites for the user. For more information, click here.

GET https://<URL_of_the_Instance>/api/catalog/v1/favorites

For examplehttps://<URL_of_the_Instance>/api/catalog/v1/favorites?sort=DESC(ModifiedDate)&Page={pageNumber}&limit={pageLimit}

The Favorites home page lists all the favorite configurations (public and private). In the case of private favorite configurations, you can view only those private favorites that you have created as private favorite configurations. To see the details of a particular favorite configuration, click the Favorite Name link. On the details page, you can view the Favorite Summary and Line Items.

You can perform the following actions on the favorite list view:

  • Search for a favorite by name from the search bar on the Favorites page.
  • Sort the list by clicking the Favorite Name, Description, Visibility, Active, and Created Date column names.
  • Specify how many favorites should be displayed on a single page. To enable pagination, go to the per page field on the top right bar and select a value from 10, 20, 30, or 40 quotes per page.

Each row in the favorites list allows you to perform the following actions:

  • Add favorite configuration to the Cart: You can add any of the favorite configurations to the Cart.
    • Select a particular favorite configuration from the list > click the More () icon > select the Add to Cart option.
      --OR--
    • Click the Favorite Name link which will redirect you to the Favorite Details page, then click the Add to Cart button.
  • Edit a favorite configuration: You can edit any of the favorite configurations as per your business use case. You can modify the Name, Description, and Visibility of the Favorite from the Favorite Summary section only if it is an active favorite and owned by you. All the line items in the Favorite are listed in the Line Items section.
    • Select a particular favorite configuration from the list > click the More () icon > select the Edit option.
      --OR--
    • Click the Favorite Name link which will redirect you to the Favorite Details page, where you can edit the favorite configuration details.
  • Delete favorite configuration(s): You can delete single or multiple favorite configurations that you have created.
    • Select a particular favorite configuration from the list > click the More () icon > select the Delete option.
      --OR--
    • Select one or more favorite configurations from the list > click the Delete () icon.

As an experienced buyer, you can also use the Quick-Add () button to add multiple products to the cart and create quotes and orders quickly. For more information, see Using CTA (call-to-action) "Quick-Add" button.