app/template/default/Block/other_search_sp.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="other_search_sp">
  9.     <dl class='mt-0 pt-3'>
  10.         <dt class='ps-2 pb-3' style='font-size:16px;'>条件から探す</dt>
  11.         <dd>
  12.             <div class='ps-2'><input class="js-stock" type="checkbox" id="stock" name="stock"><label class='ps-2' for="stock">在庫切れの商品を含む</label></div>
  13.             <!--<div><input class="js-new" type="checkbox" id="new" name="new"><label for="new">新商品のみ</label></div>-->
  14.             <div class='mt-3 mx-2'><button class='metroFamilyOrder-button01' type="submit">検索する</button></div>
  15.             <div class='my-3 mx-2'><button class='metroFamilyOrder-button02' type="reset">クリア</button></div>
  16.         </dd>
  17.     </dl>
  18. </div>