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

Open in your IDE?
  1. {##
  2.  # Item buttons
  3.  #}
  4. {% if this.isShowAdd2CartBlock() and this.getAdd2CartBlockWidget() %}
  5.   {{ this.getAdd2CartBlockWidget().display()|raw }}
  6. {% endif %}