Skip to content

[FEATURE] Add toast notification when adding/removing items from wishlist #347

Description

@adikulkarni006

Problem

Currently, when a user clicks the heart icon to add/remove an item from the wishlist, there is no visual feedback. The icon changes, but there is no message confirming the action.

Expected Behavior

  • When a user adds an item to the wishlist, show a toast: "Added to wishlist ❤️".
  • When a user removes an item, show: "Removed from wishlist".
  • Use the existing toast notification system (AppUtils.notify).

Technical Hints

  • File: frontend/scripts/wishlist.js or frontend/scripts/product-actions.js
  • Call AppUtils.notify() after successful wishlist toggle.

Labels: enhancement, good-first-issue, SSoC26
Points: Beginner (50)

Metadata

Metadata

Labels

SSoC26Program label for Social Summer of Code Season 5.

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions