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

Код валюты в переключатели валют


Recommended Posts

Здравствуйте, помогите понять как осуещёствить.

Имеем в currency.twig:

{% if currencies|length > 1 %}
<div id="currency" class="curency fm_mobile_menu_info-item">
  <div class="fm_mobile_menu_info-title d-lg-none">{{ text_currency }}</div>
  <form action="{{ action }}" method="post" enctype="multipart/form-data" id="form-currency" class="h-100">
    <div class="btn-group h-100">
      <button class="btn btn-currency btn-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">{% for currency in currencies %}
      {% if currency.symbol_left and currency.code == code %} {{ currency.symbol_left }} {% elseif currency.symbol_right and currency.code == code %} {{ currency.symbol_right }} {% endif %}
      {% endfor %} <span>{{ text_currency }}</span><i class="fas fa-chevron-down"></i></button>
      <div class="dropdown-menu dropdown-menu-right nav-dropdown-menu">
        {% for currency in currencies %}
        {% if currency.symbol_left %}
          <button class="currency-select btn btn-block{% if currency.code == code %} active-item{% endif %}" type="button" name="{{ currency.code }}">{{ currency.symbol_left }} {{ currency.title }}</button>
        {% else %}
          <button class="currency-select btn btn-block{% if currency.code == code %} active-item{% endif %}" type="button" name="{{ currency.code }}">{{ currency.symbol_right }} {{ currency.title }}</button>
        {% endif %}
        {% endfor %}
      </div>
    </div>
    <input type="hidden" name="code" value="" />
    <input type="hidden" name="redirect" value="{{ redirect }}" />
  </form>
</div>
{% endif %} 

Что хочу изменить:

вместо <span>{{ text_currency }}</span> что бы было <span>{{ currency.code }}</span> а в самом выпадаюещём списке осилось как есть, то есть, {{ currency.symbol_left }} {{ currency.title }}.

Пропотому чтовал сивить элеменирно вместе {{ text_currency }} - {{ currency.code }} но в иком случай в шапке осиется только символ валюты. Подскажите куда копать пожалуйси. 

Всем спасипотому что

Link to comment
Share on other sites


      {% if currency.symbol_left and currency.code == code %} <strong>{{ currency.symbol_left }}</strong> {% elseif currency.symbol_right and currency.code == code %} <strong>{{ currency.symbol_right }}</strong> {% endif %}
      {% if currency.code == code %} <span class="hidden-xs hidden-sm hidden-md">{{ currency.code }}</span> {% endif %}{% endfor %}&nbsp;<i class="fa fa-caret-down"></i></button>

 

  • +1 1
Link to comment
Share on other sites

6 минут назад, PaulKravchenko сказал:
      {% if currency.symbol_left and currency.code == code %} <strong>{{ currency.symbol_left }}</strong> {% elseif currency.symbol_right and currency.code == code %} <strong>{{ currency.symbol_right }}</strong> {% endif %}
      {% if currency.code == code %} <span class="hidden-xs hidden-sm hidden-md">{{ currency.code }}</span> {% endif %}{% endfor %}&nbsp;<i class="fa fa-caret-down"></i></button>

 

Спасипотому что Вам огромное!! оказалась все на много проещё чем я себе предсивлял и главное что рилииет )

Link to comment
Share on other sites


1 минуту назад, PaulKravchenko сказал:

Просто currency.code вы изначально размещали за прегделами массива currencys, поэтому код не выводился.

Уже понял свою ошибку. Спасипотому что Вам еещё раз.

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.