-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Open
Description
Description:
In the Multiple Wishlist feature, users can create and delete custom wishlists, but there is no option to edit or rename an existing wishlist. This results in poor usability — for example, if a user enters the wrong name, they are forced to delete the wishlist and recreate it instead of simply correcting the name. This behavior breaks the expected CRUD flow and causes confusion.
Steps to Reproduce:
- Login as a registered customer
- Go to My Account → Wishlists
- Click “Create New Wishlist” and enter any name
- Attempt to edit or rename the wishlist
Expected Result:
User should be able to edit/rename a custom wishlist name through an Edit / Rename option in the UI.
Actual Result:
There is no option available to rename a custom wishlist. Only Create and Delete actions are provided.
Impact:
- Reduces usability and flexibility
- Forces unnecessary deletion and re-creation
- Inconsistent behavior compared to standard wishlist CRUD logic (Create, Read, Update, Delete)