Making different layout for a merchant control panel

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
ahmed31916
Advanced
Posts: 148
Joined: 14 Apr 2022, 12:15

Making different layout for a merchant control panel

Post by ahmed31916 » 14 Apr 2022, 12:26

How to make a different layout for the merchant that different from the super admin layout

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

Re: Making different layout for a merchant control panel

Post by aimeos » 15 Apr 2022, 06:51

What do you mean?
- different theme
- different panels
- different templates
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
ahmed31916
Advanced
Posts: 148
Joined: 14 Apr 2022, 12:15

Re: Making different layout for a merchant control panel

Post by ahmed31916 » 15 Apr 2022, 06:56

different panels with my own theme

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

Re: Making different layout for a merchant control panel

Post by aimeos » 16 Apr 2022, 08:16

For implementing own panels in the admin backend see:
https://aimeos.org/docs/latest/admin/jq ... nt-panels/

You can change the shown panels and permissions by overwriting these settings in your ./config/shop.php:
- https://github.com/aimeos/ai-admin-jqad ... navbar.php
- https://github.com/aimeos/ai-admin-jqad ... source.php

For your own theme read this article:
- https://aimeos.org/docs/latest/admin/jq ... stom-cssjs
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply