a simple question.
In magento, when going to System / Configuration there are some main tabs in left navigation.
General, Catalog, Customer, Sales, Advanced, etc.
I wonder what xml set the order for those? I would love to have Advanced somewhere on top.
Looking at the Mage/Core/etc/system.xml file, I see this near the top:
I’m guessing (but haven’t verified) that changing the sort_order parameter in this file will change that order for you.
Hope that helps!
Thanks,
Joe