Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

knitting

Newbie
  
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

knitting's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. Всем привет! При установке логотипа с модуля Новая почта API или укрпочта вариант места выбора изображения работает только метод "Элемент с ключом img массива способа доставки". Метод "Заголовок вариантов доставки" не работает. Нужно помочь перенести img в файле simplecheckout_shipping.twig Готов заплатить за помощь На скриншоте №3 как работает сейчас это код, на скриншоте №2 как нужно чтоб было {% for shipping_method in shipping_methods %} {% if shipping_method['title'] is not empty %} <p> <b> img сюда! {{ shipping_method['title'] }}</b></p> {% endif %} {% if shipping_method['warning'] is not empty %} <div class="simplecheckout-error-text">{{ shipping_method['warning'] }}</div> {% endif %} {% if shipping_method['error'] is empty %} {% for quote in shipping_method['quote'] %} <div class="radio"> <label for="{{ quote['code'] }}"> <input type="radio" data-onchange="reloadAll" name="shipping_method" {{ quote['dummy'] is not empty ? 'disabled="disabled"' : '' }} {{ quote['dummy'] is not empty ? 'data-dummy="true"' : '' }} value="{{ quote['code'] }}" id="{{ quote['code'] }}" {% if quote['code'] == code %}checked="checked"{% endif %} /> {% if quote['img'] is not empty %} <img src="{{ quote['img'] }}" width="36" height="36" border="0" style="display:inline-block;margin:3px;"> {% endif %} {{ quote['title'] is not empty ? quote['title'] : '' }}{{ quote['text'] is not empty and hide_cost is empty ? ' - ' ~ quote['text'] : '' }} </label> </div>
×
×
  • 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.