When I login to admin and navigate to System >> Configuration, I have an Inchoo Featured Products menu that is already open. I want this to default to General >> General. How can I do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try
Go to /app/code/local/[companyName]/[moduleName]/etc/system.xml
Change the
<sort_order>1</sort_order>to a larger number eg<sort_order>96</sort_order>(this is how other module does it, not sure if they uses the same method)