hover subcategories on right side

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!
User avatar
VirtualSpy
Advanced
Posts: 122
Joined: 05 Jul 2022, 07:55

hover subcategories on right side

Post by VirtualSpy » 26 Dec 2022, 07:07

laravel version 9.36.4 , Aimeos version 2022.10.3 and PHP version 8.1.3 (Win)

i want to hover subcategories on right side menu ...... i have attached an example ........please guide me for this task

Thanks in advance
Attachments
Screenshot 2022-12-26 123050.png
Screenshot 2022-12-26 123050.png (72.68 KiB) Viewed 878 times

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

Re: hover subcategories on right side

Post by aimeos » 28 Dec 2022, 20:50

You need to adapt the HTML/CSS and maybe the JS for the catalog/tree component
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
VirtualSpy
Advanced
Posts: 122
Joined: 05 Jul 2022, 07:55

Re: hover subcategories on right side

Post by VirtualSpy » 29 Dec 2022, 10:02

aimeos wrote: 28 Dec 2022, 20:50 You need to adapt the HTML/CSS and maybe the JS for the catalog/tree component
can you tell me how to get child categories of level 2 category?

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

Re: hover subcategories on right side

Post by aimeos » 30 Dec 2022, 19:19

Use the getChildren() method of the catalog items and getLevel() to see at which level the catalog item is in the category tree. The catalog/filter tree partial contains all the code for reference:
https://github.com/aimeos/ai-client-htm ... artial.php
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply