In my sidebox.. called Information.. how can I change the name of the options and delete others?
In my sidebox.. called Information.. how can I change the name of the options and delete others?
That depends on which ones you want to do what to. Can you be more specific?
Yes, sorry.
For example.. under the INformation box, there's a link called "Conditions of Use" I would like to change that to "FAQs" and also when you click it, it say "FAQs" at the top instead of "Conditions of use"
I realize this means I will have to change some of the .php files, which I know how, I just need to know which files.
The easiest way to locate titles like those to redefine, is to go into Admin-Tools-Developers Toolkit;
Using the first input, seach the title "Conditions of Use". You will be notified of the areas/files to modify...
Don't forget to leave the quotes surrounding the new titles or you'll get errors.Code:/blahblah/yourstore/includes/languages/english/conditions.php Line #22 : define('NAVBAR_TITLE', 'Conditions of Use'); Line #23 : define('HEADING_TITLE', 'Conditions of Use'); /blahblah/yourstore/admin/includes/languages/english/define_pages_editor.php Line #31 : define('TEXT_INFO_CONDITIONS', 'Conditions of Use');
Awesome! Thanks!
You're welcome. Good luck on your customizing.![]()
Bookmarks