cancel
Showing results for 
Search instead for 
Did you mean: 

Enable wishlist extension

SAPSupport
Employee
Employee
0 Kudos

Are there steps to enable the wishlist extension in SAP Commerce Cloud DIGITS? We are trying to use the class Wishlist2Service in our codebase, but the addon for wishlist is missing. These are the steps we are trying to follow - 

 We have already added this line to localextensions.xml -

<extension name='wishlist' />

 

Do we need to copy any additional extensions into modules folder to enable this functionality? Or any other instructions you can send us?


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Kudos

From SAP Commerce OOTB, there is a wishlist extension which defines the Wishlist2Service api. This extension provides the necessary Database and Backend logic to support wishlists, but without any frontend.

Please find API documentation in this link that you shared. 

The wishlist extension provides only services and the type system to support wishlist. Managing wishlist needs through frontend, needs to be customized or developed by a development team.

 

Answers (1)

Answers (1)

adamreisberg
Active Participant
0 Kudos

Hi @SAPSupport 

Additional details as follows:

  1. yacceleratorstorefront-generated extensions (via modulegen - the JSP-based storefront) do not have any add-ons or front-end available for the wishlist extension.
  2. SAP Commerce Cloud, Composable Edition (formerly Spartacus), however, does have support for wishlists  - Wish List | SAP Help Portal