SUPPORT TICKET SYSTEM
| Question: How to add a language to JooCart |
| Answer: 1.The first thing to do here is to download the translation you need from the store official website. 2.When you have the distribution archive file of the language pack downloaded you can extract it on your local computer. There should be a new folder created under which you will have all the web scripts located. 3.The next step is to upload the installation files under your hosting account. The language pack will come with two directories in the archive catalog and admin. You should upload these under the public_html\joomla_root_directory\components\com_opencart\ folder of your hosting account. For the upload of the files you may use your favorite FTP client. 4.The upload of the language files is now completed and we will proceed with the final step of the installation. You should login to your JooCart admin back-end now from: http://yoursite.com/administrator/index.php?option=com_opencart 5.When the admin back-end is completely rendered navigate to System > Localizations > Languages tab You will notice the “Insert” button at the very top right corner of the “Languages” page In each Language package all the fields’ information should be available in the ReadMe text file included in the archive. Insert your new language. 5.If you like to change the default language for your store front and back-end navigate to the System > Settings > Local tab: Change your default language. 6.In JooCart there are 3 or 4 extra modules which is not exists in standard OpenCart (cart,login,manufacturer,categoryhome(JooCart 1.5.2)).Make sure you have the language files for these modules in your new language pack.If not exists,create your self from english to your new language.Few lines only catalog or admin\language\new_language_name\module\login.php catalog or admin\language\new_language_name\module\cart.php catalog or admin\language\new_language_name\module\manufacturer.php catalog or admin\language\new_language_name\module\categoryhome.php(only in JooCart 1.5.2) 7.Done. |
Back to Frequently Asked Questions |