Hello all
in my site i have only 2 languages installed, i want only the unselected language icon to appear on the page. for example, i have english and french languages, when i'm on the English page I want only the french flag to be up there, not both.
any idea how can i do that?
thanks you in advance
in my site i have only 2 languages installed, i want only the unselected language icon to appear on the page. for example, i have english and french languages, when i'm on the English page I want only the french flag to be up there, not both.
any idea how can i do that?
thanks you in advance
In catalog/controller/module/language.php file,
find:
replace with:
find:
Code: Select all
if ($result['status']) {
Code: Select all
if ($result['status'] && (!empty($this->data['language_code']) && html_entity_decode($result['code'], ENT_QUOTES, 'UTF-8') != html_entity_decode($this->data['language_code'], ENT_QUOTES, 'UTF-8')) || (empty($this->data['language_code']))) {
Last edited by straightlight on Wed Mar 27, 2013 12:17 pm, edited 1 time in total.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Code modified above.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
You should check also the view template (language.tpl).ahmed_5187 wrote:i did the replace but i cant find the icons anymore. notice i'm using OC 1.5.4.1
There is a check (1st line) to display only if languages > 1
Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.
@straightlight ... still no icons.
@OSWorX .. i dont understand what i should do in language.tpl
@OSWorX .. i dont understand what i should do in language.tpl
Remove:
and the last:
in your language.tpl file.
Code: Select all
<?php if (count($languages) > 1) { ?>
Code: Select all
<?php } ?>
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Who is online
Users browsing this forum: No registered users and 1 guest