Andrei | фикс каталога (вывод плашки ВАЖНО только при заполненном плоке)

dev_10_fixbugs
Andrei 2 months ago
parent 076af73a9b
commit eb9c7b7b27
  1. 3
      wp-content/themes/cosmopet/modules/shop/components/single-product/component-template.twig

@ -401,6 +401,7 @@
</div>
{# End | Табы с информацией #}
{% if product_meta.important %}
<div class="detail__warning">
<div class="detail-warning__content">
<p class="detail-warning__title">{{ function('pll_e', 'Важно') }}</p>
@ -409,7 +410,7 @@
</p>
</div>
</div>
{% endif %}
</div>
<div class="product__main">

Loading…
Cancel
Save