How to create a wishlist from the records of the list?

I would like to create a wishlist feature using search result page.
On each record should some icon. If user click on this icon record will be sended to the wishlist.

Also, is it possible to create a button as a search form and place it near the search results. There is mockup in the media of the site.
 
I have selected tab as a one member but it is not working.

Is tab functionality work with Div template?

I have checked backend. And it is working just there.
 
Last edited:
Yes, the tabs feature is not included in the Div template.
But you can copy it from the bootstrap template to your custom template:
copy the file default_tabs.php
insert
echo $this->loadTemplate('tabs');
in your default.php as it is done in bootstrap/default.php

"Whish list":
Depends totally on your setup and DB design. Usually you will have something like a many-to-many table holding the productID and the person who whishes.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top