Aimeos Wishlist option

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Bollerx
Posts: 43
Joined: 11 Jan 2016, 17:29

Aimeos Wishlist option

Post by Bollerx » 26 Jan 2016, 09:56

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.

User avatar
aimeos
Administrator
Posts: 7858
Joined: 01 Jan 1970, 00:00

Re: Aimeos Wishlist option

Post by aimeos » 26 Jan 2016, 10:24

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Bollerx
Posts: 43
Joined: 11 Jan 2016, 17:29

Re: Aimeos Wishlist option

Post by Bollerx » 26 Jan 2016, 10:45

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.

User avatar
aimeos
Administrator
Posts: 7858
Joined: 01 Jan 1970, 00:00

Re: Aimeos Wishlist option

Post by aimeos » 26 Jan 2016, 10:51

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Bollerx
Posts: 43
Joined: 11 Jan 2016, 17:29

Re: Aimeos Wishlist option

Post by Bollerx » 26 Jan 2016, 14:42

i was thinking on something like this..
https://www.youtube.com/watch?v=1fe4f1T-7UA

User avatar
Metalics
Advanced
Posts: 103
Joined: 13 Jul 2015, 23:59

Re: Aimeos Wishlist option

Post by Metalics » 27 Jan 2016, 11:38

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.

User avatar
aimeos
Administrator
Posts: 7858
Joined: 01 Jan 1970, 00:00

Re: Aimeos Wishlist option

Post by aimeos » 27 Jan 2016, 17:10

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Bollerx
Posts: 43
Joined: 11 Jan 2016, 17:29

Re: Aimeos Wishlist option

Post by Bollerx » 28 Jan 2016, 08:52

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.

Post Reply