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

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