Multiple categories filter

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Mir
Posts: 1
Joined: 18 Jan 2019, 14:33

Multiple categories filter

Post by Mir » 18 Jan 2019, 14:44

Hi I want to know is there any option for multiple categories filter like attribute in laravel

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

Re: Multiple categories filter

Post by aimeos » 21 Jan 2019, 09:14

You have to overwrite the catalog filter client to accept multiple category IDs in f_catid:
https://github.com/aimeos/ai-client-htm ... d.php#L211

Also, you must change the catalog/filter template and add checkboxes for each category:
https://github.com/aimeos/ai-client-htm ... andard.php

PS: Please create one thread for each new topic
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply