How to manage blocks on the main page AimEos?

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!
oliwin4
Posts: 12
Joined: 16 Aug 2022, 08:36

How to manage blocks on the main page AimEos?

Post by oliwin4 » 16 Aug 2022, 08:37

I need turn off the the main image slider, as example and display the catalog on the main page. Now I can not realize which the section I have to change: front, backend, themes. How does it work?

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

Re: How to manage blocks on the main page AimEos?

Post by aimeos » 16 Aug 2022, 09:48

The "catalog-home" key in the page section defines which components will be rendered:
https://github.com/aimeos/aimeos/blob/m ... op.php#L51

You can remove "catalog/home" and then, the main slider won't be displayed any more.
Add "catalog/lists" to add the product list (but that requires also to adapt the Blade templates to show the list view).
If you want to display the products of the home category, you can use the CMS module and change the shown category and the number of products.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply