app/template/default/Block/other_search.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. <div class="mt-0 pt-0 border-0 other_search">
  9.     <dl>
  10.         <dt>表示条件</dt>
  11.         <dd>
  12.             <div class="toggle-switch"><input class="js-stock" type="checkbox" id="stock" name="stock"><label for="stock"></label><span style="font-size:16px;" class="toggle-label" onclick="document.getElementById('stock').click()">在庫切れの商品を表示</span></div>
  13.             <!--<div><input class="js-new" type="checkbox" id="new" name="new"><label for="new">新商品のみ</label></div>-->
  14.             {# <div><button type="submit">検索する</button></div> #}
  15.             {# <div><button type="reset">クリア</button></div> #}
  16.         </dd>
  17.     </dl>
  18. </div>