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

Open in your IDE?
  1. {##
  2.  # Add to Cart button template
  3.  #
  4.  # @ListChild (list="itemsList.product.list.customer.info", weight="1000")
  5.  #}
  6. {% if this.isDisplayAdd2CartButton() %}
  7.   <div class="add-to-cart-button">
  8.     {{ widget('\\XLite\\View\\Button\\Submit', label='Add to cart', style='regular-main-button add2cart add-to-cart productid-' ~ this.get('product').product_id) }}
  9.   </div>
  10.   {{ this.getChangeQtyBlockWidget().display()|raw }}
  11. {% endif %}