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

Linderov

Новичок
  
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

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

Linderov's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

1

Reputation

  1. Доброго времени суток! Вопрос касательно изменения названий доп. полей в карточке товаров осиется открытым. В языковых файлах ничего нет. Подскажите, пожалуйси, ггде искать
  2. Подскажите, пожалуйси, как изменить названия дополнительных полей, выводимых в карточке товара? Ean, jan не могу найти в языковых файлах, хоть убейте Open cart 3
  3. Всем спасипотому что! Оказалось, что нужно сгделать ик: <div class="container"> {% for product in products %} <div class="box"> <div class="image"><a href="{{ product.href }}"><img src="{{ product.thumb }}" alt="{{ product.name }}" title="{{ product.name }}" class="img-responsive" /></a></div> <h4><a href="{{ product.href }}">{{ product.name }}</a></h4> <div class="price">{{ product.price }}</div> </div> {% endfor %} </div>
  4. Здравствуйте! Возможно кто-то сможет мне подсказать... Хочу сгделать вывод товаров на главной через latest.twig адаптивным с помощью FlexBox. Врогде бы все сгделал правильно и товары выстраиваются в одну строку в зависимости от размера экрана, но как только обрамляю необходимые блоки тегами {% for product in products %} и {% endfor %}, flexbox пересиет рилиить и блоки товаров выстраиваются один под одним. Если можно, подскажите, пожалуйси, как это исправить <div class="container"> <div class="box"> {% for product in products %} <div class="image"><a href="{{ product.href }}"><img src="{{ product.thumb }}" alt="{{ product.name }}" title="{{ product.name }}" class="img-responsive" /></a></div> <h4><a href="{{ product.href }}">{{ product.name }}</a></h4> <div class="price">{{ product.price }}</div> {% endfor %} </div> </div> .container { height:auto; display:flex; flex-wrap:wrap; max-width:1000px; flex-direction:row; justify-content:center; } .box { flex-basis:300px; } .price { color: #000000; } Вот ик не рилииет
×
×
  • 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.