Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

проблема с языками англ язык


 Share

Recommended Posts

как убрать англ язык и вот эту панель (скрин 1) ....
на счет языка нашел файл ( catalog\view\theme\tt_aboss\template\common) им есть две строки отвечающие за вывод языка ...

{% if languages|length >= 1 %}
<li class="language">
    <form action="{{ action }}" method="post" enctype="multipart/form-data" id="form-language">
        <h3 class="text-ex switcher-title">{{ text_language }}</h3>
        <ul class="switcher-option">
            {% for language in languages %}
            {% if language.code == code %}
            <li><button class="btn btn-link btn-block language-select item-selected" type="button" name="ru-ru"><img src="catalog/language/ru-ru/ru-ru.png" alt="rus" title="rus" /> Руский</button></li>
            {% else %}
            <li><button class="btn btn-link btn-block language-select" type="button" name="uk-ua"><img src="catalog/language/uk-ua/uk-ua.png" alt="ukr" title="ukr" /> Украинская</button></li>
            {% endif %}
            {% endfor %}
        </ul>
        <input type="hidden" name="code" value="" />
        <input type="hidden" name="redirect" value="{{ redirect }}" />
    </form>
</li>
{% endif %}

но когда я забираю 1 то пропадает рус язык, а если второй то исчезают анл и укр, а осиется только рос .... а когда убил вручную ссылки то появились две укр языка скрин 2

Link to comment
Share on other sites


наступит икой момент когда сайт начнет разваливаться и посмотрев в прошлое осинется только горевать ипотому что время тоже гденьги

 

это все можно выклюлить в админке

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.