cancel
Showing results for 
Search instead for 
Did you mean: 

How to create wishlist to a customer in hybris 5.4?

Former Member
0 Kudos

I’m Using hybris 5.4.0.1 and I want to create a wishlist to a customer. In hybris 5.4.0.1 there is an extension for the wishlist, is it supporting for full functionality with web interface? If not, how can I implement that and is it available in hybris 5.5. with full functionality?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The link provided only describes the current functionality offered on the service and model layer. You need to integrate the wishlist service yourself into the web front-end. So on a basic level you will need:

  1. Web Controller for customer's actions (i.e. view the list, adding to, removing, etc)

  2. New DTOs for the presentation layer

  3. New Facade (or update an existing one) to integrate with the wishlist service.

Former Member
0 Kudos