CRELoaded Template Customization Guide
This document offers hints and tips on how to customize your creloaded template.
NOTE: Please back up your existing files prior to making any modifications to your site. Instructions are provided in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
How do I customize the template to use a different language?
Our template files use a dynamic button system to display the template buttons. Instead of using physical images for template menus and buttons, we use languages files to build them dynamically on your store. This means that if you want to edit the menus and buttons of your store, you do not need to create new images, you just need to edit the language files.
By default, if you switch to a different language, our templates will use the correct language file to change the button text. To change your template's menu text, please do the following:
|
(1)
|
If necessary, install the files for your selected language. Please consult your language installation documentation for instructions on installing the language files.
|
|
(2)
|
Copy the language file named menu.php from the includes/languages/english directory to your new language directory. For example, to install the file to french language directory, copy the menu.php file from includes/languages/english directory to includes/languages/french.
|
|
(3)
|
To change button text.
|
Troubleshooting
|
|
If you see upper case text on your buttons instead of button text, you need to define the button text on your language file. For example:
if you see MENU_TEXT_HOME on your template, you need to define this variable in one your language file.
|
|