
Wishlist Tutorial
The wishlist is an e-commerce feature that helps customers create a personalized collection of products they want to purchase, and save them in their account page.
Note: This tutorial is only valid for HCL Commerce version
9.1.8.0 to version 9.1.10.0, as the wishlist feature is included as a default feature
for HCL Commerce version 9.1.11.0 and onwards.
This tutorial shows you how to develop react component and widgets for:
- The creation of a wishlist
- Adding items to a wishlist
- The list view of all the wishlists created
- Deletion of a wishlist
Pre-requisites
This tutorial is applicable to HCL Commerce version 9.1.8 and above. If you
are developing a wishlist by following this tutorial, you should:
- Possess basic to intermediate knowledge of React, Redux, Typescript, Axios, and Material UI Design.
- Have the HCL Commerce Developer React Store environment ready. Visit Setting up the HCL Commerce Developer React Store Environment, if the environment is not ready.
- In this tutorial, the Emerald B2C React store SDK is used.
- You can download the source code zip file which will be used in this tutorial from the following link: Wishlist Tutorial source code.