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.
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.sandi wrote:Hello,
Need to know if there is a module for wishlist or any kinda help in that regard will greatly appreciated...
Thanks
NewMethod wrote: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.sandi wrote:Hello,
Need to know if there is a module for wishlist or any kinda help in that regard will greatly appreciated...
Thanks
Great...that will be very helpful...appreciate it.
that is generally what a wishlist is. And possibly a way to email the list to others.NewMethod wrote:What do you mean by wishlist? As in a kind of secondary cart to store items you want to purchase later on?
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
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
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
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".
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".
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.
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.
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
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
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
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
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:
You will also need to create a language file.
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;
Who is online
Users browsing this forum: No registered users and 1 guest