Page 1 of 3
Add products to wishlist
Posted: Sat Jan 16, 2010 5:53 am
by sandi
Hello,
Need to know if there is a module for wishlist or any kinda help in that regard will greatly appreciated...
Thanks
Re: Add products to wishlist
Posted: Sat Jan 16, 2010 6:13 am
by i2Paq
There is not atm.
Re: Add products to wishlist
Posted: Mon Jan 18, 2010 8:03 am
by NewMethod
sandi wrote:Hello,
Need to know if there is a module for wishlist or any kinda help in that regard will greatly appreciated...
Thanks
I like the idea of a wishlist module... I'll have a look and see if it's something I'd be able to do.
Re: Add products to wishlist
Posted: Wed Jan 20, 2010 12:18 am
by sandi
NewMethod wrote:sandi wrote:Hello,
Need to know if there is a module for wishlist or any kinda help in that regard will greatly appreciated...
Thanks
I like the idea of a wishlist module... I'll have a look and see if it's something I'd be able to do.
Great...that will be very helpful...appreciate it.
Re: Add products to wishlist
Posted: Wed Jan 20, 2010 2:33 am
by NewMethod
What do you mean by wishlist? As in a kind of secondary cart to store items you want to purchase later on?
Re: Add products to wishlist
Posted: Wed Jan 20, 2010 4:38 am
by Xsecrets
NewMethod wrote:What do you mean by wishlist? As in a kind of secondary cart to store items you want to purchase later on?
that is generally what a wishlist is. And possibly a way to email the list to others.
Re: Add products to wishlist
Posted: Sat Feb 13, 2010 2:20 am
by sandi
Ok,guys i could create an option like "Add to wishlist"

Re: Add products to wishlist
Posted: Tue Mar 16, 2010 5:54 pm
by abhijeetgk
I am also in need for the wishlist module.
The last reply was to get that done... so will anyone let me know where i can find this.. else need to build my own and add to contributions list.
Please help
Re: Add products to wishlist
Posted: Sat Apr 17, 2010 4:04 pm
by Rafal
Hi all,
any1 got idea how to do wish list?
basically wish list work this way:
If you find products that you wish to save but not purchase immediately, you may add them to your Wish List. Your Wish List saves items even after you leave our site, making them easy to relocate and purchase at any time. Items in your Wish List will remain until they are purchased or removed. You can access your Wish List any time you visit shop by signing in to My Account with your e-mail and password.
OPTIONS IN THE WISH LIST:
- Move an item to your Shopping Basket. When you are ready to purchase an item from your Wish List, simply select that item and click "Move to Basket". You will then be able to purchase this item through our secure checkout.
- Return to shopping. If you wish to continue shopping while viewing your Wish List, click "Return to Shopping".
Re: Add products to wishlist
Posted: Tue Apr 20, 2010 11:17 am
by kedgetech
Looks like we are in a greater need of Wishlist

Re: Add products to wishlist
Posted: Sat Apr 24, 2010 2:46 pm
by atulagarwal56
Hello All,
I am not really a developer, rather I recently got my website developed which is based on Opencart. The website is
http://www.teesort.com
In teesort, we have a functionality for wishlist (though it does not work as neatly as I would like). I am not sure how to paste the code here about the wishlist. I can see tpl files, a controller file and a model file for it. I can post these if they help.
Re: Add products to wishlist
Posted: Sun Apr 25, 2010 12:12 am
by tosi
Hello,
Yes it would really be helpful if you could put those files somewhere to download.
I am also in need of a wishlist.
Thanks!
Re: Add products to wishlist
Posted: Sun Apr 25, 2010 6:58 am
by kedgetech
You can see the upload attachement in the bottom of the post or else use the contributions.
Re: Add products to wishlist
Posted: Tue May 04, 2010 2:59 am
by atulagarwal56
Hello All,
Sorry for not replying earlier. I will post all the files I can find. But it seems like a very normal functionality where we add a product information into a table and then read it out from this table into the wishlist page.
Have been very busy. Will try to post the files this week.
Sorry for the delay.
Regards,
Atul
Re: Add products to wishlist
Posted: Thu Jul 08, 2010 9:36 am
by Melanie
Any news on this?
Re: Add products to wishlist
Posted: Thu Jul 08, 2010 8:44 pm
by atulagarwal56
Hello everyone,
Finally I could locate the files. Attaching them as an attachment.
Not sure if this can be used without any modification.
Regards,
Atul
Re: Add products to wishlist
Posted: Sun Jul 11, 2010 10:39 pm
by Norrad
Thanks for the upload atulagarwal56,
Are there any wishlist files in the admin folder?
Re: Add products to wishlist
Posted: Sun Jul 25, 2010 11:47 pm
by imburnal
in the model, you used wish_list table:
Can you show to us the wish_list table definition, please?
Re: Add products to wishlist
Posted: Tue Jul 27, 2010 10:42 pm
by Norrad
I got it to work on my store at
http://www.hobbykit.co.za but I had to modify it because I use 1.4.7.
The SQL for the wishlist is:
Code: Select all
CREATE TABLE IF NOT EXISTS `wish_list` (
`customer_id` int(11) NOT NULL,
`product_id` int(11) NOT NULL,
PRIMARY KEY (`customer_id`,`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
You will also need to create a language file.
Re: Add products to wishlist
Posted: Wed Jul 28, 2010 3:41 pm
by imburnal
Hello Norad,
Good day... I am using version 1.4.7 too. Looks like I have difficulties on modifying the codes there. Can you show us your controller/wish_list.php and your wish_list.tpl files.
Thanks in advance.
Imburnal