Hej Guys,
When you are in Customer center module > Favorite products.
While looping through the list of All favorite products, I can use something like
@i.GetValue("Ecom:Product.RemoveFromFavorites")
in order to remove that product from favorite list.
And user has to click every one single link in order to remove all products from the favorite list.
Wanted to know if I could remove all products from favorite list with one single click?