var/cache/dev/twig/74/74423c9249e107f2b11fdef5f7005621.php line 558

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* __string_template__7c560d45e25bfb116c3dd168fcef91ac */
  14. class __TwigTemplate_5ac2e59451f17658b619dcecbdf8e5a2 extends \Eccube\Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'javascript' => [$this'block_javascript'],
  24.             'main' => [$this'block_main'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 11
  30.         return "default_frame.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""__string_template__7c560d45e25bfb116c3dd168fcef91ac"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""__string_template__7c560d45e25bfb116c3dd168fcef91ac"));
  39.         // line 13
  40.         $context["body_class"] = "product_page";
  41.         // line 11
  42.         $this->parent $this->loadTemplate("default_frame.twig""__string_template__7c560d45e25bfb116c3dd168fcef91ac"11);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  46.         
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  48.     }
  49.     // line 15
  50.     public function block_javascript($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  57.         // line 16
  58.         echo "    <script>
  59.         eccube.productsClassCategories = {
  60.             ";
  61.         // line 18
  62.         $context['_parent'] = $context;
  63.         $context['_seq'] = twig_ensure_traversable((isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'18$this->source); })()));
  64.         $context['loop'] = [
  65.           'parent' => $context['_parent'],
  66.           'index0' => 0,
  67.           'index'  => 1,
  68.           'first'  => true,
  69.         ];
  70.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  71.             $length count($context['_seq']);
  72.             $context['loop']['revindex0'] = $length 1;
  73.             $context['loop']['revindex'] = $length;
  74.             $context['loop']['length'] = $length;
  75.             $context['loop']['last'] = === $length;
  76.         }
  77.         foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
  78.             // line 19
  79.             echo "            \"";
  80.             echo twig_escape_filter($this->envtwig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse19), "js"), "html"nulltrue);
  81.             echo "\": ";
  82.             echo $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getClassCategoriesAsJson($context["Product"]);
  83.             if ((twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse19) == false)) {
  84.                 echo ", ";
  85.             }
  86.             // line 20
  87.             echo "            ";
  88.             ++$context['loop']['index0'];
  89.             ++$context['loop']['index'];
  90.             $context['loop']['first'] = false;
  91.             if (isset($context['loop']['length'])) {
  92.                 --$context['loop']['revindex0'];
  93.                 --$context['loop']['revindex'];
  94.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  95.             }
  96.         }
  97.         $_parent $context['_parent'];
  98.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
  99.         $context array_intersect_key($context$_parent) + $_parent;
  100.         // line 21
  101.         echo "        };
  102.         \$(function() {
  103.             // 表示件数を変更
  104.             \$('.disp-number').change(function() {
  105.                 var dispNumber = \$(this).val();
  106.                 \$('#disp_number').val(dispNumber);
  107.                 \$('#pageno').val(1);
  108.                 \$(\"#form1\").submit();
  109.             });
  110.             // 並び順を変更
  111.             \$('.order-by').change(function() {
  112.                 var orderBy = \$(this).val();
  113.                 \$('#orderby').val(orderBy);
  114.                 \$('#pageno').val(1);
  115.                 \$(\"#form1\").submit();
  116.             });
  117.             \$('.add-cart').on('click', function(e) {
  118.                 var \$form = \$(this).parents('li').find('form');
  119.                 // 個数フォームのチェック
  120.                 var \$quantity = \$form.parent().find('.quantity');
  121.                 if (\$quantity.val() < 1) {
  122.                     \$quantity[0].setCustomValidity('";
  123.         // line 47
  124.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("1以上で入力してください。"), "html"nulltrue);
  125.         echo "');
  126.                     setTimeout(function() {
  127.                         loadingOverlay('hide');
  128.                     }, 100);
  129.                     return true;
  130.                 } else {
  131.                     \$quantity[0].setCustomValidity('');
  132.                 }
  133.                 e.preventDefault();
  134.                 \$.ajax({
  135.                     url: \$form.attr('action'),
  136.                     type: \$form.attr('method'),
  137.                     data: \$form.serialize(),
  138.                     dataType: 'json',
  139.                     beforeSend: function(xhr, settings) {
  140.                         // Buttonを無効にする
  141.                         \$('.add-cart').prop('disabled', true);
  142.                     }
  143.                 }).done(function(data) {
  144.                     // レスポンス内のメッセージをalertで表示
  145.                     \$.each(data.messages, function() {
  146.                         \$('#ec-modal-header').html(this);
  147.                     });
  148.                     \$('.ec-modal').show()
  149.                     // カートブロックを更新する
  150.                     \$.ajax({
  151.                         url: '";
  152.         // line 75
  153.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("block_cart");
  154.         echo "',
  155.                         type: 'GET',
  156.                         dataType: 'html'
  157.                     }).done(function(html) {
  158.                         \$('.ec-headerRole__cart').html(html);
  159.                     });
  160.                 }).fail(function(data) {
  161.                     alert('";
  162.         // line 82
  163.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートへの追加に失敗しました。"), "html"nulltrue);
  164.         echo "');
  165.                 }).always(function(data) {
  166.                     // Buttonを有効にする
  167.                     \$('.add-cart').prop('disabled', false);
  168.                 });
  169.             });
  170.         });
  171.         \$('.ec-modal-wrap').on('click', function(e) {
  172.             // モーダル内の処理は外側にバブリングさせない
  173.             e.stopPropagation();
  174.         });
  175.         \$('.ec-modal-overlay, .ec-modal, .ec-modal-close, .ec-inlineBtn--cancel').on('click', function() {
  176.             \$('.ec-modal').hide()
  177.         });
  178.     </script>
  179. ";
  180.         
  181.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  182.         
  183.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  184.     }
  185.     // line 100
  186.     public function block_main($context, array $blocks = [])
  187.     {
  188.         $macros $this->macros;
  189.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  190.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  191.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  192.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  193.         // line 101
  194.         echo "
  195. <div class=\"main_visual\" 
  196.     data-imgpc=\"";
  197.         // line 103
  198.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/main_visual.jpg""user_data"), "html"nulltrue);
  199.         echo "\" 
  200.     data-imgsmp=\"";
  201.         // line 104
  202.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/common/main_visualsmp.jpg""user_data"), "html"nulltrue);
  203.         echo "\">
  204.     <div class=\"container\">
  205.         <h2 class=\"main_visual_title\">
  206.             <span class=\"_big\">G-Laboウクレレラインナップ</span>
  207.             <span class=\"_small\">G-Laboは、職人によってテキストテキストテキストテキストなウクレレブランドです。</span>
  208.         </h2>
  209.     </div>
  210. </div>
  211. <div class=\"product_list container\">
  212.     <div class=\"product_list_category\">
  213.         <p class=\"_list\"><a href=\"";
  214.         // line 115
  215.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_list");
  216.         echo "\">すべての商品</a></p>
  217.         ";
  218.         // line 116
  219.         echo twig_include($this->env$context"Block/category.twig");
  220.         echo "
  221.     </div>
  222.     <div class=\"product_list_container\">
  223.         <div id=\"main_side\" class=\"side\">
  224.                 <script>
  225.     \$(function() {
  226.         \$(\".product_btn_search\").click(function(){
  227.             \$(this).parent().submit();
  228.         });
  229.         \$(\".product_btn_del\").click(function(){
  230.             \$(\".search-form-custom\").find(\"input[type='text'], input[type='checkbox'], select\").val(\"\");
  231.             \$(this).parent().submit();
  232.         });
  233.     });
  234.     </script>
  235. <div class=\"ec-headerNaviRole__search\">
  236.     <form method=\"get\" action=\"/products/search\" class=\"search-form-custom product_form_search\">
  237.         <div class=\"ec-headerSearch__keyword\">
  238.             <div class=\"ec-input\">
  239.                 <p class=\"_title02\">キーワード</p>
  240.                 <div class='cus-input-search'>
  241.                     <input type=\"text\" id=\"keyword\" name=\"keyword\" placeholder=\"\" class=\"form-control form-control\" />
  242.                     <button class=\"ec-headerSearch__keywordBtn\" type=\"submit\"></button>
  243.                 </div>
  244.             </div>
  245.         </div>
  246.         <h3 class=\"product_form_title \">
  247.             <span>カテゴリー</span>
  248.         </h3>
  249.         <ul class=\"product_form_checkbox\" >
  250.                         <li>
  251.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_0\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_20\" value=\"20\" />
  252.         <label class=\"form-check-label\" for=\"category_0\">ガズのわがままウクレレ</label></div>
  253.             </li>
  254.                         <li>
  255.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_1\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_21\" value=\"21\" />
  256.         <label class=\"form-check-label\" for=\"category_1\">ウスレレ</label></div>
  257.             </li>
  258.                         <li>
  259.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_2\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_22\" value=\"22\" />
  260.         <label class=\"form-check-label\" for=\"category_2\">たびレレ</label></div>
  261.             </li>
  262.                         <li>
  263.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_3\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_23\" value=\"23\" />
  264.         <label class=\"form-check-label\" for=\"category_3\">竹レレ</label></div>
  265.             </li>
  266.                         <li>
  267.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_4\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_24\" value=\"24\" />
  268.         <label class=\"form-check-label\" for=\"category_4\">THE CLASSIC</label></div>
  269.             </li>
  270.                         <li>
  271.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_5\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_25\" value=\"25\" />
  272.         <label class=\"form-check-label\" for=\"category_5\">コズモデル</label></div>
  273.             </li>
  274.                         <li>
  275.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_6\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_26\" value=\"26\" />
  276.         <label class=\"form-check-label\" for=\"category_6\">GM Vintage</label></div>
  277.             </li>
  278.                         <li>
  279.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_7\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_27\" value=\"27\" />
  280.         <label class=\"form-check-label\" for=\"category_7\">ガズモデル</label></div>
  281.             </li>
  282.                         <li>
  283.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_8\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_28\" value=\"28\" />
  284.         <label class=\"form-check-label\" for=\"category_8\">その他(グッズ)</label></div>
  285.             </li>
  286.                     </ul>
  287.         <h3 class=\"product_form_title _icon01 \">
  288.             <span>ライフスタイル</span>
  289.         </h3>
  290.         <ul class=\"product_form_checkbox\" >
  291.                         <li>
  292.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_0\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_33\" value=\"33\" />
  293.         <label class=\"form-check-label\" for=\"category_17_0\">自宅でリラックスして楽しむ</label></div>
  294.             </li>
  295.                         <li>
  296.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_1\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_34\" value=\"34\" />
  297.         <label class=\"form-check-label\" for=\"category_17_1\">ビジネスの合間に楽しむ</label></div>
  298.             </li>
  299.                         <li>
  300.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_2\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_35\" value=\"35\" />
  301.         <label class=\"form-check-label\" for=\"category_17_2\">アウトドアで楽しむ</label></div>
  302.             </li>
  303.                         <li>
  304.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_3\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_36\" value=\"36\" />
  305.         <label class=\"form-check-label\" for=\"category_17_3\">カフェでのひととき</label></div>
  306.             </li>
  307.                         <li>
  308.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_4\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_37\" value=\"37\" />
  309.         <label class=\"form-check-label\" for=\"category_17_4\">旅行へのお供に</label></div>
  310.             </li>
  311.                         <li>
  312.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_5\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_38\" value=\"38\" />
  313.         <label class=\"form-check-label\" for=\"category_17_5\">ライブ&パフォーマンスに</label></div>
  314.             </li>
  315.                         <li>
  316.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_6\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_39\" value=\"39\" />
  317.         <label class=\"form-check-label\" for=\"category_17_6\">友人や家族とセッション</label></div>
  318.             </li>
  319.                         <li>
  320.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_7\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_40\" value=\"40\" />
  321.         <label class=\"form-check-label\" for=\"category_17_7\">子供と一緒にに楽しむ</label></div>
  322.             </li>
  323.                         <li>
  324.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_8\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_41\" value=\"41\" />
  325.         <label class=\"form-check-label\" for=\"category_17_8\">作曲・クリエイティブ用途</label></div>
  326.             </li>
  327.                         <li>
  328.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_9\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_42\" value=\"42\" />
  329.         <label class=\"form-check-label\" for=\"category_17_9\">SNS・動画配信用</label></div>
  330.             </li>
  331.                     </ul>
  332.         <h3 class=\"product_form_title _icon02\"><span>こだわり条件から探す</span></h3>
  333.         <p class=\"_title02\">商品ステータス</p>
  334.         <select id=\"category_19\" name=\"category_19\" class=\"product_form_select form-select\"><option value=\"\">カテゴリを選択してください</option><option value=\"29\">在庫有り商品</option><option value=\"30\">予約商品</option><option value=\"31\">新着商品</option><option value=\"32\">おすすめ商品</option></select>
  335.         
  336.         <p class=\"_title02\">サイズ</p>
  337.         <ul class=\"product_size_checkbox\">
  338.                         <li>
  339.             <div class=\"form-check\"><input type=\"checkbox\" id=\"class_name_2_0\" name=\"class_name_2[]\" class=\"form-check-input form-check-input\" id=\"category_7\" value=\"7\" />
  340.         <label class=\"form-check-label\" for=\"class_name_2_0\">ソプラノ</label></div>
  341.             </li>
  342.                         <li>
  343.             <div class=\"form-check\"><input type=\"checkbox\" id=\"class_name_2_1\" name=\"class_name_2[]\" class=\"form-check-input form-check-input\" id=\"category_8\" value=\"8\" />
  344.         <label class=\"form-check-label\" for=\"class_name_2_1\">コンサート</label></div>
  345.             </li>
  346.                         <li>
  347.             <div class=\"form-check\"><input type=\"checkbox\" id=\"class_name_2_2\" name=\"class_name_2[]\" class=\"form-check-input form-check-input\" id=\"category_9\" value=\"9\" />
  348.         <label class=\"form-check-label\" for=\"class_name_2_2\">テナー</label></div>
  349.             </li>
  350.                     </ul>
  351.         <p class=\"_title02 icon01\">塗装</p>
  352.         <ul class=\"product_coating_checkbox\">
  353.                         <li>
  354.             <div class=\"form-check\"><input type=\"checkbox\" id=\"class_name_4_0\" name=\"class_name_4[]\" class=\"form-check-input form-check-input\" id=\"category_13\" value=\"13\" />
  355.         <label class=\"form-check-label\" for=\"class_name_4_0\">艶あり(グロス)</label></div>
  356.             </li>
  357.                         <li>
  358.             <div class=\"form-check\"><input type=\"checkbox\" id=\"class_name_4_1\" name=\"class_name_4[]\" class=\"form-check-input form-check-input\" id=\"category_12\" value=\"12\" />
  359.         <label class=\"form-check-label\" for=\"class_name_4_1\">艶なし(マット)</label></div>
  360.             </li>
  361.                     </ul>
  362.         <p class=\"_title02\">ボディタイプ</p>
  363.         <select id=\"class_name_3\" name=\"class_name_3\" class=\"product_form_select form-select\"><option value=\"\">カテゴリを選択してください</option><option value=\"11\">薄ボディ(〇〇mm)</option><option value=\"10\">ノーマル(標準〇〇mm)</option></select>
  364.         
  365.         <p class=\"_title02\">フレット数</p>
  366.         <select id=\"class_name_1\" name=\"class_name_1\" class=\"product_form_select form-select\"><option value=\"\">15フレット(標準)</option><option value=\"1\">15フレット</option><option value=\"2\">12フレット</option></select>
  367.         <p class=\"_title02\">ピックアップ</p>
  368.         <select id=\"class_name_5\" name=\"class_name_5\" class=\"product_form_select form-select\"><option value=\"\">なし(標準)</option><option value=\"15\">あり(+¥0,000)</option><option value=\"14\">なし(標準)</option></select>
  369.         <p class=\"_title02\">価格帯</p>
  370.         <div class=\"product_form_price\">
  371.             <select id=\"price_min\" name=\"price_min\" class=\"product_form_select form-select\"><option value=\"\">選択してください</option><option value=\"0\">0</option><option value=\"10000\">10,000</option><option value=\"20000\">20,000</option><option value=\"30000\">30,000</option><option value=\"40000\">40,000</option><option value=\"50000\">50,000</option><option value=\"60000\">60,000</option><option value=\"70000\">70,000</option><option value=\"80000\">80,000</option><option value=\"90000\">90,000</option><option value=\"100000\">100,000</option><option value=\"110000\">110,000</option><option value=\"120000\">120,000</option><option value=\"130000\">130,000</option><option value=\"140000\">140,000</option><option value=\"150000\">150,000</option><option value=\"160000\">160,000</option><option value=\"170000\">170,000</option><option value=\"180000\">180,000</option><option value=\"190000\">190,000</option><option value=\"200000\">200,000</option></select>
  372.             </select><span class=\"_yen\">円</span><span class=\"_to\">〜</span>
  373.             <select id=\"price_max\" name=\"price_max\" class=\"product_form_select form-select\"><option value=\"\">選択してください</option><option value=\"10000\">10,000</option><option value=\"20000\">20,000</option><option value=\"30000\">30,000</option><option value=\"40000\">40,000</option><option value=\"50000\">50,000</option><option value=\"60000\">60,000</option><option value=\"70000\">70,000</option><option value=\"80000\">80,000</option><option value=\"90000\">90,000</option><option value=\"100000\">100,000</option><option value=\"110000\">110,000</option><option value=\"120000\">120,000</option><option value=\"130000\">130,000</option><option value=\"140000\">140,000</option><option value=\"150000\">150,000</option><option value=\"160000\">160,000</option><option value=\"170000\">170,000</option><option value=\"180000\">180,000</option><option value=\"190000\">190,000</option><option value=\"200000\">200,000</option></select>
  374.             <span class=\"_yen\">円</span>
  375.         </div>
  376.         <p class=\"product_btn_search\">この条件で絞り込む</p>
  377.         <p class=\"product_btn_del\">リセット</p>
  378.     </form>
  379. </div><div class=\"product_form_search\"></div>
  380.         </div>
  381.         <div id=\"main_content\">
  382.             ";
  383.         // line 293
  384.         if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'293$this->source); })()), "category_id", [], "any"falsefalsefalse293), "vars", [], "any"falsefalsefalse293), "errors", [], "any"falsefalsefalse293)) > 0)) {
  385.             // line 294
  386.             echo "
  387.                 <div class=\"ec-searchnavRole\">
  388.                     <p class=\"errormsg text-danger\">";
  389.             // line 296
  390.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご指定のカテゴリは存在しません"), "html"nulltrue);
  391.             echo "</p>
  392.                 </div>
  393.             ";
  394.         } else {
  395.             // line 300
  396.             echo "
  397.                 <div class=\"ec-searchnavRole\">
  398.                     <form name=\"form1\" id=\"form1\" method=\"get\" action=\"?\">
  399.                         ";
  400.             // line 303
  401.             $context['_parent'] = $context;
  402.             $context['_seq'] = twig_ensure_traversable((isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'303$this->source); })()));
  403.             foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
  404.                 // line 304
  405.                 echo "                            <input type=\"hidden\" id=\"";
  406.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse304), "id", [], "any"falsefalsefalse304), "html"nulltrue);
  407.                 echo "\"
  408.                                 name=\"";
  409.                 // line 305
  410.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse305), "full_name", [], "any"falsefalsefalse305), "html"nulltrue);
  411.                 echo "\"
  412.                                 ";
  413.                 // line 306
  414.                 if ( !twig_test_empty(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse306), "value", [], "any"falsefalsefalse306))) {
  415.                     echo "value=\"";
  416.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "vars", [], "any"falsefalsefalse306), "value", [], "any"falsefalsefalse306), "html"nulltrue);
  417.                     echo "\" ";
  418.                 }
  419.                 echo "/>
  420.                         ";
  421.             }
  422.             $_parent $context['_parent'];
  423.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
  424.             $context array_intersect_key($context$_parent) + $_parent;
  425.             // line 308
  426.             echo "                    </form>
  427.                     <div class=\"product_list_navi\">
  428.                         <p class=\"_count_item\">
  429.                             ";
  430.             // line 311
  431.             if ((twig_get_attribute($this->env$this->source, (isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'311$this->source); })()), "totalItemCount", [], "any"falsefalsefalse311) > 0)) {
  432.                 // line 312
  433.                 echo "                                ";
  434.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("<span class=\"ec-font-bold\">%count%件</span>", ["%count%" => twig_get_attribute($this->env$this->source, (isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'312$this->source); })()), "totalItemCount", [], "any"falsefalsefalse312)]);
  435.                 echo "
  436.                             ";
  437.             } else {
  438.                 // line 314
  439.                 echo "                                <span>";
  440.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お探しの商品は見つかりませんでした"), "html"nulltrue);
  441.                 echo "</span>
  442.                             ";
  443.             }
  444.             // line 316
  445.             echo "                        </p>
  446.                         ";
  447.             // line 317
  448.             if ((twig_get_attribute($this->env$this->source, (isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'317$this->source); })()), "totalItemCount", [], "any"falsefalsefalse317) > 0)) {
  449.                 // line 318
  450.                 echo "                            <div class=\"product_list_navi_role\">
  451.                                 <div class=\"ec-select\">
  452.                                     ";
  453.                 // line 320
  454.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'320$this->source); })()), "disp_number", [], "any"falsefalsefalse320), 'widget', ["id" => """attr" => ["class" => "disp-number"]]);
  455.                 echo "
  456.                                     ";
  457.                 // line 321
  458.                 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, (isset($context["search_form"]) || array_key_exists("search_form"$context) ? $context["search_form"] : (function () { throw new RuntimeError('Variable "search_form" does not exist.'321$this->source); })()), "orderby", [], "any"falsefalsefalse321), 'widget', ["id" => """attr" => ["class" => "order-by"]]);
  459.                 echo "
  460.                                 </div>
  461.                             </div>
  462.                         ";
  463.             }
  464.             // line 325
  465.             echo "                    </div>
  466.                 </div>
  467.                 
  468.                 ";
  469.             // line 328
  470.             if ((twig_get_attribute($this->env$this->source, (isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'328$this->source); })()), "totalItemCount", [], "any"falsefalsefalse328) > 0)) {
  471.                 // line 329
  472.                 echo "                    <div class=\"product_list_block\">
  473.                         ";
  474.                 // line 330
  475.                 $context['_parent'] = $context;
  476.                 $context['_seq'] = twig_ensure_traversable((isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'330$this->source); })()));
  477.                 $context['loop'] = [
  478.                   'parent' => $context['_parent'],
  479.                   'index0' => 0,
  480.                   'index'  => 1,
  481.                   'first'  => true,
  482.                 ];
  483.                 if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  484.                     $length count($context['_seq']);
  485.                     $context['loop']['revindex0'] = $length 1;
  486.                     $context['loop']['revindex'] = $length;
  487.                     $context['loop']['length'] = $length;
  488.                     $context['loop']['last'] = === $length;
  489.                 }
  490.                 foreach ($context['_seq'] as $context["_key"] => $context["Product"]) {
  491.                     // line 331
  492.                     echo "                            <div class=\"product_list_item\">
  493.                                 <a href=\"";
  494.                     // line 332
  495.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source$context["Product"], "id", [], "any"falsefalsefalse332)]), "html"nulltrue);
  496.                     echo "\">
  497.                                     <div class=\"_img\">
  498.                                         <img src=\"";
  499.                     // line 334
  500.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl($this->extensions['Eccube\Twig\Extension\EccubeExtension']->getNoImageProduct(twig_get_attribute($this->env$this->source$context["Product"], "main_list_image", [], "any"falsefalsefalse334)), "save_image"), "html"nulltrue);
  501.                     echo "\" alt=\"";
  502.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse334), "html"nulltrue);
  503.                     echo "\" ";
  504.                     if ((twig_get_attribute($this->env$this->source$context["loop"], "index", [], "any"falsefalsefalse334) > 5)) {
  505.                         echo " loading=\"lazy\"";
  506.                     }
  507.                     echo ">
  508.                                     </div>
  509.                                     <div class=\"_content\">
  510.                                         <ul class=\"_tag\">
  511.                                             ";
  512.                     // line 338
  513.                     $context['_parent'] = $context;
  514.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["Product"], "Tags", [], "any"falsefalsefalse338));
  515.                     foreach ($context['_seq'] as $context["_key"] => $context["Tag"]) {
  516.                         // line 339
  517.                         echo "                                                <li>";
  518.                         echo twig_escape_filter($this->env$context["Tag"], "html"nulltrue);
  519.                         echo "</li>
  520.                                             ";
  521.                     }
  522.                     $_parent $context['_parent'];
  523.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Tag'], $context['_parent'], $context['loop']);
  524.                     $context array_intersect_key($context$_parent) + $_parent;
  525.                     // line 341
  526.                     echo "                                        </ul>
  527.                                         <p class=\"_title\">";
  528.                     // line 342
  529.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["Product"], "name", [], "any"falsefalsefalse342), "html"nulltrue);
  530.                     echo "</p>
  531.                                     </div>
  532.                                     <p class=\"_price\">
  533.                                         ";
  534.                     // line 345
  535.                     if (twig_get_attribute($this->env$this->source$context["Product"], "hasProductClass", [], "any"falsefalsefalse345)) {
  536.                         // line 346
  537.                         echo "                                            ";
  538.                         if ((twig_get_attribute($this->env$this->source$context["Product"], "getPrice02Min", [], "any"falsefalsefalse346) == twig_get_attribute($this->env$this->source$context["Product"], "getPrice02Max", [], "any"falsefalsefalse346))) {
  539.                             // line 347
  540.                             echo "                                                ";
  541.                             echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse347)), "html"nulltrue);
  542.                             echo "<span class=\"_included\">(税込)</span>
  543.                                             ";
  544.                         } else {
  545.                             // line 349
  546.                             echo "                                                ";
  547.                             echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse349)), "html"nulltrue);
  548.                             echo " ~ ";
  549.                             echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMax", [], "any"falsefalsefalse349)), "html"nulltrue);
  550.                             echo "<span class=\"_included\">(税込)</span>
  551.                                             ";
  552.                         }
  553.                         // line 351
  554.                         echo "                                        ";
  555.                     } else {
  556.                         // line 352
  557.                         echo "                                            ";
  558.                         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Product"], "getPrice02IncTaxMin", [], "any"falsefalsefalse352)), "html"nulltrue);
  559.                         echo "<span class=\"_included\">(税込)</span>
  560.                                         ";
  561.                     }
  562.                     // line 354
  563.                     echo "                                    </p>
  564.                                 </a>
  565.                             </div>
  566.                         ";
  567.                     ++$context['loop']['index0'];
  568.                     ++$context['loop']['index'];
  569.                     $context['loop']['first'] = false;
  570.                     if (isset($context['loop']['length'])) {
  571.                         --$context['loop']['revindex0'];
  572.                         --$context['loop']['revindex'];
  573.                         $context['loop']['last'] = === $context['loop']['revindex0'];
  574.                     }
  575.                 }
  576.                 $_parent $context['_parent'];
  577.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Product'], $context['_parent'], $context['loop']);
  578.                 $context array_intersect_key($context$_parent) + $_parent;
  579.                 // line 358
  580.                 echo "                    </div>
  581.                     <div class=\"ec-modal\">
  582.                         <div class=\"ec-modal-overlay\">
  583.                             <div class=\"ec-modal-wrap\">
  584.                                 <span class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"";
  585.                 // line 362
  586.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/cross-dark.svg"), "html"nulltrue);
  587.                 echo "\" alt=\"\"/></span></span>
  588.                                 <div id=\"ec-modal-header\" class=\"text-center\">";
  589.                 // line 363
  590.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートに追加しました。"), "html"nulltrue);
  591.                 echo "</div>
  592.                                 <div class=\"ec-modal-box\">
  593.                                     <div class=\"ec-role\">
  594.                                         <span class=\"ec-inlineBtn--cancel\">";
  595.                 // line 366
  596.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お買い物を続ける"), "html"nulltrue);
  597.                 echo "</span>
  598.                                         <a href=\"";
  599.                 // line 367
  600.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
  601.                 echo "\" class=\"ec-inlineBtn--action\">";
  602.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートへ進む"), "html"nulltrue);
  603.                 echo "</a>
  604.                                     </div>
  605.                                 </div>
  606.                             </div>
  607.                         </div>
  608.                     </div>
  609.                     <div class=\"ec-pagerRole\">
  610.                         ";
  611.                 // line 374
  612.                 $this->loadTemplate("pager.twig""__string_template__7c560d45e25bfb116c3dd168fcef91ac"374)->display(twig_array_merge($context, ["pages" => twig_get_attribute($this->env$this->source, (isset($context["pagination"]) || array_key_exists("pagination"$context) ? $context["pagination"] : (function () { throw new RuntimeError('Variable "pagination" does not exist.'374$this->source); })()), "paginationData", [], "any"falsefalsefalse374)]));
  613.                 // line 375
  614.                 echo "                    </div>
  615.                 ";
  616.             }
  617.             // line 377
  618.             echo "            ";
  619.         }
  620.         // line 378
  621.         echo "        </div>
  622.     </div>
  623. </div>
  624. ";
  625.         
  626.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  627.         
  628.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  629.     }
  630.     public function getTemplateName()
  631.     {
  632.         return "__string_template__7c560d45e25bfb116c3dd168fcef91ac";
  633.     }
  634.     public function isTraitable()
  635.     {
  636.         return false;
  637.     }
  638.     public function getDebugInfo()
  639.     {
  640.         return array (  665 => 378,  662 => 377,  658 => 375,  656 => 374,  644 => 367,  640 => 366,  634 => 363,  630 => 362,  624 => 358,  607 => 354,  601 => 352,  598 => 351,  590 => 349,  584 => 347,  581 => 346,  579 => 345,  573 => 342,  570 => 341,  561 => 339,  557 => 338,  544 => 334,  539 => 332,  536 => 331,  519 => 330,  516 => 329,  514 => 328,  509 => 325,  502 => 321,  498 => 320,  494 => 318,  492 => 317,  489 => 316,  483 => 314,  477 => 312,  475 => 311,  470 => 308,  458 => 306,  454 => 305,  449 => 304,  445 => 303,  440 => 300,  433 => 296,  429 => 294,  427 => 293,  247 => 116,  243 => 115,  229 => 104,  225 => 103,  221 => 101,  211 => 100,  184 => 82,  174 => 75,  143 => 47,  115 => 21,  101 => 20,  93 => 19,  76 => 18,  72 => 16,  62 => 15,  51 => 11,  49 => 13,  36 => 11,);
  641.     }
  642.     public function getSourceContext()
  643.     {
  644.         return new Source("{#
  645. This file is part of EC-CUBE
  646. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  647. http://www.ec-cube.co.jp/
  648. For the full copyright and license information, please view the LICENSE
  649. file that was distributed with this source code.
  650. #}
  651. {% extends 'default_frame.twig' %}
  652. {% set body_class = 'product_page' %}
  653. {% block javascript %}
  654.     <script>
  655.         eccube.productsClassCategories = {
  656.             {% for Product in pagination %}
  657.             \"{{ Product.id|escape('js') }}\": {{ class_categories_as_json(Product)|raw }}{% if loop.last == false %}, {% endif %}
  658.             {% endfor %}
  659.         };
  660.         \$(function() {
  661.             // 表示件数を変更
  662.             \$('.disp-number').change(function() {
  663.                 var dispNumber = \$(this).val();
  664.                 \$('#disp_number').val(dispNumber);
  665.                 \$('#pageno').val(1);
  666.                 \$(\"#form1\").submit();
  667.             });
  668.             // 並び順を変更
  669.             \$('.order-by').change(function() {
  670.                 var orderBy = \$(this).val();
  671.                 \$('#orderby').val(orderBy);
  672.                 \$('#pageno').val(1);
  673.                 \$(\"#form1\").submit();
  674.             });
  675.             \$('.add-cart').on('click', function(e) {
  676.                 var \$form = \$(this).parents('li').find('form');
  677.                 // 個数フォームのチェック
  678.                 var \$quantity = \$form.parent().find('.quantity');
  679.                 if (\$quantity.val() < 1) {
  680.                     \$quantity[0].setCustomValidity('{{ '1以上で入力してください。'|trans }}');
  681.                     setTimeout(function() {
  682.                         loadingOverlay('hide');
  683.                     }, 100);
  684.                     return true;
  685.                 } else {
  686.                     \$quantity[0].setCustomValidity('');
  687.                 }
  688.                 e.preventDefault();
  689.                 \$.ajax({
  690.                     url: \$form.attr('action'),
  691.                     type: \$form.attr('method'),
  692.                     data: \$form.serialize(),
  693.                     dataType: 'json',
  694.                     beforeSend: function(xhr, settings) {
  695.                         // Buttonを無効にする
  696.                         \$('.add-cart').prop('disabled', true);
  697.                     }
  698.                 }).done(function(data) {
  699.                     // レスポンス内のメッセージをalertで表示
  700.                     \$.each(data.messages, function() {
  701.                         \$('#ec-modal-header').html(this);
  702.                     });
  703.                     \$('.ec-modal').show()
  704.                     // カートブロックを更新する
  705.                     \$.ajax({
  706.                         url: '{{ url('block_cart') }}',
  707.                         type: 'GET',
  708.                         dataType: 'html'
  709.                     }).done(function(html) {
  710.                         \$('.ec-headerRole__cart').html(html);
  711.                     });
  712.                 }).fail(function(data) {
  713.                     alert('{{ 'カートへの追加に失敗しました。'|trans }}');
  714.                 }).always(function(data) {
  715.                     // Buttonを有効にする
  716.                     \$('.add-cart').prop('disabled', false);
  717.                 });
  718.             });
  719.         });
  720.         \$('.ec-modal-wrap').on('click', function(e) {
  721.             // モーダル内の処理は外側にバブリングさせない
  722.             e.stopPropagation();
  723.         });
  724.         \$('.ec-modal-overlay, .ec-modal, .ec-modal-close, .ec-inlineBtn--cancel').on('click', function() {
  725.             \$('.ec-modal').hide()
  726.         });
  727.     </script>
  728. {% endblock %}
  729. {% block main %}
  730. <div class=\"main_visual\" 
  731.     data-imgpc=\"{{ asset('assets/img/common/main_visual.jpg','user_data') }}\" 
  732.     data-imgsmp=\"{{ asset('assets/img/common/main_visualsmp.jpg','user_data') }}\">
  733.     <div class=\"container\">
  734.         <h2 class=\"main_visual_title\">
  735.             <span class=\"_big\">G-Laboウクレレラインナップ</span>
  736.             <span class=\"_small\">G-Laboは、職人によってテキストテキストテキストテキストなウクレレブランドです。</span>
  737.         </h2>
  738.     </div>
  739. </div>
  740. <div class=\"product_list container\">
  741.     <div class=\"product_list_category\">
  742.         <p class=\"_list\"><a href=\"{{ url('product_list') }}\">すべての商品</a></p>
  743.         {{ include('Block/category.twig') }}
  744.     </div>
  745.     <div class=\"product_list_container\">
  746.         <div id=\"main_side\" class=\"side\">
  747.                 <script>
  748.     \$(function() {
  749.         \$(\".product_btn_search\").click(function(){
  750.             \$(this).parent().submit();
  751.         });
  752.         \$(\".product_btn_del\").click(function(){
  753.             \$(\".search-form-custom\").find(\"input[type='text'], input[type='checkbox'], select\").val(\"\");
  754.             \$(this).parent().submit();
  755.         });
  756.     });
  757.     </script>
  758. <div class=\"ec-headerNaviRole__search\">
  759.     <form method=\"get\" action=\"/products/search\" class=\"search-form-custom product_form_search\">
  760.         <div class=\"ec-headerSearch__keyword\">
  761.             <div class=\"ec-input\">
  762.                 <p class=\"_title02\">キーワード</p>
  763.                 <div class='cus-input-search'>
  764.                     <input type=\"text\" id=\"keyword\" name=\"keyword\" placeholder=\"\" class=\"form-control form-control\" />
  765.                     <button class=\"ec-headerSearch__keywordBtn\" type=\"submit\"></button>
  766.                 </div>
  767.             </div>
  768.         </div>
  769.         <h3 class=\"product_form_title \">
  770.             <span>カテゴリー</span>
  771.         </h3>
  772.         <ul class=\"product_form_checkbox\" >
  773.                         <li>
  774.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_0\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_20\" value=\"20\" />
  775.         <label class=\"form-check-label\" for=\"category_0\">ガズのわがままウクレレ</label></div>
  776.             </li>
  777.                         <li>
  778.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_1\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_21\" value=\"21\" />
  779.         <label class=\"form-check-label\" for=\"category_1\">ウスレレ</label></div>
  780.             </li>
  781.                         <li>
  782.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_2\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_22\" value=\"22\" />
  783.         <label class=\"form-check-label\" for=\"category_2\">たびレレ</label></div>
  784.             </li>
  785.                         <li>
  786.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_3\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_23\" value=\"23\" />
  787.         <label class=\"form-check-label\" for=\"category_3\">竹レレ</label></div>
  788.             </li>
  789.                         <li>
  790.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_4\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_24\" value=\"24\" />
  791.         <label class=\"form-check-label\" for=\"category_4\">THE CLASSIC</label></div>
  792.             </li>
  793.                         <li>
  794.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_5\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_25\" value=\"25\" />
  795.         <label class=\"form-check-label\" for=\"category_5\">コズモデル</label></div>
  796.             </li>
  797.                         <li>
  798.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_6\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_26\" value=\"26\" />
  799.         <label class=\"form-check-label\" for=\"category_6\">GM Vintage</label></div>
  800.             </li>
  801.                         <li>
  802.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_7\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_27\" value=\"27\" />
  803.         <label class=\"form-check-label\" for=\"category_7\">ガズモデル</label></div>
  804.             </li>
  805.                         <li>
  806.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_8\" name=\"category[]\" class=\"form-check-input form-check-input\" id=\"category_28\" value=\"28\" />
  807.         <label class=\"form-check-label\" for=\"category_8\">その他(グッズ)</label></div>
  808.             </li>
  809.                     </ul>
  810.         <h3 class=\"product_form_title _icon01 \">
  811.             <span>ライフスタイル</span>
  812.         </h3>
  813.         <ul class=\"product_form_checkbox\" >
  814.                         <li>
  815.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_0\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_33\" value=\"33\" />
  816.         <label class=\"form-check-label\" for=\"category_17_0\">自宅でリラックスして楽しむ</label></div>
  817.             </li>
  818.                         <li>
  819.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_1\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_34\" value=\"34\" />
  820.         <label class=\"form-check-label\" for=\"category_17_1\">ビジネスの合間に楽しむ</label></div>
  821.             </li>
  822.                         <li>
  823.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_2\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_35\" value=\"35\" />
  824.         <label class=\"form-check-label\" for=\"category_17_2\">アウトドアで楽しむ</label></div>
  825.             </li>
  826.                         <li>
  827.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_3\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_36\" value=\"36\" />
  828.         <label class=\"form-check-label\" for=\"category_17_3\">カフェでのひととき</label></div>
  829.             </li>
  830.                         <li>
  831.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_4\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_37\" value=\"37\" />
  832.         <label class=\"form-check-label\" for=\"category_17_4\">旅行へのお供に</label></div>
  833.             </li>
  834.                         <li>
  835.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_5\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_38\" value=\"38\" />
  836.         <label class=\"form-check-label\" for=\"category_17_5\">ライブ&パフォーマンスに</label></div>
  837.             </li>
  838.                         <li>
  839.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_6\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_39\" value=\"39\" />
  840.         <label class=\"form-check-label\" for=\"category_17_6\">友人や家族とセッション</label></div>
  841.             </li>
  842.                         <li>
  843.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_7\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_40\" value=\"40\" />
  844.         <label class=\"form-check-label\" for=\"category_17_7\">子供と一緒にに楽しむ</label></div>
  845.             </li>
  846.                         <li>
  847.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_8\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_41\" value=\"41\" />
  848.         <label class=\"form-check-label\" for=\"category_17_8\">作曲・クリエイティブ用途</label></div>
  849.             </li>
  850.                         <li>
  851.             <div class=\"form-check\"><input type=\"checkbox\" id=\"category_17_9\" name=\"category_17[]\" class=\"form-check-input form-check-input\" id=\"category_42\" value=\"42\" />
  852.         <label class=\"form-check-label\" for=\"category_17_9\">SNS・動画配信用</label></div>
  853.             </li>
  854.                     </ul>
  855.         <h3 class=\"product_form_title _icon02\"><span>こだわり条件から探す</span></h3>
  856.         <p class=\"_title02\">商品ステータス</p>
  857.         <select id=\"category_19\" name=\"category_19\" class=\"product_form_select form-select\"><option value=\"\">カテゴリを選択してください</option><option value=\"29\">在庫有り商品</option><option value=\"30\">予約商品</option><option value=\"31\">新着商品</option><option value=\"32\">おすすめ商品</option></select>
  858.         
  859.         <p class=\"_title02\">サイズ</p>
  860.         <ul class=\"product_size_checkbox\">
  861.                         <li>
  862.             <div class=\"form-check\"><input type=\"checkbox\" id=\"class_name_2_0\" name=\"class_name_2[]\" class=\"form-check-input form-check-input\" id=\"category_7\" value=\"7\" />
  863.         <label class=\"form-check-label\" for=\"class_name_2_0\">ソプラノ</label></div>
  864.             </li>
  865.                         <li>
  866.             <div class=\"form-check\"><input type=\"checkbox\" id=\"class_name_2_1\" name=\"class_name_2[]\" class=\"form-check-input form-check-input\" id=\"category_8\" value=\"8\" />
  867.         <label class=\"form-check-label\" for=\"class_name_2_1\">コンサート</label></div>
  868.             </li>
  869.                         <li>
  870.             <div class=\"form-check\"><input type=\"checkbox\" id=\"class_name_2_2\" name=\"class_name_2[]\" class=\"form-check-input form-check-input\" id=\"category_9\" value=\"9\" />
  871.         <label class=\"form-check-label\" for=\"class_name_2_2\">テナー</label></div>
  872.             </li>
  873.                     </ul>
  874.         <p class=\"_title02 icon01\">塗装</p>
  875.         <ul class=\"product_coating_checkbox\">
  876.                         <li>
  877.             <div class=\"form-check\"><input type=\"checkbox\" id=\"class_name_4_0\" name=\"class_name_4[]\" class=\"form-check-input form-check-input\" id=\"category_13\" value=\"13\" />
  878.         <label class=\"form-check-label\" for=\"class_name_4_0\">艶あり(グロス)</label></div>
  879.             </li>
  880.                         <li>
  881.             <div class=\"form-check\"><input type=\"checkbox\" id=\"class_name_4_1\" name=\"class_name_4[]\" class=\"form-check-input form-check-input\" id=\"category_12\" value=\"12\" />
  882.         <label class=\"form-check-label\" for=\"class_name_4_1\">艶なし(マット)</label></div>
  883.             </li>
  884.                     </ul>
  885.         <p class=\"_title02\">ボディタイプ</p>
  886.         <select id=\"class_name_3\" name=\"class_name_3\" class=\"product_form_select form-select\"><option value=\"\">カテゴリを選択してください</option><option value=\"11\">薄ボディ(〇〇mm)</option><option value=\"10\">ノーマル(標準〇〇mm)</option></select>
  887.         
  888.         <p class=\"_title02\">フレット数</p>
  889.         <select id=\"class_name_1\" name=\"class_name_1\" class=\"product_form_select form-select\"><option value=\"\">15フレット(標準)</option><option value=\"1\">15フレット</option><option value=\"2\">12フレット</option></select>
  890.         <p class=\"_title02\">ピックアップ</p>
  891.         <select id=\"class_name_5\" name=\"class_name_5\" class=\"product_form_select form-select\"><option value=\"\">なし(標準)</option><option value=\"15\">あり(+¥0,000)</option><option value=\"14\">なし(標準)</option></select>
  892.         <p class=\"_title02\">価格帯</p>
  893.         <div class=\"product_form_price\">
  894.             <select id=\"price_min\" name=\"price_min\" class=\"product_form_select form-select\"><option value=\"\">選択してください</option><option value=\"0\">0</option><option value=\"10000\">10,000</option><option value=\"20000\">20,000</option><option value=\"30000\">30,000</option><option value=\"40000\">40,000</option><option value=\"50000\">50,000</option><option value=\"60000\">60,000</option><option value=\"70000\">70,000</option><option value=\"80000\">80,000</option><option value=\"90000\">90,000</option><option value=\"100000\">100,000</option><option value=\"110000\">110,000</option><option value=\"120000\">120,000</option><option value=\"130000\">130,000</option><option value=\"140000\">140,000</option><option value=\"150000\">150,000</option><option value=\"160000\">160,000</option><option value=\"170000\">170,000</option><option value=\"180000\">180,000</option><option value=\"190000\">190,000</option><option value=\"200000\">200,000</option></select>
  895.             </select><span class=\"_yen\">円</span><span class=\"_to\">〜</span>
  896.             <select id=\"price_max\" name=\"price_max\" class=\"product_form_select form-select\"><option value=\"\">選択してください</option><option value=\"10000\">10,000</option><option value=\"20000\">20,000</option><option value=\"30000\">30,000</option><option value=\"40000\">40,000</option><option value=\"50000\">50,000</option><option value=\"60000\">60,000</option><option value=\"70000\">70,000</option><option value=\"80000\">80,000</option><option value=\"90000\">90,000</option><option value=\"100000\">100,000</option><option value=\"110000\">110,000</option><option value=\"120000\">120,000</option><option value=\"130000\">130,000</option><option value=\"140000\">140,000</option><option value=\"150000\">150,000</option><option value=\"160000\">160,000</option><option value=\"170000\">170,000</option><option value=\"180000\">180,000</option><option value=\"190000\">190,000</option><option value=\"200000\">200,000</option></select>
  897.             <span class=\"_yen\">円</span>
  898.         </div>
  899.         <p class=\"product_btn_search\">この条件で絞り込む</p>
  900.         <p class=\"product_btn_del\">リセット</p>
  901.     </form>
  902. </div><div class=\"product_form_search\"></div>
  903.         </div>
  904.         <div id=\"main_content\">
  905.             {% if search_form.category_id.vars.errors|length > 0 %}
  906.                 <div class=\"ec-searchnavRole\">
  907.                     <p class=\"errormsg text-danger\">{{ 'ご指定のカテゴリは存在しません'|trans }}</p>
  908.                 </div>
  909.             {% else %}
  910.                 <div class=\"ec-searchnavRole\">
  911.                     <form name=\"form1\" id=\"form1\" method=\"get\" action=\"?\">
  912.                         {% for item in search_form %}
  913.                             <input type=\"hidden\" id=\"{{ item.vars.id }}\"
  914.                                 name=\"{{ item.vars.full_name }}\"
  915.                                 {% if item.vars.value is not empty %}value=\"{{ item.vars.value }}\" {% endif %}/>
  916.                         {% endfor %}
  917.                     </form>
  918.                     <div class=\"product_list_navi\">
  919.                         <p class=\"_count_item\">
  920.                             {% if pagination.totalItemCount > 0 %}
  921.                                 {{ '<span class=\"ec-font-bold\">%count%件</span>'|trans({ '%count%': pagination.totalItemCount })|raw }}
  922.                             {% else %}
  923.                                 <span>{{ 'お探しの商品は見つかりませんでした'|trans }}</span>
  924.                             {% endif %}
  925.                         </p>
  926.                         {% if pagination.totalItemCount > 0 %}
  927.                             <div class=\"product_list_navi_role\">
  928.                                 <div class=\"ec-select\">
  929.                                     {{ form_widget(search_form.disp_number, {'id': '', 'attr': {'class': 'disp-number'}}) }}
  930.                                     {{ form_widget(search_form.orderby, {'id': '', 'attr': {'class': 'order-by'}}) }}
  931.                                 </div>
  932.                             </div>
  933.                         {% endif %}
  934.                     </div>
  935.                 </div>
  936.                 
  937.                 {% if pagination.totalItemCount > 0 %}
  938.                     <div class=\"product_list_block\">
  939.                         {% for Product in pagination %}
  940.                             <div class=\"product_list_item\">
  941.                                 <a href=\"{{ url('product_detail', {'id': Product.id}) }}\">
  942.                                     <div class=\"_img\">
  943.                                         <img src=\"{{ asset(Product.main_list_image|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\" {% if loop.index > 5 %} loading=\"lazy\"{% endif %}>
  944.                                     </div>
  945.                                     <div class=\"_content\">
  946.                                         <ul class=\"_tag\">
  947.                                             {% for Tag in Product.Tags %}
  948.                                                 <li>{{ Tag }}</li>
  949.                                             {% endfor %}
  950.                                         </ul>
  951.                                         <p class=\"_title\">{{ Product.name }}</p>
  952.                                     </div>
  953.                                     <p class=\"_price\">
  954.                                         {% if Product.hasProductClass %}
  955.                                             {% if Product.getPrice02Min == Product.getPrice02Max %}
  956.                                                 {{ Product.getPrice02IncTaxMin|price }}<span class=\"_included\">(税込)</span>
  957.                                             {% else %}
  958.                                                 {{ Product.getPrice02IncTaxMin|price }} ~ {{ Product.getPrice02IncTaxMax|price }}<span class=\"_included\">(税込)</span>
  959.                                             {% endif %}
  960.                                         {% else %}
  961.                                             {{ Product.getPrice02IncTaxMin|price }}<span class=\"_included\">(税込)</span>
  962.                                         {% endif %}
  963.                                     </p>
  964.                                 </a>
  965.                             </div>
  966.                         {% endfor %}
  967.                     </div>
  968.                     <div class=\"ec-modal\">
  969.                         <div class=\"ec-modal-overlay\">
  970.                             <div class=\"ec-modal-wrap\">
  971.                                 <span class=\"ec-modal-close\"><span class=\"ec-icon\"><img src=\"{{ asset('assets/icon/cross-dark.svg') }}\" alt=\"\"/></span></span>
  972.                                 <div id=\"ec-modal-header\" class=\"text-center\">{{ 'カートに追加しました。'|trans }}</div>
  973.                                 <div class=\"ec-modal-box\">
  974.                                     <div class=\"ec-role\">
  975.                                         <span class=\"ec-inlineBtn--cancel\">{{ 'お買い物を続ける'|trans }}</span>
  976.                                         <a href=\"{{ url('cart') }}\" class=\"ec-inlineBtn--action\">{{ 'カートへ進む'|trans }}</a>
  977.                                     </div>
  978.                                 </div>
  979.                             </div>
  980.                         </div>
  981.                     </div>
  982.                     <div class=\"ec-pagerRole\">
  983.                         {% include \"pager.twig\" with {'pages': pagination.paginationData} %}
  984.                     </div>
  985.                 {% endif %}
  986.             {% endif %}
  987.         </div>
  988.     </div>
  989. </div>
  990. {% endblock %}""__string_template__7c560d45e25bfb116c3dd168fcef91ac""");
  991.     }
  992. }