{## # Add to Cart button template # # @ListChild (list="itemsList.product.list.customer.info", weight="1000") #}{% if this.isDisplayAdd2CartButton() %} <div class="add-to-cart-button"> {{ widget('\\XLite\\View\\Button\\Submit', label='Add to cart', style='regular-main-button add2cart add-to-cart productid-' ~ this.get('product').product_id) }} </div> {{ this.getChangeQtyBlockWidget().display()|raw }}{% endif %}