New subpart for catalog filter

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!
Gagik
Posts: 38
Joined: 05 Dec 2023, 06:58

New subpart for catalog filter

Post by Gagik » 06 Dec 2023, 13:48

Hello,

PHP version: 8.1
Laravel version: 10
Aimeos version: 2023.07
Environment: Linux

I want to add new sub part for Catalog Filter. In the source code for Catalog filter
I found 5 sub parts: Tree, Search, Price, Supplier, Attribute. I want to add new sub part like for example Supplier sub part
Where must I create new controller and layout for new sub part?

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

Re: New subpart for catalog filter

Post by aimeos » 08 Dec 2023, 09:09

Please note that 2023.07 isn't supported any more and you must update to 2023.10 LTS.

Add a new class and an appropriate template in your own extension using the same directory and naming structure. Afterwards, configure your new sub-part to be used by:
https://aimeos.org/docs/2023.x/config/c ... /#subparts
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply