Add to Wishlist Button
Learn how to build the “add to wishlist” feature in this lesson.
We'll cover the following...
In this lesson, we’ll learn to build a button to add items into the wishlist.
First, we’ll create a button on the product detail page and call the add to wishlist
API. ...