Hi, Lat9 - thanks for your time.
I created the following:
D:\SOFTWARE\xampp\htdocs\zencart6\MYADMIN\includes\languages\english\extra_defin itions\mysite_overrides.php
which contains:
Code:
<?php
$define = [
'MENU_CATEGORIES_TO_SORT_BY_NAME' => 'configuration,reports,tools',
];
return $define;
and it made no difference to the configuration menu.
Is there somewhere else that I should make changes?
I followed SWGuy's instructions and that worked, but I understand that it's bad practice to edit the core files.