templates/web/customer/product/search/simple-search-parts/input.twig line 1

Open in your IDE?
  1. {##
  2.  # Main element (input)
  3.  #
  4.  # @ListChild (list="product.simple-search-form.simple-box.elements", weight="10")
  5.  #}
  6. {{ widget('\\XLite\\View\\FormField\\Input\\Text\\SearchBox',
  7.   fieldName='substring',
  8.   fieldOnly='true',
  9.   fieldLabel=t('Search items...(customer header search form)')
  10. ) }}