How can we add product image and product size drop down in the wishlist?
| Project: | Wishlist Module |
| Version: | 5.x-2.0 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
Wishlist is a important feature for E-commerce sites. Almost all major open source E-commerce's like OS commerce have this feature.
Simply puts wishlist will be like a temporary cart. As a user is browsing the products he sees something that he would like to purchase in future for his wife's birthday. He does not want to buy it now, neither he wants to do the search all over again. So he can add the product to his wishlist instead of the shopping cart. From the wishlist he can either delete the product or transfer and add the product to his shopping cart.
We need to have a "add to wishlist" link next to the "add to cart link" and a "view your wishlist" similar to the "view cart" option. The veiw wishlist screen will be similar to the cart view, with a "add product to you cart option", instead of the checkout option.
Thanks
Rudy

#1
Rudy,
I appreciate your offer of help (http://drupal.org/node/74972) on this. When I cycle up to this change, which could be weeks given my current workload on a Drupal based site I'm building, here is what I plan to do. I welcome any steps that you can contribute to.
My gut tells me there will be two bodies of work for this change. One, an alteration to the wishlist module to allow a REST (i.e. URL get variables) interface to pre-populate certain fields in the wishlist entry (item name, price, links). Two, a patch to ecommerce that will add the links you propose when the wishlist module is installed.
#2
I have managed to get this working using the prepopulate module which automatically inserts title, description, cost and url from my shop (not drupal ecommerce but affiliate feeds) pretty painlessly - I expect you could also use phptemplate rather than patch ecommerce to add 'add to wishlist' links to ecommerce items.
One note tho - remember to urlencode the url or on submitting the item it won't be saved and you will be redirected to the url submitted.
#3
Thanks for the aid on this one jonnyp. My time has pretty much evaporated as my wife is pregant and mostly on bedrest for two more months.
#4
I'm preparing to work on this module to clear down the issue queue in preparation for a D5 port. Please have patches in soon (mid December) if you want your changes incorporated into wishlist.module. I'll be closing out issues with no patches a few weeks after I've done the D5 port.
#5
I'm willing to accept a patch against the HEAD version of the wishlist module for this, but the window is closing.
#6
Closing the issue due to no response from the submitter.
#7
Hi,
Can anyone help, I need to know how can we show product image and product size in drop down of wishlist module of drupal 5.1?
Please anybody have idea regarding this Thanks in advance...