templates/web/customer/product/details/parts/common.form.twig line 1

Open in your IDE?
  1. {##
  2.  # Product details main form (qty/buttons)
  3.  #
  4.  # @ListChild (list="product.details.page.info", weight="50")
  5.  #}
  6. {% form '\\XLite\\View\\Form\\Product\\AddToCart' with {product: this.product, className: 'product-details', validationEngine: '1'} %}
  7.   {{ widget_list('product.details.page.info.form') }}
  8. {% endform %}