cancel
Showing results for 
Search instead for 
Did you mean: 

Enable wishlist extension

SAPSupport
Employee
Employee
0 Kudos
702

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.
View Entire Topic
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.