Hey,
I'm just opening up this issue as I need to rewrite this module to support public wishlists, anonymous wishlists, and multiple wishlists for a project. Along with a bases of how I plan on doing it.
Currently there is a separate entity for wishlists, I believe this makes perfect sense. Wishlist is something you want, it doesn't matter if it's out of stock, or what not. So I do not plan on doing https://drupal.org/node/1510892 unless someone can let me know of a reason why https://drupal.org/node/1510892 would work better then the current implementation. Which I can't.
Features
- Sharable wishlist URL
- View for all wishlists
- View for wishlist contents
- Add to Wishlist button (same as it is now, just fixed up so it can be properly weighted)
- Move wishlist from wishlist to cart (multiple times, this won't destroy the wishlist)
- plus all the existing features
Hopefully I finish this today and have a patch later today.
Comments
Comment #1
dubcanada commentedComment #2
dubcanada commentedI'm not going to do anonymous users, as our system requires them to login to maintain a wishlist, and it would become harder to delete/create them.
Comment #3
dubcanada commentedHere is the initial patch, this will destroy any current wishlists you have setup. It has not been fully tested at all. I probably missed a bunch of stuff as I did it fast.
Comment #4
dubcanada commentedOpps forgot the new files.
Comment #5
dubcanada commentedComment #6
dubcanada commentedComment #7
dubcanada commentedComment #8
dubcanada commentedFixed an issue with install.
Comment #9
smccabe commentedHey @dubcanada, this patch is for the no longer supported 1.x and newer versions do now support the mentioned functionality, do you think it is ok to close this issue now?
Comment #10
nvahalik commentedPlease use the 3.x branch if you're planning on using this module.