Post by sandi » Sat Jan 16, 2010 5:53 am

Hello,
Need to know if there is a module for wishlist or any kinda help in that regard will greatly appreciated...

Thanks

New member

Posts

Joined
Sat Jan 16, 2010 5:46 am

Post by i2Paq » Sat Jan 16, 2010 6:13 am

There is not atm.

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by NewMethod » Mon Jan 18, 2010 8:03 am

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.

New member

Posts

Joined
Sun Jan 17, 2010 11:12 pm


Post by sandi » Wed Jan 20, 2010 12:18 am

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.

New member

Posts

Joined
Sat Jan 16, 2010 5:46 am

Post by NewMethod » Wed Jan 20, 2010 2:33 am

What do you mean by wishlist? As in a kind of secondary cart to store items you want to purchase later on?

New member

Posts

Joined
Sun Jan 17, 2010 11:12 pm


Post by Xsecrets » Wed Jan 20, 2010 4:38 am

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.

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by sandi » Sat Feb 13, 2010 2:20 am

Ok,guys i could create an option like "Add to wishlist" :)

New member

Posts

Joined
Sat Jan 16, 2010 5:46 am

Post by abhijeetgk » Tue Mar 16, 2010 5:54 pm

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

Newbie

Posts

Joined
Tue Mar 16, 2010 5:50 pm

Post by Rafal » Sat Apr 17, 2010 4:04 pm

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".

Newbie

Posts

Joined
Sat Apr 17, 2010 3:58 pm

Post by kedgetech » Tue Apr 20, 2010 11:17 am

Looks like we are in a greater need of Wishlist :)

User avatar
Active Member

Posts

Joined
Mon Mar 22, 2010 5:20 pm
Location - USA, Australia, India

Post by atulagarwal56 » Sat Apr 24, 2010 2:46 pm

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.

New member

Posts

Joined
Sat Apr 24, 2010 2:40 pm
Location - India

Post by tosi » Sun Apr 25, 2010 12:12 am

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!

Newbie

Posts

Joined
Sun Apr 25, 2010 12:08 am

Post by kedgetech » Sun Apr 25, 2010 6:58 am

You can see the upload attachement in the bottom of the post or else use the contributions.
Last edited by kedgetech on Sun Aug 22, 2010 10:43 am, edited 1 time in total.

User avatar
Active Member

Posts

Joined
Mon Mar 22, 2010 5:20 pm
Location - USA, Australia, India

Post by atulagarwal56 » Tue May 04, 2010 2:59 am

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

New member

Posts

Joined
Sat Apr 24, 2010 2:40 pm
Location - India

Post by Melanie » Thu Jul 08, 2010 9:36 am

Any news on this?

New member

Posts

Joined
Tue Mar 30, 2010 9:39 am

Post by atulagarwal56 » Thu Jul 08, 2010 8:44 pm

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

Attachments

Wish List functionality


New member

Posts

Joined
Sat Apr 24, 2010 2:40 pm
Location - India

Post by Norrad » Sun Jul 11, 2010 10:39 pm

Thanks for the upload atulagarwal56,

Are there any wishlist files in the admin folder?

New member

Posts

Joined
Tue Mar 16, 2010 9:56 pm

Post by imburnal » Sun Jul 25, 2010 11:47 pm

in the model, you used wish_list table:

Can you show to us the wish_list table definition, please?

Newbie

Posts

Joined
Sun Jul 25, 2010 11:43 pm

Post by Norrad » Tue Jul 27, 2010 10:42 pm

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.

New member

Posts

Joined
Tue Mar 16, 2010 9:56 pm

Post by imburnal » Wed Jul 28, 2010 3:41 pm

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

Newbie

Posts

Joined
Sun Jul 25, 2010 11:43 pm
Who is online

Users browsing this forum: No registered users and 1 guest