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

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