New admin tab for shop configuration

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!
David Haška
Posts: 10
Joined: 30 Aug 2018, 17:08

New admin tab for shop configuration

Post by David Haška » 26 Sep 2018, 12:13

Hello,

is there any solution to make a new tab with shop configuration - sub-tabs will be modules / extensions.

For example we want to have dynamic banners (we will change them every week) - best as module / extension. We want to edit / reupload them in current admin page and we want some configuration to be set in this "TAB".. Do you know how to implement that?

Image

Currently we solved this with different admin in Laravel - it has different URL (not /admin but /adminext) but we dont want to have two different admin pages.

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

Re: New admin tab for shop configuration

Post by aimeos » 27 Sep 2018, 14:07

Sure, you can extend the administration interface by new panels but there is no documentation for that yet.

The steps are in your own extension:
- Create a new Admin/JQAdm/ class like the existing ones
- Add list and item templates for your class
- You can add CSS/JS code in the files in the themes folder
- Configure the navbar to include your new panel (https://github.com/aimeos/ai-admin-jqad ... navbar.php
- If you have subpanels then configure them too (https://github.com/aimeos/ai-admin-jqad ... /admin.php)
- Configure the permissions for your new panel (https://github.com/aimeos/ai-admin-jqad ... source.php)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply