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

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/card/box-standard.html.twig' %}
  2.             {% block component_product_box_action %}
  3.                 {% if product.translated.customFields.migration_attribute_4_warenkorb_deaktivieren_169 == false %}
  4.                   {% sw_include '@Storefront/storefront/component/product/card/action.html.twig' %}
  5.                 {% endif %}
  6.             {% endblock %}
  7. {% block component_product_box_name %}
  8.     <a href="{{ seoUrl('frontend.detail.page', {'productId': id}) }}"
  9.        class="product-name"
  10.        title="{{ name }}">
  11.         {{ name }}
  12.         <p>{{product.translated.customFields.migration_attribute_4_subheadline_163 }}</p>
  13.     </a>
  14. {% endblock %}
  15.                             {% block component_product_box_description %}
  16.                                 <div class="product-description">
  17.                                     <a href="{{ seoUrl('frontend.detail.page', {'productId': id}) }}"
  18.                                        class="product-description-link"
  19.                                        title="{{ name }}">
  20.                                         {{ product.translated.customFields.migration_set_4_short_description }}
  21.                                     </a>
  22.                                 </div>
  23.                             {% endblock %}
  24.                             {% block component_product_box_price %}
  25.                                 <a href="{{ seoUrl('frontend.detail.page', {'productId': id}) }}"
  26.                                                        class="price-description-link"
  27.                                                        title="{{ name }}">
  28.                                 {% sw_include '@Storefront/storefront/component/product/card/price-unit.html.twig' %}
  29.                             </a>
  30.                             {% endblock %}