Page 1 of 1
Admin Navigation Menu
Posted: Fri May 07, 2021 11:47 am
by ilclark
Is there any way to re-order the admin navigation menu?
I'd like it to read:
Dashboard
Sales
Catalog
Customers
Extensions
etc
etc
Please excuse noob Opencart ignorance

Re: Admin Navigation Menu
Posted: Fri May 07, 2021 6:41 pm
by paulfeakins
ilclark wrote: ↑Fri May 07, 2021 11:47 am
Is there any way to re-order the admin navigation menu?
I'd like it to read:
Dashboard
Sales
Catalog
Customers
Extensions
etc
etc
Please excuse noob Opencart ignorance
Is there a reason you want to do this?
Re: Admin Navigation Menu
Posted: Fri May 07, 2021 7:07 pm
by xxvirusxx
ilclark wrote: ↑Fri May 07, 2021 11:47 am
Is there any way to re-order the admin navigation menu?
Edit
column_left.twig
Re: Admin Navigation Menu
Posted: Fri May 07, 2021 7:44 pm
by straightlight
ilclark wrote: ↑Fri May 07, 2021 11:47 am
Is there any way to re-order the admin navigation menu?
I'd like it to read:
Dashboard
Sales
Catalog
Customers
Extensions
etc
etc
Please excuse noob Opencart ignorance
Yes, by using an Event.
Re: Admin Navigation Menu
Posted: Mon May 10, 2021 7:58 am
by ilclark
paulfeakins wrote: ↑Fri May 07, 2021 6:41 pm
ilclark wrote: ↑Fri May 07, 2021 11:47 am
Is there any way to re-order the admin navigation menu?
I'd like it to read:
Dashboard
Sales
Catalog
Customers
Extensions
etc
etc
Please excuse noob Opencart ignorance
Is there a reason you want to do this?
Hi Paul,
I guess basically it's for users in our little business that handling orders is their main part of their workload, and most often used menu at the top?!
Also because I want to. What I mean is software needs to be functional in not only what it does, but also in how it does it. As software matures, becomes stable and functional then these fancy bits always help finish a product, so menu re-ordering should be a thing, front-end and back-end.
As mentioned by xxvirusxx, editing a twig file is possible, as an ex-IT person I can do this, but non-techies probably not, and anything else for a "user" then definitely not.
Re: Admin Navigation Menu
Posted: Mon May 10, 2021 8:19 am
by by mona
ilclark wrote: ↑Mon May 10, 2021 7:58 am
As mentioned by xxvirusxx, editing a twig file is possible, as an ex-IT person I can do this
so do it

you only have to do it once - they won’t have to do anything
I have a free module that adds modules - it will get you started without editing the file itself - useful if you mess up.
https://www.opencart.com/index.php?rout ... n_id=37447
It is probably much easier just to write it again than re-order it - so just replace all the lines with new lines in the order you want them.
https://github.com/opencart/opencart/wi ... ion-System