templates/web/customer/product/search/parts/phrase.phrase.twig line 1

Open in your IDE?
  1. {##
  2.  # Search phrase : pharse
  3.  #
  4.  # @listChild (list="products.search.conditions.phrase", weight="300")
  5.  #}
  6. <li>
  7.   <input type="radio" name="including" id="including-phrase" value="phrase" {% if this.getChecked('including', 'phrase') %} checked="checked" {% endif %} />
  8.   <label for="including-phrase">{{ t('Exact phrase') }}</label>
  9. </li>