Show latest products - Show products recursivly

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
stephan
Posts: 3
Joined: 12 Oct 2015, 16:24

Show latest products - Show products recursivly

Post by stephan » 13 Oct 2015, 15:13

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

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

Re: Show latest products - Show products recursivly

Post by aimeos » 13 Oct 2015, 21:32

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).

nos3
Posts: 89
Joined: 01 Sep 2015, 13:26

Re: Show latest products - Show products recursivly

Post by nos3 » 25 Oct 2015, 15:32

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

Post Reply