templates/web/customer/product/search/parts/advanced.options.title.twig line 1

Open in your IDE?
  1. {##
  2.  # Search in title
  3.  #
  4.  # @listChild (list="products.search.conditions.advanced.options", weight="100")
  5.  #}
  6. <li><label for="by-title">
  7.   <input type="checkbox" name="by_title" id="by-title" value="Y" {% if this.getChecked('by_title') %} checked="checked" {% endif %} />
  8.   {{ t('Product Title') }}
  9. </label></li>