Reposting in the correct section:
I know this has been addressed before, but I can not get it to work on 4.0.2.2
The navigation panel is controlled by column_left.
I get that. Changing admin\controller\common\column_left.php does not work.
Altering the order does not reorder the display
I don't see anything in events even remotely looking like navigation
What am I missing? Where is the actual data driving the menu order coming from?
If it is coming from Events, does anyone have the steps needed to change the order of entries?
Thanks for the help
I know this has been addressed before, but I can not get it to work on 4.0.2.2
The navigation panel is controlled by column_left.
I get that. Changing admin\controller\common\column_left.php does not work.
Altering the order does not reorder the display
I don't see anything in events even remotely looking like navigation
What am I missing? Where is the actual data driving the menu order coming from?
If it is coming from Events, does anyone have the steps needed to change the order of entries?
Thanks for the help
My FREE extensions in marketplace. [ security | flexibility | speedup ]
Editing column_left.php worked for me. What are you trying to change and how were you trying to do it?
Wanted to reorder the list so the most used links are near the top instead of the bottom.
Simply, wanted to change links 1, 2, 3, 4 to 1, 4, 2, 3
Copied the section for a link (section 4 eg) and moved it up in column_left.php to be after another link (section 1 eg).
Saved. Cleared cache. Nothing changed.
Assumed position in the code should be sufficient.
Is there another step?
Simply, wanted to change links 1, 2, 3, 4 to 1, 4, 2, 3
Copied the section for a link (section 4 eg) and moved it up in column_left.php to be after another link (section 1 eg).
Saved. Cleared cache. Nothing changed.
Assumed position in the code should be sufficient.
Is there another step?
The important part is to move the sections that start.
The order these are set define the order you see.
Code: Select all
$data['menus'][] = [
It wouldn't be until the next comment, as the next comment is // Voucher which is part of the sales.
If you look at the sales block, it not added to the $data['menus'][] until after the voucher block.
The sales block would be the following.
https://github.com/opencart/opencart/bl ... #L248-L310
And the next block would be.
https://github.com/opencart/opencart/bl ... #L312-L363
If you look at the sales block, it not added to the $data['menus'][] until after the voucher block.
The sales block would be the following.
https://github.com/opencart/opencart/bl ... #L248-L310
And the next block would be.
https://github.com/opencart/opencart/bl ... #L312-L363
Who is online
Users browsing this forum: No registered users and 2 guests