templates/web/customer/items_list/product/parts/grid.button-add2cart-wrapper.twig line 1

Open in your IDE?
  1. {##
  2.  # Add to Cart button template
  3.  #
  4.  # @ListChild (list="itemsList.product.grid.customer.tail", weight="600")
  5.  #}
  6. {% if this.isDisplayAdd2CartButton() %}
  7.   <div class="add-to-cart-button">
  8.     {{ widget(template='items_list/product/parts/common.button-add2cart.twig') }}
  9.   </div>
  10.   {{ this.getChangeQtyBlockWidget().display()|raw }}
  11. {% endif %}