custom/plugins/ATNTheme/src/Resources/views/storefront/component/product/card/box-minimal.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/card/box-minimal.html.twig' %}
  2. {% block component_product_box_description %}
  3.     {% if product.translated.customFields.wbn_product_settings_show_description %}
  4.         <div class="product-description">
  5.             {{ product.translated.description|striptags|raw }}
  6.         </div>
  7.     {% endif %}
  8. {% endblock %}