Now, this was a very promising cart system! Seems excellent for my needs!
However I need it to work with my native language - Norwegian....
I tried to install the language pack available (which has a very good quality of translation) and things disappear. All the modules are gone, the trial products etc.
Any solution for this?
Thanks again!
Eagle.
However I need it to work with my native language - Norwegian....
I tried to install the language pack available (which has a very good quality of translation) and things disappear. All the modules are gone, the trial products etc.
Any solution for this?
Thanks again!
Eagle.
Thanks for answering, tchemis!
Even stranger, when using another language all modules are lost.... For example I can not disable the "Recommend" function since that module is no longer there....
Perhaps there is another way to change the language?
Eagle.
Even stranger, when using another language all modules are lost.... For example I can not disable the "Recommend" function since that module is no longer there....
Perhaps there is another way to change the language?
Eagle.
Why, when I choose other language, categories and the new goods are not displayed? (English and Russian languages are installed).
Now I see on the main Administration page, that in the catalogue there is 6 goods. But as soon as I come in: http: // ***. ***/store/admin/index.php? controller=product
there it is not visible any goods.
How to make, that the goods it was again visible?
Вот это глюк!
Для каждого языка товар должен заносится в каталог отдельно, несмотря на то, что товар-то один и тот же
Now I see on the main Administration page, that in the catalogue there is 6 goods. But as soon as I come in: http: // ***. ***/store/admin/index.php? controller=product
there it is not visible any goods.
How to make, that the goods it was again visible?
Вот это глюк!
Для каждого языка товар должен заносится в каталог отдельно, несмотря на то, что товар-то один и тот же

Last edited by 3806 on Tue Nov 27, 2007 1:21 am, edited 1 time in total.
as same as mine...have you found solution?Eagleofnorth wrote: Thanks for answering, tchemis!
Even stranger, when using another language all modules are lost.... For example I can not disable the "Recommend" function since that module is no longer there....
Perhaps there is another way to change the language?
Eagle.
Hi fresher, I did manage to have a look at this and it is a bug.
Note the following code in admin/controller/extension.php
It tries to show the descriptions in the store language. When you add a new language, they are not there and you can't add them because they need to be there to display the list.
(insert evil laughter here)
change it to
and it will display the list with the english descriptions... always.
Note the following code in admin/controller/extension.php
Code: Select all
if (!$session->get('extension.search')) {
$sql = "select e.extension_id, ed.name, ed.description, e.code, e.type, e.controller from extension e left join extension_description ed on e.extension_id = ed.extension_id where e.type = '?' and ed.language_id = '" . (int)$language->getId() . "'";
} else {
$sql = "select e.extension_id, ed.name, ed.description, e.code, e.type, e.controller from extension e left join extension_description ed on e.extension_id = ed.extension_id where e.type = '?' and ed.language_id = '" . (int)$language->getId() . "' and ed.name like '?'";
}

change it to
Code: Select all
if (!$session->get('extension.search')) {
$sql = "select e.extension_id, ed.name, ed.description, e.code, e.type, e.controller from extension e left join extension_description ed on e.extension_id = ed.extension_id where e.type = '?' and ed.language_id = '1'";
} else {
$sql = "select e.extension_id, ed.name, ed.description, e.code, e.type, e.controller from extension e left join extension_description ed on e.extension_id = ed.extension_id where e.type = '?' and ed.language_id = '1' and ed.name like '?'";
}
i solved this problem in a way that i have to put my language name in the modules. for example, the module in english is named "footer" i just click on modification button and entered discription in my language (i did it with all modules..tiering work..) so after i deleted english the module section is working 

I meet the same problem as you.3806 wrote: Why, when I choose other language, categories and the new goods are not displayed? (English and Russian languages are installed).
Now I see on the main Administration page, that in the catalogue there is 6 goods. But as soon as I come in: http: // ***. ***/store/admin/index.php? controller=product
there it is not visible any goods.
How to make, that the goods it was again visible?
Вот это глюк!
Для каждого языка товар должен заносится в каталог отдельно, несмотря на то, что товар-то один и тот же![]()

I tried bruce's solution. It's no effect.
I don't understand Fresher's solution.
Who can give us a detailed multi-language settings instruction?
Thanks!
You have to go through all your categories and products and everything else with multilingual support in the database and add title/description etc values in all installed languages. You will have to do order status values too (easier to directly edit the database as the gui is broken)
Bruce's method will work if you don't delete your English language folder. By default, English is language "1", if you delete your English language folder, then you don't have language "1", subsequently nothing can be displayed.I tried bruce's solution. It's no effect.
Fido-X.
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Who is online
Users browsing this forum: No registered users and 5 guests