how to customize the default, footer etc ..

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!
hussain.h.ff32
Posts: 7
Joined: 10 Apr 2025, 00:37

how to customize the default, footer etc ..

Post by hussain.h.ff32 » 12 May 2025, 13:20

am trying to customize the footer , header , and home page slider for the default theme also where to change the slider images because the slider is not showing in the cms

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

Re: how to customize the default, footer etc ..

Post by aimeos » 13 May 2025, 05:05

The footer is part of the base Blade template and the header is a combination of code from the same template and the output of some HTML client components: https://github.com/aimeos/aimeos-larave ... .blade.php

You can override that template in your application like described here:
https://aimeos.org/docs/latest/laravel/ ... -templates

The main slider is from the catalog/home component:
https://github.com/aimeos/ai-client-htm ... e/body.php

Overriding the HTML client templates is documented here:
https://aimeos.org/docs/latest/frontend ... templates/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply