Filter by categories

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!
User avatar
loeffe1
Posts: 52
Joined: 21 Feb 2020, 10:33

Filter by categories

Post by loeffe1 » 26 Apr 2023, 08:48

Is it possible to add a category filter? The requirement is to be able to select multiple categories through the filter and display products from these selected categories. It should work combined with other filters aswell, so it shoud be possible to filter by multiple categories and price for example.

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

Re: Filter by categories

Post by aimeos » 29 Apr 2023, 07:29

Yes, you have to overwrite the catalog/filter/tree templates and use checkboxes instead of links. The catalog/lists HTML client can use array of category IDs too:
https://github.com/aimeos/ai-client-htm ... d.php#L360
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
loeffe1
Posts: 52
Joined: 21 Feb 2020, 10:33

Re: Filter by categories

Post by loeffe1 » 02 May 2023, 14:30

This is great, thanks!

Post Reply