I have a picky client that is unhappy with the current handling of the wishlist. His argument is that the current handling of logging in and registering could cause confusion on the part of the end user. That is, he thinks that if you add an item to your wishlist when you are not registered, if you follow the registration/login process after then the item should exist in your wishlist. Does this make sense?
I'm going to do a little initial hacking in the module today to see what I can find in order to make this happen, but any thoughts the module maintainer might have on this would be appreciated.
Comments
Comment #1
NicholasR commentedOkay, it was pretty easy. Added some session variables when validating form
Then put a hook into user_login
Works great, functions for new user creation as well as existing user login. Its not very feature filled, just holds the last value to be added to the wishlist...
Comment #2
Argus commentedSeems a logical and user friendly request. It would indeed be even better if you could create a full wish list without registering, although most users understand it takes registering to save something.
Could you create a patch so we can test?
Comment #3
youlikeit commented#1 Part 1 works for me but in which file doI have to put the hook for user_login?
Comment #4
erichomanchuk commentedHas anyone written a patch that could be applied for this so it could be added to the module. I am currently in need of a feature that keeps track of anonymous users wishlists much like how commerce's cart functionality allows for anonymous users.
I have a project where I wish to allow a anonymous user to create a wishlist and they can save it if they do login in but if they don't login I was going to allow them to email this wishlist to whomever.
Comment #5
Exploratus commentedI like the functionality suggested by #4
Comment #6
nvahalik commentedClosing in favor of tracking the functionality in #2677086: Wishlist functionality for anonymous users.