Page 1 of 1

Aimeos Wishlist option

Posted: 26 Jan 2016, 09:56
by Bollerx
is there an option to configure where you can add products to "wishlist", is Aimeos support this option at the current version?
Have a nice day.

Re: Aimeos Wishlist option

Posted: 26 Jan 2016, 10:24
by aimeos
Bollerx wrote:is there an option to configure where you can add products to "wishlist", is Aimeos support this option at the current version?
In the detail view there are three icons for adding products to a favorite list, a watch list and to "pin" it for the current visit if you mean that.

Re: Aimeos Wishlist option

Posted: 26 Jan 2016, 10:45
by Bollerx
Yes that is the closest option for wishlist i wonder if there is a further option for pinned products, like share, post it to blog-forum, send it to friends via e-mail, etc.

Re: Aimeos Wishlist option

Posted: 26 Jan 2016, 10:51
by aimeos
Bollerx wrote:Yes that is the closest option for wishlist i wonder if there is a further option for pinned products, like share, post it to blog-forum, send it to friends via e-mail, etc.
There are also icons for sharing products on Facebook, Google+, Twitter and Pinterest in the detail view.

The list can be extended by configuration:
https://aimeos.org/docs/Configuration/C ... ocial/list

Re: Aimeos Wishlist option

Posted: 26 Jan 2016, 14:42
by Bollerx
i was thinking on something like this..
https://www.youtube.com/watch?v=1fe4f1T-7UA

Re: Aimeos Wishlist option

Posted: 27 Jan 2016, 11:38
by Metalics
Hello Bollerx,
We needed the same option with yours. I thought about all options and finally found a solution like that:

Firstly you should know that you will have to use "pinned products" option as "wish list".
To do that, we created a page named "Quote Request Form" (you can rename it as "wish list"). In this page we added a powermail form with a few fields (name, phone, mail etc). The first field type of the powermail form is "Content Element". In the Content Element Selection, we selected the Content Element UID of the "Catalog user related session" (The content element you added in catelog detail pağe).
This way meets our needs for now. In this way, people can collect the products in a page via "pinned products" plug-in and send them with the help of powermail.

Note that you will have to use seperated plugins for "pinned products" and "seen products" in the catalog detail page. So you have to add "Catalog user related session" plugin 2 times in the catalog detail page;

First one is for pinned products:
plugin.tx_aimeos.settings.client.html.catalog.session.default.subparts {
0 = pinned
}
The second one is for last seen products:
plugin.tx_aimeos.settings.client.html.catalog.session.default.subparts {
0 = seen
}

The content element uid which you added in powermail field must be the uid of first one. So "Last seen" products will not be appear in your "wish list" page.

If you want to add "wish list" page link and the amount of the added products to navigation (just like small basket), i can explain it as well.
Just let me know if this slution is ok for your demands.

Re: Aimeos Wishlist option

Posted: 27 Jan 2016, 17:10
by aimeos
Bollerx wrote:i was thinking on something like this..
https://www.youtube.com/watch?v=1fe4f1T-7UA
This is exactly the "Favorites" feature of Aimeos. We only call in "Favorites" instead of "Wishlist"but otherwise it's the same functionality like shown in the video.

Re: Aimeos Wishlist option

Posted: 28 Jan 2016, 08:52
by Bollerx
Metalics wrote:Hello Bollerx,
We needed the same option with yours. I thought about all options and finally found a solution like that:

Firstly you should know that you will have to use "pinned products" option as "wish list".
To do that, we created a page named "Quote Request Form" (you can rename it as "wish list"). In this page we added a powermail form with a few fields (name, phone, mail etc). The first field type of the powermail form is "Content Element". In the Content Element Selection, we selected the Content Element UID of the "Catalog user related session" (The content element you added in catelog detail pağe).
This way meets our needs for now. In this way, people can collect the products in a page via "pinned products" plug-in and send them with the help of powermail.

Note that you will have to use seperated plugins for "pinned products" and "seen products" in the catalog detail page. So you have to add "Catalog user related session" plugin 2 times in the catalog detail page;

First one is for pinned products:
plugin.tx_aimeos.settings.client.html.catalog.session.default.subparts {
0 = pinned
}
The second one is for last seen products:
plugin.tx_aimeos.settings.client.html.catalog.session.default.subparts {
0 = seen
}

The content element uid which you added in powermail field must be the uid of first one. So "Last seen" products will not be appear in your "wish list" page.

If you want to add "wish list" page link and the amount of the added products to navigation (just like small basket), i can explain it as well.
Just let me know if this slution is ok for your demands.

This is very good solution for our need, we didn't started the projects yet but if we will, this will be the right option for "wishlist", thank you very much.
And YEs, if it's not a problem to you, may i ask you to explain that "wish list" page link to navigation.
Have a nice day.