{% set image_list = item.getImageGallery('medium') %} {% if image_list %} {% for image in image_list %}
{{ image.alt }}
{% endfor %} {% endif %}
{{item.title}} {% set size_siblings = post.getSizeSiblings %} {% if size_siblings %}
{% for sibling in size_siblings %} {% set class = '' %} {% if sibling.get_weight == item.get_weight %} {% set class = 'active' %} {% endif %} {% if sibling.get_weight %} {% endif %} {% endfor %}
{% endif %}
{{item.getPriceWithCurrency}}
{% if item.meta('_stock_status') == 'instock' %} {{ fn('pll_e', 'В корзину') }} {% else %}

Нет в наличии

{% endif %}