Page 1 of 1

Show latest products - Show products recursivly

Posted: 13 Oct 2015, 15:13
by stephan
Hello,
how can I show the latest products in the catalog list?

I have a catalog tree with 2 leves. How can I show all products below a category of level 1?

Thanks in advance

Stephan

Re: Show latest products - Show products recursivly

Posted: 13 Oct 2015, 21:32
by aimeos
stephan wrote: how can I show the latest products in the catalog list?
Sorting by "relevance" is nothing else than the position of the products in the category. You can insert the newest products first in the list of products assigned to a category.
stephan wrote: I have a catalog tree with 2 leves. How can I show all products below a category of level 1?
You have to assign all your level 2 products to that level 1 category as well. There's no automatic way because this should be an explicit decision of the shop owner (or the importer). Doing it that way enables you to define the order of the products in the first level too (different from the level 2 order for example).

Re: Show latest products - Show products recursivly

Posted: 25 Oct 2015, 15:32
by nos3
Hi Stephan

I've added a configuration option to display products of sub-categories in the current one and created a pull request to get this into the core:
https://github.com/aimeos/aimeos-core/pull/45

Norbert