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

Open in your IDE?
  1. {% sw_extends '@parent/storefront/component/product/card/box-standard.html.twig' %}
  2. {% block component_product_box_badges %}
  3.     {# {% sw_include '@parent/storefront/component/product/card/badges.html.twig' %} #}
  4. {% endblock %}
  5. {% block buy_widget_headline_subtitle_product_number %}
  6.     <span class="product_number">
  7.         {{ product.productNumber }}
  8.     </span>
  9. {% endblock %}
  10. {% block component_product_box_price_and_action_no_mt %}
  11.     {% if theme_config('productListingStylesCombinePriceAndAction') %}
  12.         <div class="flex-grow-1 d-flex flex-nowrap"><div class="product-price-info-wrapper col-auto d-flex justify-content-end flex-column pr-0 w-75">
  13.     {% endif %}
  14. {% endblock %}