Page 1 of 1

Group product list by category names

Posted: 16 Nov 2016, 15:46
by Nils
I wanna list all products of 2 selected categories in the following way on a single list page:

Name of Cat 1
-> Product 1 of Cat 1
-> Product 2 of Cat 1

Name of Cat 2
-> Product 1 of Cat 2
-> Product 2 of Cat 2

How can I do that? I tried using 2 catalog list plugins. Each plugin got a different default category. But the second plugin displays the same category as the first plugin. I tried using both the flexform field "Default category if no parameter is available" and "TypoScript configuration" with "client.html.catalog.lists.catid-default = my category id".

Re: Group product list by category names

Posted: 17 Nov 2016, 15:05
by aimeos
There was a caching bug that prevented that use case. Can you please install and test this version?
https://aimeos.org/fileadmin/download/a ... 2-pre2.zip

Re: Group product list by category names

Posted: 21 Nov 2016, 12:43
by Nils
It worked :)

Thank you for giving such a great support.