var/cache/dev/twig/d0/d0af7102cb00472e5c26cef762e396a665c128fc2eea59bc2cb5c1c3459e3b3b.php line 51

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. /* Cart/index.twig */
  14. class __TwigTemplate_a5e160efbe03ce0e2ed41d4b7513b6ec639906964952856577dc09e83f017280 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.             'main' => [$this'block_main'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 11
  29.         return "default_frame.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Cart/index.twig"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Cart/index.twig"));
  38.         // line 13
  39.         $context["body_class"] = "cart_page";
  40.         // line 11
  41.         $this->parent $this->loadTemplate("default_frame.twig""Cart/index.twig"11);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  45.         
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  47.     }
  48.     // line 15
  49.     public function block_main($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  56.         // line 16
  57.         echo "    <div id=\"isCartPage\"></div>
  58.     <div class=\"ec-role\">
  59.         <div class=\"ec-pageHeader\">
  60.             <h1>";
  61.         // line 19
  62.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ショッピングカート"), "html"nulltrue);
  63.         echo "</h1>
  64.         </div>
  65.     </div>
  66.     <div class=\"ec-cartRole\">
  67.         <div class=\"ec-cartRole__progress\">
  68.             <ul class=\"ec-progress\">
  69.                 ";
  70.         // line 26
  71.         $context["step"] = 1;
  72.         // line 27
  73.         echo "                <li class=\"ec-progress__item is-complete\">
  74.                     <div class=\"ec-progress__number\">";
  75.         // line 28
  76.         echo twig_escape_filter($this->env, (isset($context["step"]) || array_key_exists("step"$context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.'28$this->source); })()), "html"nulltrue);
  77.         $context["step"] = ((isset($context["step"]) || array_key_exists("step"$context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.'28$this->source); })()) + 1);
  78.         // line 29
  79.         echo "                    </div>
  80.                     <div class=\"ec-progress__label\">";
  81.         // line 30
  82.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("カートの商品"), "html"nulltrue);
  83.         echo "
  84.                     </div>
  85.                 </li>
  86.                 ";
  87.         // line 33
  88.         if (($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_USER") == false)) {
  89.             // line 34
  90.             echo "                    <li class=\"ec-progress__item\">
  91.                         <div class=\"ec-progress__number\">";
  92.             // line 35
  93.             echo twig_escape_filter($this->env, (isset($context["step"]) || array_key_exists("step"$context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.'35$this->source); })()), "html"nulltrue);
  94.             $context["step"] = ((isset($context["step"]) || array_key_exists("step"$context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.'35$this->source); })()) + 1);
  95.             // line 36
  96.             echo "                        </div>
  97.                         <div class=\"ec-progress__label\">";
  98.             // line 37
  99.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お客様情報"), "html"nulltrue);
  100.             echo "
  101.                         </div>
  102.                     </li>
  103.                 ";
  104.         }
  105.         // line 41
  106.         echo "                <li class=\"ec-progress__item\">
  107.                     <div class=\"ec-progress__number\">";
  108.         // line 42
  109.         echo twig_escape_filter($this->env, (isset($context["step"]) || array_key_exists("step"$context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.'42$this->source); })()), "html"nulltrue);
  110.         $context["step"] = ((isset($context["step"]) || array_key_exists("step"$context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.'42$this->source); })()) + 1);
  111.         // line 43
  112.         echo "                    </div>
  113.                     <div class=\"ec-progress__label\">";
  114.         // line 44
  115.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご注文手続き"), "html"nulltrue);
  116.         echo "
  117.                     </div>
  118.                 </li>
  119.                 <li class=\"ec-progress__item\">
  120.                     <div class=\"ec-progress__number\">";
  121.         // line 48
  122.         echo twig_escape_filter($this->env, (isset($context["step"]) || array_key_exists("step"$context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.'48$this->source); })()), "html"nulltrue);
  123.         $context["step"] = ((isset($context["step"]) || array_key_exists("step"$context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.'48$this->source); })()) + 1);
  124.         // line 49
  125.         echo "                    </div>
  126.                     <div class=\"ec-progress__label\">";
  127.         // line 50
  128.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ご注文内容確認"), "html"nulltrue);
  129.         echo "
  130.                     </div>
  131.                 </li>
  132.                 <li class=\"ec-progress__item\">
  133.                     <div class=\"ec-progress__number\">";
  134.         // line 54
  135.         echo twig_escape_filter($this->env, (isset($context["step"]) || array_key_exists("step"$context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.'54$this->source); })()), "html"nulltrue);
  136.         $context["step"] = ((isset($context["step"]) || array_key_exists("step"$context) ? $context["step"] : (function () { throw new RuntimeError('Variable "step" does not exist.'54$this->source); })()) + 1);
  137.         // line 55
  138.         echo "                    </div>
  139.                     <div class=\"ec-progress__label\">";
  140.         // line 56
  141.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("完了"), "html"nulltrue);
  142.         echo "
  143.                     </div>
  144.                 </li>
  145.             </ul>
  146.         </div>
  147.         ";
  148.         // line 61
  149.         $context["productStr"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'61$this->source); })()), "session", [], "any"falsefalsefalse61), "flashbag", [], "any"falsefalsefalse61), "get", [=> "eccube.front.request.product"], "method"falsefalsefalse61);
  150.         // line 62
  151.         echo "        ";
  152.         $context['_parent'] = $context;
  153.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'62$this->source); })()), "session", [], "any"falsefalsefalse62), "flashbag", [], "any"falsefalsefalse62), "get", [=> "eccube.front.request.error"], "method"falsefalsefalse62));
  154.         $context['loop'] = [
  155.           'parent' => $context['_parent'],
  156.           'index0' => 0,
  157.           'index'  => 1,
  158.           'first'  => true,
  159.         ];
  160.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  161.             $length count($context['_seq']);
  162.             $context['loop']['revindex0'] = $length 1;
  163.             $context['loop']['revindex'] = $length;
  164.             $context['loop']['length'] = $length;
  165.             $context['loop']['last'] = === $length;
  166.         }
  167.         foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
  168.             // line 63
  169.             echo "            ";
  170.             $context["idx"] = twig_get_attribute($this->env$this->source$context["loop"], "index0", [], "any"falsefalsefalse63);
  171.             // line 64
  172.             echo "            <div class=\"ec-cartRole__error\">
  173.                 <div class=\"ec-alert-warning\">
  174.                     <div class=\"ec-alert-warning__icon\"><img src=\"";
  175.             // line 66
  176.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  177.             echo "\"></div>
  178.                     <div class=\"ec-alert-warning__text\">
  179.                         ";
  180.             // line 68
  181.             if (twig_get_attribute($this->env$this->source, ($context["productStr"] ?? null), (isset($context["idx"]) || array_key_exists("idx"$context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.'68$this->source); })()), [], "array"truetruefalse68)) {
  182.                 // line 69
  183.                 echo "                            ";
  184.                 echo twig_nl2br(twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["error"], ["%product%" => twig_get_attribute($this->env$this->source, (isset($context["productStr"]) || array_key_exists("productStr"$context) ? $context["productStr"] : (function () { throw new RuntimeError('Variable "productStr" does not exist.'69$this->source); })()), (isset($context["idx"]) || array_key_exists("idx"$context) ? $context["idx"] : (function () { throw new RuntimeError('Variable "idx" does not exist.'69$this->source); })()), [], "array"falsefalsefalse69)]), "html"nulltrue));
  185.                 echo "
  186.                         ";
  187.             } else {
  188.                 // line 71
  189.                 echo "                            ";
  190.                 echo twig_nl2br(twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["error"]), "html"nulltrue));
  191.                 echo "
  192.                         ";
  193.             }
  194.             // line 73
  195.             echo "                    </div>
  196.                 </div>
  197.             </div>
  198.         ";
  199.             ++$context['loop']['index0'];
  200.             ++$context['loop']['index'];
  201.             $context['loop']['first'] = false;
  202.             if (isset($context['loop']['length'])) {
  203.                 --$context['loop']['revindex0'];
  204.                 --$context['loop']['revindex'];
  205.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  206.             }
  207.         }
  208.         $_parent $context['_parent'];
  209.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
  210.         $context array_intersect_key($context$_parent) + $_parent;
  211.         // line 77
  212.         echo "        ";
  213.         $context['_parent'] = $context;
  214.         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'77$this->source); })()), "session", [], "any"falsefalsefalse77), "flashbag", [], "any"falsefalsefalse77), "get", [=> "eccube.front.cart.error"], "method"falsefalsefalse77));
  215.         foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
  216.             // line 78
  217.             echo "            <div class=\"ec-cartRole__error\">
  218.                 <div class=\"ec-alert-warning\">
  219.                     <div class=\"ec-alert-warning__icon\"><img src=\"";
  220.             // line 80
  221.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  222.             echo "\"></div>
  223.                     <div class=\"ec-alert-warning__text\">
  224.                         ";
  225.             // line 82
  226.             echo twig_nl2br(twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["error"]), "html"nulltrue));
  227.             echo "
  228.                     </div>
  229.                 </div>
  230.             </div>
  231.         ";
  232.         }
  233.         $_parent $context['_parent'];
  234.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
  235.         $context array_intersect_key($context$_parent) + $_parent;
  236.         // line 87
  237.         echo "        ";
  238.         if (((isset($context["totalQuantity"]) || array_key_exists("totalQuantity"$context) ? $context["totalQuantity"] : (function () { throw new RuntimeError('Variable "totalQuantity" does not exist.'87$this->source); })()) > 0)) {
  239.             // line 88
  240.             echo "            <div class=\"ec-cartRole__totalText\">
  241.                 <p>
  242.                     ";
  243.             // line 90
  244.             echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("商品の合計金額は「<strong>%price%</strong>」です。", ["%price%" => $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter((isset($context["totalPrice"]) || array_key_exists("totalPrice"$context) ? $context["totalPrice"] : (function () { throw new RuntimeError('Variable "totalPrice" does not exist.'90$this->source); })()))]);
  245.             echo "
  246.                 </p>
  247.             </div>
  248.             ";
  249.             // line 93
  250.             if ((twig_length_filter($this->env, (isset($context["Carts"]) || array_key_exists("Carts"$context) ? $context["Carts"] : (function () { throw new RuntimeError('Variable "Carts" does not exist.'93$this->source); })())) > 1)) {
  251.                 // line 94
  252.                 echo "                <div class=\"ec-cartRole__error\">
  253.                     <div class=\"ec-alert-warning\">
  254.                         <div class=\"ec-alert-warning__text\">
  255.                             ";
  256.                 // line 97
  257.                 echo twig_nl2br(twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("同時購入できない商品がカートに含まれています。"), "html"nulltrue));
  258.                 echo "
  259.                         </div>
  260.                     </div>
  261.                 </div>
  262.             ";
  263.             }
  264.             // line 102
  265.             echo "
  266.             <form name=\"form\" id=\"form_cart\" class=\"ec-cartRole\" method=\"post\" action=\"";
  267.             // line 103
  268.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart");
  269.             echo "\">
  270.                 ";
  271.             // line 105
  272.             $context['_parent'] = $context;
  273.             $context['_seq'] = twig_ensure_traversable((isset($context["Carts"]) || array_key_exists("Carts"$context) ? $context["Carts"] : (function () { throw new RuntimeError('Variable "Carts" does not exist.'105$this->source); })()));
  274.             foreach ($context['_seq'] as $context["CartIndex"] => $context["Cart"]) {
  275.                 // line 106
  276.                 echo "                    ";
  277.                 $context["cartKey"] = twig_get_attribute($this->env$this->source$context["Cart"], "cart_key", [], "any"falsefalsefalse106);
  278.                 // line 107
  279.                 echo "                    ";
  280.                 $context['_parent'] = $context;
  281.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'107$this->source); })()), "session", [], "any"falsefalsefalse107), "flashbag", [], "any"falsefalsefalse107), "get", [=> (("eccube.front.cart." . (isset($context["cartKey"]) || array_key_exists("cartKey"$context) ? $context["cartKey"] : (function () { throw new RuntimeError('Variable "cartKey" does not exist.'107$this->source); })())) . ".request.error")], "method"falsefalsefalse107));
  282.                 foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
  283.                     // line 108
  284.                     echo "                        <div class=\"ec-cartRole__error\">
  285.                             <div class=\"ec-alert-warning\">
  286.                                 <div class=\"ec-alert-warning__icon\"><img src=\"";
  287.                     // line 110
  288.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  289.                     echo "\"></div>
  290.                                 <div class=\"ec-alert-warning__text\">
  291.                                     ";
  292.                     // line 112
  293.                     echo twig_nl2br(twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["error"]), "html"nulltrue));
  294.                     echo "
  295.                                 </div>
  296.                             </div>
  297.                         </div>
  298.                     ";
  299.                 }
  300.                 $_parent $context['_parent'];
  301.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
  302.                 $context array_intersect_key($context$_parent) + $_parent;
  303.                 // line 117
  304.                 echo "                    <div class=\"ec-cartRole__cart\">
  305.                         <div class=\"ec-cartTable\">
  306.                             <ol class=\"ec-cartHeader\">
  307.                                 <li class=\"ec-cartHeader__label\">";
  308.                 // line 120
  309.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("削除"), "html"nulltrue);
  310.                 echo "</li>
  311.                                 <li class=\"ec-cartHeader__label\">";
  312.                 // line 121
  313.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("商品内容"), "html"nulltrue);
  314.                 echo "</li>
  315.                                 <li class=\"ec-cartHeader__label\">";
  316.                 // line 122
  317.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("数量"), "html"nulltrue);
  318.                 echo "</li>
  319.                                 <li class=\"ec-cartHeader__label\">";
  320.                 // line 123
  321.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("小計"), "html"nulltrue);
  322.                 echo "</li>
  323.                             </ol>
  324.                             ";
  325.                 // line 125
  326.                 $context['_parent'] = $context;
  327.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["Cart"], "CartItems", [], "any"falsefalsefalse125));
  328.                 foreach ($context['_seq'] as $context["_key"] => $context["CartItem"]) {
  329.                     // line 126
  330.                     echo "                                ";
  331.                     $context["ProductClass"] = twig_get_attribute($this->env$this->source$context["CartItem"], "ProductClass", [], "any"falsefalsefalse126);
  332.                     // line 127
  333.                     echo "                                ";
  334.                     $context["Product"] = twig_get_attribute($this->env$this->source, (isset($context["ProductClass"]) || array_key_exists("ProductClass"$context) ? $context["ProductClass"] : (function () { throw new RuntimeError('Variable "ProductClass" does not exist.'127$this->source); })()), "Product", [], "any"falsefalsefalse127);
  335.                     // line 128
  336.                     echo "                                <ul class=\"ec-cartRow\">
  337.                                     <li class=\"ec-cartRow__delColumn\">
  338.                                         <a href=\"";
  339.                     // line 130
  340.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart_handle_item", ["operation" => "remove""productClassId" => twig_get_attribute($this->env$this->source, (isset($context["ProductClass"]) || array_key_exists("ProductClass"$context) ? $context["ProductClass"] : (function () { throw new RuntimeError('Variable "ProductClass" does not exist.'130$this->source); })()), "id", [], "any"falsefalsefalse130)]), "html"nulltrue);
  341.                     echo "\" ";
  342.                     echo $this->extensions['Eccube\Twig\Extension\CsrfExtension']->getCsrfTokenForAnchor();
  343.                     echo " class=\"ec-icon\" data-method=\"put\" data-message=\"カートから商品を削除してもよろしいですか?\">
  344.                                             <img src=\"";
  345.                     // line 131
  346.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/cross.svg"), "html"nulltrue);
  347.                     echo "\" alt=\"delete\">
  348.                                         </a>
  349.                                     </li>
  350.                                     
  351.                                     <li class=\"ec-cartRow__contentColumn\">
  352.                                         <div class=\"ec-cartRow__img\">
  353.                                             <a target=\"_blank\" href=\"";
  354.                     // line 137
  355.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'137$this->source); })()), "id", [], "any"falsefalsefalse137)]), "html"nulltrue);
  356.                     echo "\">
  357.                                                 <img src=\"";
  358.                     // line 138
  359.                     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, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'138$this->source); })()), "MainListImage", [], "any"falsefalsefalse138)), "save_image"), "html"nulltrue);
  360.                     echo "\" alt=\"";
  361.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'138$this->source); })()), "name", [], "any"falsefalsefalse138), "html"nulltrue);
  362.                     echo "\"/>
  363.                                             </a>
  364.                                         </div>
  365.                                         <div class=\"ec-cartRow__summary\">
  366.                                             <div class=\"ec-cartRow__name\">
  367.                                                 <a target=\"_blank\" href=\"";
  368.                     // line 143
  369.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("product_detail", ["id" => twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'143$this->source); })()), "id", [], "any"falsefalsefalse143)]), "html"nulltrue);
  370.                     echo "\">";
  371.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'143$this->source); })()), "name", [], "any"falsefalsefalse143), "html"nulltrue);
  372.                     echo "</a>
  373.                                                 ";
  374.                     // line 144
  375.                     if ((twig_get_attribute($this->env$this->source, (isset($context["ProductClass"]) || array_key_exists("ProductClass"$context) ? $context["ProductClass"] : (function () { throw new RuntimeError('Variable "ProductClass" does not exist.'144$this->source); })()), "ClassCategory1", [], "any"falsefalsefalse144) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ProductClass"]) || array_key_exists("ProductClass"$context) ? $context["ProductClass"] : (function () { throw new RuntimeError('Variable "ProductClass" does not exist.'144$this->source); })()), "ClassCategory1", [], "any"falsefalsefalse144), "id", [], "any"falsefalsefalse144))) {
  376.                         // line 145
  377.                         echo "                                                    <br>";
  378.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ProductClass"]) || array_key_exists("ProductClass"$context) ? $context["ProductClass"] : (function () { throw new RuntimeError('Variable "ProductClass" does not exist.'145$this->source); })()), "ClassCategory1", [], "any"falsefalsefalse145), "ClassName", [], "any"falsefalsefalse145), "name", [], "any"falsefalsefalse145), "html"nulltrue);
  379.                         echo ":";
  380.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["ProductClass"]) || array_key_exists("ProductClass"$context) ? $context["ProductClass"] : (function () { throw new RuntimeError('Variable "ProductClass" does not exist.'145$this->source); })()), "ClassCategory1", [], "any"falsefalsefalse145), "html"nulltrue);
  381.                         echo "
  382.                                                 ";
  383.                     }
  384.                     // line 147
  385.                     echo "                                                ";
  386.                     if ((twig_get_attribute($this->env$this->source, (isset($context["ProductClass"]) || array_key_exists("ProductClass"$context) ? $context["ProductClass"] : (function () { throw new RuntimeError('Variable "ProductClass" does not exist.'147$this->source); })()), "ClassCategory2", [], "any"falsefalsefalse147) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ProductClass"]) || array_key_exists("ProductClass"$context) ? $context["ProductClass"] : (function () { throw new RuntimeError('Variable "ProductClass" does not exist.'147$this->source); })()), "ClassCategory2", [], "any"falsefalsefalse147), "id", [], "any"falsefalsefalse147))) {
  387.                         // line 148
  388.                         echo "                                                    <br>";
  389.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["ProductClass"]) || array_key_exists("ProductClass"$context) ? $context["ProductClass"] : (function () { throw new RuntimeError('Variable "ProductClass" does not exist.'148$this->source); })()), "ClassCategory2", [], "any"falsefalsefalse148), "ClassName", [], "any"falsefalsefalse148), "name", [], "any"falsefalsefalse148), "html"nulltrue);
  390.                         echo ":";
  391.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["ProductClass"]) || array_key_exists("ProductClass"$context) ? $context["ProductClass"] : (function () { throw new RuntimeError('Variable "ProductClass" does not exist.'148$this->source); })()), "ClassCategory2", [], "any"falsefalsefalse148), "html"nulltrue);
  392.                         echo "
  393.                                                 ";
  394.                     }
  395.                     // line 150
  396.                     echo "                                            </div>
  397.                                             ";
  398.                     // line 151
  399.                     if ((isset($context["loanProducts"]) || array_key_exists("loanProducts"$context) ? $context["loanProducts"] : (function () { throw new RuntimeError('Variable "loanProducts" does not exist.'151$this->source); })())) {
  400.                         // line 152
  401.                         echo "                                                ";
  402.                         $context["checkProductIdLoan"] = 0;
  403.                         // line 153
  404.                         echo "                                                ";
  405.                         $context['_parent'] = $context;
  406.                         $context['_seq'] = twig_ensure_traversable((isset($context["loanProducts"]) || array_key_exists("loanProducts"$context) ? $context["loanProducts"] : (function () { throw new RuntimeError('Variable "loanProducts" does not exist.'153$this->source); })()));
  407.                         foreach ($context['_seq'] as $context["_key"] => $context["loanProduct"]) {
  408.                             // line 154
  409.                             echo "                                                    ";
  410.                             if ((twig_get_attribute($this->env$this->source$context["loanProduct"], "id", [], "any"falsefalsefalse154) == twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'154$this->source); })()), "id", [], "any"falsefalsefalse154))) {
  411.                                 // line 155
  412.                                 echo "                                                        ";
  413.                                 $context["checkProductIdLoan"] = 1;
  414.                                 // line 156
  415.                                 echo "                                                    ";
  416.                             }
  417.                             // line 157
  418.                             echo "                                                ";
  419.                         }
  420.                         $_parent $context['_parent'];
  421.                         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['loanProduct'], $context['_parent'], $context['loop']);
  422.                         $context array_intersect_key($context$_parent) + $_parent;
  423.                         // line 158
  424.                         echo "                                                ";
  425.                         if (((isset($context["checkProductIdLoan"]) || array_key_exists("checkProductIdLoan"$context) ? $context["checkProductIdLoan"] : (function () { throw new RuntimeError('Variable "checkProductIdLoan" does not exist.'158$this->source); })()) == 1)) {
  426.                             // line 159
  427.                             echo "                                                    ";
  428.                             $context["priceProduct"] = ((int) floor((((twig_get_attribute($this->env$this->source$context["CartItem"], "price", [], "any"falsefalsefalse159) / 24) / 10) / 1)) * 10);
  429.                             // line 160
  430.                             echo "                                                    <div class=\"ec-cartRow__unitPrice\">";
  431.                             echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["CartItem"], "price", [], "any"falsefalsefalse160)), "html"nulltrue);
  432.                             echo " <span>月々";
  433.                             echo twig_escape_filter($this->envtwig_number_format_filter($this->env, (isset($context["priceProduct"]) || array_key_exists("priceProduct"$context) ? $context["priceProduct"] : (function () { throw new RuntimeError('Variable "priceProduct" does not exist.'160$this->source); })()), 0","), "html"nulltrue);
  434.                             echo "/24回払い</span></div>
  435.                                                 ";
  436.                         } else {
  437.                             // line 162
  438.                             echo "                                                    <div class=\"ec-cartRow__unitPrice\">";
  439.                             echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["CartItem"], "price", [], "any"falsefalsefalse162)), "html"nulltrue);
  440.                             echo " </div>
  441.                                                 ";
  442.                         }
  443.                         // line 164
  444.                         echo "                                            ";
  445.                     } else {
  446.                         // line 165
  447.                         echo "                                                <div class=\"ec-cartRow__unitPrice\">";
  448.                         echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["CartItem"], "price", [], "any"falsefalsefalse165)), "html"nulltrue);
  449.                         echo " </div>
  450.                                             ";
  451.                     }
  452.                     // line 167
  453.                     echo "                                            <div class=\"ec-cartRow__sutbtotalSP\">";
  454.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("小計:"), "html"nulltrue);
  455.                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["CartItem"], "total_price", [], "any"falsefalsefalse167)), "html"nulltrue);
  456.                     echo "</div>
  457.                                         </div>
  458.                                     </li>
  459.                                     <li class=\"ec-cartRow__amountColumn\">
  460.                                         ";
  461.                     // line 171
  462.                     if ((((twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'171$this->source); })()), "environment", [], "any"falsefalsefalse171) == "prod") && (twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'171$this->source); })()), "id", [], "any"falsefalsefalse171) == 1289)) || ((twig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'171$this->source); })()), "environment", [], "any"falsefalsefalse171) != "prod") && (twig_get_attribute($this->env$this->source, (isset($context["Product"]) || array_key_exists("Product"$context) ? $context["Product"] : (function () { throw new RuntimeError('Variable "Product" does not exist.'171$this->source); })()), "id", [], "any"falsefalsefalse171) == 1289)))) {
  463.                         // line 172
  464.                         echo "
  465.                                         ";
  466.                     } else {
  467.                         // line 174
  468.                         echo "                                            <div class=\"ec-cartRow__amount\">";
  469.                         echo twig_escape_filter($this->envtwig_number_format_filter($this->envtwig_get_attribute($this->env$this->source$context["CartItem"], "quantity", [], "any"falsefalsefalse174)), "html"nulltrue);
  470.                         echo "</div>
  471.                                             <div class=\"ec-cartRow__amountSP\">";
  472.                         // line 175
  473.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("数量:"), "html"nulltrue);
  474.                         echo twig_escape_filter($this->envtwig_number_format_filter($this->envtwig_get_attribute($this->env$this->source$context["CartItem"], "quantity", [], "any"falsefalsefalse175)), "html"nulltrue);
  475.                         echo "</div>
  476.                                             <div class=\"ec-cartRow__amountUpDown\">
  477.                                                 ";
  478.                         // line 177
  479.                         if ((twig_get_attribute($this->env$this->source$context["CartItem"], "quantity", [], "any"falsefalsefalse177) > 1)) {
  480.                             // line 178
  481.                             echo "                                                    <a href=\"";
  482.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart_handle_item", ["operation" => "down""productClassId" => twig_get_attribute($this->env$this->source, (isset($context["ProductClass"]) || array_key_exists("ProductClass"$context) ? $context["ProductClass"] : (function () { throw new RuntimeError('Variable "ProductClass" does not exist.'178$this->source); })()), "id", [], "any"falsefalsefalse178)]), "html"nulltrue);
  483.                             echo "\" ";
  484.                             echo $this->extensions['Eccube\Twig\Extension\CsrfExtension']->getCsrfTokenForAnchor();
  485.                             echo " class=\"ec-cartRow__amountDownButton load-overlay\" data-method=\"put\" data-confirm=\"false\">
  486.                                                         <span class=\"ec-cartRow__amountDownButton__icon\"><img src=\"";
  487.                             // line 179
  488.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/minus-dark.svg"), "html"nulltrue);
  489.                             echo "\" alt=\"reduce\"></span>
  490.                                                     </a>
  491.                                                 ";
  492.                         } else {
  493.                             // line 182
  494.                             echo "                                                    <div class=\"ec-cartRow__amountDownButtonDisabled\">
  495.                                                         <span class=\"ec-cartRow__amountDownButton__icon\"><img src=\"";
  496.                             // line 183
  497.                             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/minus.svg"), "html"nulltrue);
  498.                             echo "\" alt=\"reduce\"></span>
  499.                                                     </div>
  500.                                                 ";
  501.                         }
  502.                         // line 186
  503.                         echo "                                                <a href=\"";
  504.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("cart_handle_item", ["operation" => "up""productClassId" => twig_get_attribute($this->env$this->source, (isset($context["ProductClass"]) || array_key_exists("ProductClass"$context) ? $context["ProductClass"] : (function () { throw new RuntimeError('Variable "ProductClass" does not exist.'186$this->source); })()), "id", [], "any"falsefalsefalse186)]), "html"nulltrue);
  505.                         echo "\" ";
  506.                         echo $this->extensions['Eccube\Twig\Extension\CsrfExtension']->getCsrfTokenForAnchor();
  507.                         echo " class=\"ec-cartRow__amountUpButton load-overlay\" data-method=\"put\" data-confirm=\"false\">
  508.                                                     <span class=\"ec-cartRow__amountUpButton__icon\"><img src=\"";
  509.                         // line 187
  510.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/plus-dark.svg"), "html"nulltrue);
  511.                         echo "\" alt=\"increase\"></span>
  512.                                                 </a>
  513.                                             </div>
  514.                                         ";
  515.                     }
  516.                     // line 191
  517.                     echo "                                    </li>
  518.                                     <li class=\"ec-cartRow__subtotalColumn\">
  519.                                         <div class=\"ec-cartRow__sutbtotal\">";
  520.                     // line 193
  521.                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["CartItem"], "total_price", [], "any"falsefalsefalse193)), "html"nulltrue);
  522.                     echo "</div>
  523.                                     </li>
  524.                                 </ul>
  525.                             ";
  526.                 }
  527.                 $_parent $context['_parent'];
  528.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['CartItem'], $context['_parent'], $context['loop']);
  529.                 $context array_intersect_key($context$_parent) + $_parent;
  530.                 // line 197
  531.                 echo "                        </div>
  532.                     </div>
  533.                     <div class=\"ec-cartRole__progress\">
  534.                         ";
  535.                 // line 200
  536.                 if ((twig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'200$this->source); })()), "delivery_free_amount", [], "any"falsefalsefalse200) && twig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'200$this->source); })()), "delivery_free_quantity", [], "any"falsefalsefalse200))) {
  537.                     // line 201
  538.                     echo "                            <br/>
  539.                             ";
  540.                     // line 202
  541.                     if (twig_get_attribute($this->env$this->source, (isset($context["is_delivery_free"]) || array_key_exists("is_delivery_free"$context) ? $context["is_delivery_free"] : (function () { throw new RuntimeError('Variable "is_delivery_free" does not exist.'202$this->source); })()), (isset($context["cartKey"]) || array_key_exists("cartKey"$context) ? $context["cartKey"] : (function () { throw new RuntimeError('Variable "cartKey" does not exist.'202$this->source); })()), [], "array"falsefalsefalse202)) {
  542.                         // line 203
  543.                         echo "                                ";
  544.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("現在送料無料です。"), "html"nulltrue);
  545.                         echo "
  546.                             ";
  547.                     } else {
  548.                         // line 205
  549.                         echo "                                ";
  550.                         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("あと「<strong>%price%</strong>」または「<strong>%quantity%個</strong>」のお買い上げで<strong class=\"ec-color-red\">送料無料</strong>になります。", ["%price%" => $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source, (isset($context["least"]) || array_key_exists("least"$context) ? $context["least"] : (function () { throw new RuntimeError('Variable "least" does not exist.'205$this->source); })()), (isset($context["cartKey"]) || array_key_exists("cartKey"$context) ? $context["cartKey"] : (function () { throw new RuntimeError('Variable "cartKey" does not exist.'205$this->source); })()), [], "array"falsefalsefalse205)), "%quantity%" => twig_number_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["quantity"]) || array_key_exists("quantity"$context) ? $context["quantity"] : (function () { throw new RuntimeError('Variable "quantity" does not exist.'205$this->source); })()), (isset($context["cartKey"]) || array_key_exists("cartKey"$context) ? $context["cartKey"] : (function () { throw new RuntimeError('Variable "cartKey" does not exist.'205$this->source); })()), [], "array"falsefalsefalse205))]);
  551.                         echo "
  552.                             ";
  553.                     }
  554.                     // line 207
  555.                     echo "                        ";
  556.                 } elseif (twig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'207$this->source); })()), "delivery_free_amount", [], "any"falsefalsefalse207)) {
  557.                     // line 208
  558.                     echo "                            <br/>
  559.                             ";
  560.                     // line 209
  561.                     if (twig_get_attribute($this->env$this->source, (isset($context["is_delivery_free"]) || array_key_exists("is_delivery_free"$context) ? $context["is_delivery_free"] : (function () { throw new RuntimeError('Variable "is_delivery_free" does not exist.'209$this->source); })()), (isset($context["cartKey"]) || array_key_exists("cartKey"$context) ? $context["cartKey"] : (function () { throw new RuntimeError('Variable "cartKey" does not exist.'209$this->source); })()), [], "array"falsefalsefalse209)) {
  562.                         // line 210
  563.                         echo "                                ";
  564.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("現在送料無料です。"), "html"nulltrue);
  565.                         echo "
  566.                             ";
  567.                     } else {
  568.                         // line 212
  569.                         echo "                                ";
  570.                         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("あと「<strong>%price%</strong>」のお買い上げで<strong class=\"ec-color-red\">送料無料</strong>になります。", ["%price%" => $this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source, (isset($context["least"]) || array_key_exists("least"$context) ? $context["least"] : (function () { throw new RuntimeError('Variable "least" does not exist.'212$this->source); })()), (isset($context["cartKey"]) || array_key_exists("cartKey"$context) ? $context["cartKey"] : (function () { throw new RuntimeError('Variable "cartKey" does not exist.'212$this->source); })()), [], "array"falsefalsefalse212))]);
  571.                         echo "
  572.                             ";
  573.                     }
  574.                     // line 214
  575.                     echo "                        ";
  576.                 } elseif (twig_get_attribute($this->env$this->source, (isset($context["BaseInfo"]) || array_key_exists("BaseInfo"$context) ? $context["BaseInfo"] : (function () { throw new RuntimeError('Variable "BaseInfo" does not exist.'214$this->source); })()), "delivery_free_quantity", [], "any"falsefalsefalse214)) {
  577.                     // line 215
  578.                     echo "                            <br/>
  579.                             ";
  580.                     // line 216
  581.                     if (twig_get_attribute($this->env$this->source, (isset($context["is_delivery_free"]) || array_key_exists("is_delivery_free"$context) ? $context["is_delivery_free"] : (function () { throw new RuntimeError('Variable "is_delivery_free" does not exist.'216$this->source); })()), (isset($context["cartKey"]) || array_key_exists("cartKey"$context) ? $context["cartKey"] : (function () { throw new RuntimeError('Variable "cartKey" does not exist.'216$this->source); })()), [], "array"falsefalsefalse216)) {
  582.                         // line 217
  583.                         echo "                                ";
  584.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("現在送料無料です。"), "html"nulltrue);
  585.                         echo "
  586.                             ";
  587.                     } else {
  588.                         // line 219
  589.                         echo "                                ";
  590.                         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("あと「<strong>%quantity%個</strong>」のお買い上げで<strong class=\"ec-color-red\">送料無料</strong>になります。", ["%quantity%" => twig_number_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["quantity"]) || array_key_exists("quantity"$context) ? $context["quantity"] : (function () { throw new RuntimeError('Variable "quantity" does not exist.'219$this->source); })()), (isset($context["cartKey"]) || array_key_exists("cartKey"$context) ? $context["cartKey"] : (function () { throw new RuntimeError('Variable "cartKey" does not exist.'219$this->source); })()), [], "array"falsefalsefalse219))]);
  591.                         echo "
  592.                             ";
  593.                     }
  594.                     // line 221
  595.                     echo "                        ";
  596.                 }
  597.                 // line 222
  598.                 echo "                    </div>
  599.                     <div class=\"ec-cartRole__actions\">
  600.                         ";
  601.                 // line 224
  602.                 $context["countProductLoan"] = 0;
  603.                 // line 225
  604.                 echo "                        ";
  605.                 $context["countProduct"] = 0;
  606.                 // line 226
  607.                 echo "                        ";
  608.                 $context['_parent'] = $context;
  609.                 $context['_seq'] = twig_ensure_traversable((isset($context["loanProducts"]) || array_key_exists("loanProducts"$context) ? $context["loanProducts"] : (function () { throw new RuntimeError('Variable "loanProducts" does not exist.'226$this->source); })()));
  610.                 foreach ($context['_seq'] as $context["_key"] => $context["loanProduct"]) {
  611.                     // line 227
  612.                     echo "                             ";
  613.                     $context["countProductLoan"] = ((isset($context["countProductLoan"]) || array_key_exists("countProductLoan"$context) ? $context["countProductLoan"] : (function () { throw new RuntimeError('Variable "countProductLoan" does not exist.'227$this->source); })()) + 1);
  614.                     // line 228
  615.                     echo "                        ";
  616.                 }
  617.                 $_parent $context['_parent'];
  618.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['loanProduct'], $context['_parent'], $context['loop']);
  619.                 $context array_intersect_key($context$_parent) + $_parent;
  620.                 // line 229
  621.                 echo "                        ";
  622.                 $context['_parent'] = $context;
  623.                 $context['_seq'] = twig_ensure_traversable((isset($context["Carts"]) || array_key_exists("Carts"$context) ? $context["Carts"] : (function () { throw new RuntimeError('Variable "Carts" does not exist.'229$this->source); })()));
  624.                 foreach ($context['_seq'] as $context["CartIndex"] => $context["Cart"]) {
  625.                     // line 230
  626.                     echo "                        ";
  627.                     $context['_parent'] = $context;
  628.                     $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["Cart"], "CartItems", [], "any"falsefalsefalse230));
  629.                     foreach ($context['_seq'] as $context["_key"] => $context["CartItem"]) {
  630.                         // line 231
  631.                         echo "                            ";
  632.                         $context["countProduct"] = ((isset($context["countProduct"]) || array_key_exists("countProduct"$context) ? $context["countProduct"] : (function () { throw new RuntimeError('Variable "countProduct" does not exist.'231$this->source); })()) + 1);
  633.                         // line 232
  634.                         echo "                        ";
  635.                     }
  636.                     $_parent $context['_parent'];
  637.                     unset($context['_seq'], $context['_iterated'], $context['_key'], $context['CartItem'], $context['_parent'], $context['loop']);
  638.                     $context array_intersect_key($context$_parent) + $_parent;
  639.                     // line 233
  640.                     echo "                        ";
  641.                 }
  642.                 $_parent $context['_parent'];
  643.                 unset($context['_seq'], $context['_iterated'], $context['CartIndex'], $context['Cart'], $context['_parent'], $context['loop']);
  644.                 $context array_intersect_key($context$_parent) + $_parent;
  645.                 // line 234
  646.                 echo "                        <div class=\"ec-cartRole__total\">
  647.                             ";
  648.                 // line 235
  649.                 if (((isset($context["countProductLoan"]) || array_key_exists("countProductLoan"$context) ? $context["countProductLoan"] : (function () { throw new RuntimeError('Variable "countProductLoan" does not exist.'235$this->source); })()) == (isset($context["countProduct"]) || array_key_exists("countProduct"$context) ? $context["countProduct"] : (function () { throw new RuntimeError('Variable "countProduct" does not exist.'235$this->source); })()))) {
  650.                     // line 236
  651.                     echo "                            ";
  652.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("合計:"), "html"nulltrue);
  653.                     echo "<span class=\"\" style=\"font-weight: normal;\">";
  654.                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Cart"], "totalPrice", [], "any"falsefalsefalse236)), "html"nulltrue);
  655.                     echo "</span>
  656.                             ";
  657.                 } else {
  658.                     // line 238
  659.                     echo "                            ";
  660.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("合計:"), "html"nulltrue);
  661.                     echo "<span class=\"ec-cartRole__totalAmount\">";
  662.                     echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Cart"], "totalPrice", [], "any"falsefalsefalse238)), "html"nulltrue);
  663.                     echo "</span>
  664.                             ";
  665.                 }
  666.                 // line 240
  667.                 echo "                        </div>
  668.                         ";
  669.                 // line 242
  670.                 if (((isset($context["is_construction_only"]) || array_key_exists("is_construction_only"$context) ? $context["is_construction_only"] : (function () { throw new RuntimeError('Variable "is_construction_only" does not exist.'242$this->source); })()) == true)) {
  671.                     // line 243
  672.                     echo "                            <a class=\"ec-blockBtn--action\" href=\"";
  673.                     echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("construction_only");
  674.                     echo "\">";
  675.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("購入にすすむ"), "html"nulltrue);
  676.                     echo "</a>
  677.                         ";
  678.                 } else {
  679.                     // line 245
  680.                     echo "                            <a class=\"ec-blockBtn--action\" href=\"";
  681.                     echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("construction");
  682.                     echo "\">";
  683.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("購入にすすむ"), "html"nulltrue);
  684.                     echo "</a>
  685.                         ";
  686.                 }
  687.                 // line 247
  688.                 echo "                        
  689.                         ";
  690.                 // line 249
  691.                 echo "                        ";
  692.                 // line 250
  693.                 echo "                        ";
  694.                 // line 253
  695.                 echo "                        ";
  696.                 // line 254
  697.                 echo "                    </div>
  698.                 ";
  699.             }
  700.             $_parent $context['_parent'];
  701.             unset($context['_seq'], $context['_iterated'], $context['CartIndex'], $context['Cart'], $context['_parent'], $context['loop']);
  702.             $context array_intersect_key($context$_parent) + $_parent;
  703.             // line 256
  704.             echo "            </form>
  705.         ";
  706.         } else {
  707.             // line 258
  708.             echo "            ";
  709.             $context['_parent'] = $context;
  710.             $context['_seq'] = twig_ensure_traversable((isset($context["Carts"]) || array_key_exists("Carts"$context) ? $context["Carts"] : (function () { throw new RuntimeError('Variable "Carts" does not exist.'258$this->source); })()));
  711.             foreach ($context['_seq'] as $context["CartIndex"] => $context["Cart"]) {
  712.                 // line 259
  713.                 echo "                ";
  714.                 $context["cartKey"] = twig_get_attribute($this->env$this->source$context["Cart"], "cart_key", [], "any"falsefalsefalse259);
  715.                 // line 260
  716.                 echo "                ";
  717.                 $context['_parent'] = $context;
  718.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'260$this->source); })()), "session", [], "any"falsefalsefalse260), "flashbag", [], "any"falsefalsefalse260), "get", [=> (("eccube.front.cart." . (isset($context["cartKey"]) || array_key_exists("cartKey"$context) ? $context["cartKey"] : (function () { throw new RuntimeError('Variable "cartKey" does not exist.'260$this->source); })())) . ".request.error")], "method"falsefalsefalse260));
  719.                 foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
  720.                     // line 261
  721.                     echo "                    <div class=\"ec-cartRole__error\">
  722.                         <div class=\"ec-alert-warning\">
  723.                             <div class=\"ec-alert-warning__icon\"><img src=\"";
  724.                     // line 263
  725.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  726.                     echo "\"></div>
  727.                             <div class=\"ec-alert-warning__text\">
  728.                                 ";
  729.                     // line 265
  730.                     echo twig_nl2br(twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["error"]), "html"nulltrue));
  731.                     echo "
  732.                             </div>
  733.                         </div>
  734.                     </div>
  735.                 ";
  736.                 }
  737.                 $_parent $context['_parent'];
  738.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
  739.                 $context array_intersect_key($context$_parent) + $_parent;
  740.                 // line 270
  741.                 echo "            ";
  742.             }
  743.             $_parent $context['_parent'];
  744.             unset($context['_seq'], $context['_iterated'], $context['CartIndex'], $context['Cart'], $context['_parent'], $context['loop']);
  745.             $context array_intersect_key($context$_parent) + $_parent;
  746.             // line 271
  747.             echo "            <div class=\"ec-role\">
  748.                 <div class=\"ec-off3Grid\">
  749.                     <div class=\"ec-off3Grid__cell\">
  750.                         <div class=\"ec-alert-warning\">
  751.                             <div class=\"ec-alert-warning__icon\"><img src=\"";
  752.             // line 275
  753.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  754.             echo "\"></div>
  755.                             <div class=\"ec-alert-warning__text\">";
  756.             // line 276
  757.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("現在カート内に商品はございません。"), "html"nulltrue);
  758.             echo "</div>
  759.                         </div>
  760.                     </div>
  761.                 </div>
  762.             </div>
  763.         ";
  764.         }
  765.         // line 282
  766.         echo "    </div>
  767. ";
  768.         
  769.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  770.         
  771.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  772.     }
  773.     public function getTemplateName()
  774.     {
  775.         return "Cart/index.twig";
  776.     }
  777.     public function isTraitable()
  778.     {
  779.         return false;
  780.     }
  781.     public function getDebugInfo()
  782.     {
  783.         return array (  783 => 282,  774 => 276,  770 => 275,  764 => 271,  758 => 270,  747 => 265,  742 => 263,  738 => 261,  733 => 260,  730 => 259,  725 => 258,  721 => 256,  714 => 254,  712 => 253,  710 => 250,  708 => 249,  705 => 247,  697 => 245,  689 => 243,  687 => 242,  683 => 240,  675 => 238,  667 => 236,  665 => 235,  662 => 234,  656 => 233,  650 => 232,  647 => 231,  642 => 230,  637 => 229,  631 => 228,  628 => 227,  623 => 226,  620 => 225,  618 => 224,  614 => 222,  611 => 221,  605 => 219,  599 => 217,  597 => 216,  594 => 215,  591 => 214,  585 => 212,  579 => 210,  577 => 209,  574 => 208,  571 => 207,  565 => 205,  559 => 203,  557 => 202,  554 => 201,  552 => 200,  547 => 197,  537 => 193,  533 => 191,  526 => 187,  519 => 186,  513 => 183,  510 => 182,  504 => 179,  497 => 178,  495 => 177,  489 => 175,  484 => 174,  480 => 172,  478 => 171,  469 => 167,  463 => 165,  460 => 164,  454 => 162,  446 => 160,  443 => 159,  440 => 158,  434 => 157,  431 => 156,  428 => 155,  425 => 154,  420 => 153,  417 => 152,  415 => 151,  412 => 150,  404 => 148,  401 => 147,  393 => 145,  391 => 144,  385 => 143,  375 => 138,  371 => 137,  362 => 131,  356 => 130,  352 => 128,  349 => 127,  346 => 126,  342 => 125,  337 => 123,  333 => 122,  329 => 121,  325 => 120,  320 => 117,  309 => 112,  304 => 110,  300 => 108,  295 => 107,  292 => 106,  288 => 105,  283 => 103,  280 => 102,  272 => 97,  267 => 94,  265 => 93,  259 => 90,  255 => 88,  252 => 87,  241 => 82,  236 => 80,  232 => 78,  227 => 77,  210 => 73,  204 => 71,  198 => 69,  196 => 68,  191 => 66,  187 => 64,  184 => 63,  166 => 62,  164 => 61,  156 => 56,  153 => 55,  150 => 54,  143 => 50,  140 => 49,  137 => 48,  130 => 44,  127 => 43,  124 => 42,  121 => 41,  114 => 37,  111 => 36,  108 => 35,  105 => 34,  103 => 33,  97 => 30,  94 => 29,  91 => 28,  88 => 27,  86 => 26,  76 => 19,  71 => 16,  61 => 15,  50 => 11,  48 => 13,  35 => 11,);
  784.     }
  785.     public function getSourceContext()
  786.     {
  787.         return new Source("{#
  788. This file is part of EC-CUBE
  789. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  790. http://www.ec-cube.co.jp/
  791. For the full copyright and license information, please view the LICENSE
  792. file that was distributed with this source code.
  793. #}
  794. {% extends 'default_frame.twig' %}
  795. {% set body_class = 'cart_page' %}
  796. {% block main %}
  797.     <div id=\"isCartPage\"></div>
  798.     <div class=\"ec-role\">
  799.         <div class=\"ec-pageHeader\">
  800.             <h1>{{ 'ショッピングカート'|trans }}</h1>
  801.         </div>
  802.     </div>
  803.     <div class=\"ec-cartRole\">
  804.         <div class=\"ec-cartRole__progress\">
  805.             <ul class=\"ec-progress\">
  806.                 {% set step = 1 %}
  807.                 <li class=\"ec-progress__item is-complete\">
  808.                     <div class=\"ec-progress__number\">{{ step }}{% set step = step + 1 %}
  809.                     </div>
  810.                     <div class=\"ec-progress__label\">{{ 'カートの商品'|trans }}
  811.                     </div>
  812.                 </li>
  813.                 {% if is_granted('ROLE_USER') == false %}
  814.                     <li class=\"ec-progress__item\">
  815.                         <div class=\"ec-progress__number\">{{ step }}{% set step = step + 1 %}
  816.                         </div>
  817.                         <div class=\"ec-progress__label\">{{ 'お客様情報'|trans }}
  818.                         </div>
  819.                     </li>
  820.                 {% endif %}
  821.                 <li class=\"ec-progress__item\">
  822.                     <div class=\"ec-progress__number\">{{ step }}{% set step = step + 1 %}
  823.                     </div>
  824.                     <div class=\"ec-progress__label\">{{ 'ご注文手続き'|trans }}
  825.                     </div>
  826.                 </li>
  827.                 <li class=\"ec-progress__item\">
  828.                     <div class=\"ec-progress__number\">{{ step }}{% set step = step + 1 %}
  829.                     </div>
  830.                     <div class=\"ec-progress__label\">{{ 'ご注文内容確認'|trans }}
  831.                     </div>
  832.                 </li>
  833.                 <li class=\"ec-progress__item\">
  834.                     <div class=\"ec-progress__number\">{{ step }}{% set step = step + 1 %}
  835.                     </div>
  836.                     <div class=\"ec-progress__label\">{{ '完了'|trans }}
  837.                     </div>
  838.                 </li>
  839.             </ul>
  840.         </div>
  841.         {% set productStr = app.session.flashbag.get('eccube.front.request.product') %}
  842.         {% for error in app.session.flashbag.get('eccube.front.request.error') %}
  843.             {% set idx = loop.index0 %}
  844.             <div class=\"ec-cartRole__error\">
  845.                 <div class=\"ec-alert-warning\">
  846.                     <div class=\"ec-alert-warning__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"></div>
  847.                     <div class=\"ec-alert-warning__text\">
  848.                         {% if productStr[idx] is defined %}
  849.                             {{ error|trans({'%product%':productStr[idx]})|nl2br }}
  850.                         {% else %}
  851.                             {{ error|trans|nl2br }}
  852.                         {% endif %}
  853.                     </div>
  854.                 </div>
  855.             </div>
  856.         {% endfor %}
  857.         {% for error in app.session.flashbag.get('eccube.front.cart.error') %}
  858.             <div class=\"ec-cartRole__error\">
  859.                 <div class=\"ec-alert-warning\">
  860.                     <div class=\"ec-alert-warning__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"></div>
  861.                     <div class=\"ec-alert-warning__text\">
  862.                         {{ error|trans|nl2br }}
  863.                     </div>
  864.                 </div>
  865.             </div>
  866.         {% endfor %}
  867.         {% if totalQuantity > 0 %}
  868.             <div class=\"ec-cartRole__totalText\">
  869.                 <p>
  870.                     {{ '商品の合計金額は「<strong>%price%</strong>」です。'|trans({ '%price%': totalPrice|price })|raw }}
  871.                 </p>
  872.             </div>
  873.             {% if Carts|length > 1 %}
  874.                 <div class=\"ec-cartRole__error\">
  875.                     <div class=\"ec-alert-warning\">
  876.                         <div class=\"ec-alert-warning__text\">
  877.                             {{ '同時購入できない商品がカートに含まれています。'|trans|nl2br }}
  878.                         </div>
  879.                     </div>
  880.                 </div>
  881.             {% endif %}
  882.             <form name=\"form\" id=\"form_cart\" class=\"ec-cartRole\" method=\"post\" action=\"{{ url('cart') }}\">
  883.                 {% for CartIndex,Cart in Carts %}
  884.                     {% set cartKey = Cart.cart_key %}
  885.                     {% for error in app.session.flashbag.get('eccube.front.cart.' ~ cartKey ~ '.request.error') %}
  886.                         <div class=\"ec-cartRole__error\">
  887.                             <div class=\"ec-alert-warning\">
  888.                                 <div class=\"ec-alert-warning__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"></div>
  889.                                 <div class=\"ec-alert-warning__text\">
  890.                                     {{ error|trans|nl2br }}
  891.                                 </div>
  892.                             </div>
  893.                         </div>
  894.                     {% endfor %}
  895.                     <div class=\"ec-cartRole__cart\">
  896.                         <div class=\"ec-cartTable\">
  897.                             <ol class=\"ec-cartHeader\">
  898.                                 <li class=\"ec-cartHeader__label\">{{ '削除'|trans }}</li>
  899.                                 <li class=\"ec-cartHeader__label\">{{ '商品内容'|trans }}</li>
  900.                                 <li class=\"ec-cartHeader__label\">{{ '数量'|trans }}</li>
  901.                                 <li class=\"ec-cartHeader__label\">{{ '小計'|trans }}</li>
  902.                             </ol>
  903.                             {% for CartItem in Cart.CartItems %}
  904.                                 {% set ProductClass = CartItem.ProductClass %}
  905.                                 {% set Product = ProductClass.Product %}
  906.                                 <ul class=\"ec-cartRow\">
  907.                                     <li class=\"ec-cartRow__delColumn\">
  908.                                         <a href=\"{{ url('cart_handle_item', {'operation': 'remove', 'productClassId': ProductClass.id }) }}\" {{ csrf_token_for_anchor() }} class=\"ec-icon\" data-method=\"put\" data-message=\"カートから商品を削除してもよろしいですか?\">
  909.                                             <img src=\"{{ asset('assets/icon/cross.svg') }}\" alt=\"delete\">
  910.                                         </a>
  911.                                     </li>
  912.                                     
  913.                                     <li class=\"ec-cartRow__contentColumn\">
  914.                                         <div class=\"ec-cartRow__img\">
  915.                                             <a target=\"_blank\" href=\"{{ url('product_detail', {id : Product.id} ) }}\">
  916.                                                 <img src=\"{{ asset(Product.MainListImage|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\"/>
  917.                                             </a>
  918.                                         </div>
  919.                                         <div class=\"ec-cartRow__summary\">
  920.                                             <div class=\"ec-cartRow__name\">
  921.                                                 <a target=\"_blank\" href=\"{{ url('product_detail', {id : Product.id} ) }}\">{{ Product.name }}</a>
  922.                                                 {% if ProductClass.ClassCategory1 and ProductClass.ClassCategory1.id %}
  923.                                                     <br>{{ ProductClass.ClassCategory1.ClassName.name }}:{{ ProductClass.ClassCategory1 }}
  924.                                                 {% endif %}
  925.                                                 {% if ProductClass.ClassCategory2 and ProductClass.ClassCategory2.id %}
  926.                                                     <br>{{ ProductClass.ClassCategory2.ClassName.name }}:{{ ProductClass.ClassCategory2 }}
  927.                                                 {% endif %}
  928.                                             </div>
  929.                                             {% if loanProducts %}
  930.                                                 {% set checkProductIdLoan = 0 %}
  931.                                                 {% for loanProduct in loanProducts %}
  932.                                                     {% if (loanProduct.id == Product.id) %}
  933.                                                         {% set checkProductIdLoan = 1 %}
  934.                                                     {% endif %}
  935.                                                 {% endfor %}
  936.                                                 {% if checkProductIdLoan == 1 %}
  937.                                                     {% set priceProduct = ((CartItem.price / 24 / 10) // 1 * 10) %}
  938.                                                     <div class=\"ec-cartRow__unitPrice\">{{ CartItem.price|price }} <span>月々{{ priceProduct|number_format(0, \",\") }}/24回払い</span></div>
  939.                                                 {% else %}
  940.                                                     <div class=\"ec-cartRow__unitPrice\">{{ CartItem.price|price }} </div>
  941.                                                 {% endif %}
  942.                                             {% else %}
  943.                                                 <div class=\"ec-cartRow__unitPrice\">{{ CartItem.price|price }} </div>
  944.                                             {% endif %}
  945.                                             <div class=\"ec-cartRow__sutbtotalSP\">{{ '小計:'|trans }}{{ CartItem.total_price|price }}</div>
  946.                                         </div>
  947.                                     </li>
  948.                                     <li class=\"ec-cartRow__amountColumn\">
  949.                                         {% if (app.environment == 'prod' and Product.id == 1289) or (app.environment != 'prod' and Product.id == 1289) %}
  950.                                         {% else %}
  951.                                             <div class=\"ec-cartRow__amount\">{{ CartItem.quantity|number_format }}</div>
  952.                                             <div class=\"ec-cartRow__amountSP\">{{ '数量:'|trans }}{{ CartItem.quantity|number_format }}</div>
  953.                                             <div class=\"ec-cartRow__amountUpDown\">
  954.                                                 {% if CartItem.quantity > 1 %}
  955.                                                     <a href=\"{{ url('cart_handle_item', {'operation': 'down', 'productClassId': ProductClass.id}) }}\" {{ csrf_token_for_anchor() }} class=\"ec-cartRow__amountDownButton load-overlay\" data-method=\"put\" data-confirm=\"false\">
  956.                                                         <span class=\"ec-cartRow__amountDownButton__icon\"><img src=\"{{ asset('assets/icon/minus-dark.svg') }}\" alt=\"reduce\"></span>
  957.                                                     </a>
  958.                                                 {% else %}
  959.                                                     <div class=\"ec-cartRow__amountDownButtonDisabled\">
  960.                                                         <span class=\"ec-cartRow__amountDownButton__icon\"><img src=\"{{ asset('assets/icon/minus.svg') }}\" alt=\"reduce\"></span>
  961.                                                     </div>
  962.                                                 {% endif %}
  963.                                                 <a href=\"{{ url('cart_handle_item', {'operation': 'up', 'productClassId': ProductClass.id}) }}\" {{ csrf_token_for_anchor() }} class=\"ec-cartRow__amountUpButton load-overlay\" data-method=\"put\" data-confirm=\"false\">
  964.                                                     <span class=\"ec-cartRow__amountUpButton__icon\"><img src=\"{{ asset('assets/icon/plus-dark.svg') }}\" alt=\"increase\"></span>
  965.                                                 </a>
  966.                                             </div>
  967.                                         {% endif %}
  968.                                     </li>
  969.                                     <li class=\"ec-cartRow__subtotalColumn\">
  970.                                         <div class=\"ec-cartRow__sutbtotal\">{{ CartItem.total_price|price }}</div>
  971.                                     </li>
  972.                                 </ul>
  973.                             {% endfor %}
  974.                         </div>
  975.                     </div>
  976.                     <div class=\"ec-cartRole__progress\">
  977.                         {% if BaseInfo.delivery_free_amount and BaseInfo.delivery_free_quantity %}
  978.                             <br/>
  979.                             {% if is_delivery_free[cartKey] %}
  980.                                 {{ '現在送料無料です。'|trans }}
  981.                             {% else %}
  982.                                 {{ 'あと「<strong>%price%</strong>」または「<strong>%quantity%個</strong>」のお買い上げで<strong class=\"ec-color-red\">送料無料</strong>になります。'|trans({ '%price%': least[cartKey]|price, '%quantity%': quantity[cartKey]|number_format })|raw }}
  983.                             {% endif %}
  984.                         {% elseif BaseInfo.delivery_free_amount %}
  985.                             <br/>
  986.                             {% if is_delivery_free[cartKey] %}
  987.                                 {{ '現在送料無料です。'|trans }}
  988.                             {% else %}
  989.                                 {{ 'あと「<strong>%price%</strong>」のお買い上げで<strong class=\"ec-color-red\">送料無料</strong>になります。'|trans({ '%price%': least[cartKey]|price })|raw }}
  990.                             {% endif %}
  991.                         {% elseif BaseInfo.delivery_free_quantity %}
  992.                             <br/>
  993.                             {% if is_delivery_free[cartKey] %}
  994.                                 {{ '現在送料無料です。'|trans }}
  995.                             {% else %}
  996.                                 {{ 'あと「<strong>%quantity%個</strong>」のお買い上げで<strong class=\"ec-color-red\">送料無料</strong>になります。'|trans({ '%quantity%': quantity[cartKey]|number_format })|raw }}
  997.                             {% endif %}
  998.                         {% endif %}
  999.                     </div>
  1000.                     <div class=\"ec-cartRole__actions\">
  1001.                         {% set countProductLoan = 0 %}
  1002.                         {% set countProduct = 0 %}
  1003.                         {% for loanProduct in loanProducts %}
  1004.                              {% set countProductLoan = countProductLoan + 1 %}
  1005.                         {% endfor %}
  1006.                         {% for CartIndex,Cart in Carts %}
  1007.                         {% for CartItem in Cart.CartItems %}
  1008.                             {% set countProduct = countProduct + 1 %}
  1009.                         {% endfor %}
  1010.                         {% endfor %}
  1011.                         <div class=\"ec-cartRole__total\">
  1012.                             {% if (countProductLoan == countProduct) %}
  1013.                             {{ '合計:'|trans }}<span class=\"\" style=\"font-weight: normal;\">{{ Cart.totalPrice|price }}</span>
  1014.                             {% else %}
  1015.                             {{ '合計:'|trans }}<span class=\"ec-cartRole__totalAmount\">{{ Cart.totalPrice|price }}</span>
  1016.                             {% endif %}
  1017.                         </div>
  1018.                         {% if is_construction_only == true %}
  1019.                             <a class=\"ec-blockBtn--action\" href=\"{{ url('construction_only') }}\">{{ '購入にすすむ'|trans }}</a>
  1020.                         {% else %}
  1021.                             <a class=\"ec-blockBtn--action\" href=\"{{ url('construction') }}\">{{ '購入にすすむ'|trans }}</a>
  1022.                         {% endif %}
  1023.                         
  1024.                         {# <a class=\"ec-blockBtn--set0y\" href=\"{{ url('contact') }}?type=0\">{{ '本体購入+設置工事の方はこちら'|trans }}</a> #}
  1025.                         {# <a class=\"ec-blockBtn--action\" href=\"{{ path('cart_buystep', {'cart_key':cartKey}) }}\">{{ '本体のみ購入の方はこちら'|trans }}</a> #}
  1026.                         {# {% if loop.last %}
  1027.                             <a class=\"ec-blockBtn--cancel\" href=\"{{ path('homepage') }}\">{{ 'お買い物を続ける'|trans }}</a>
  1028.                         {% endif %} #}
  1029.                         {# <a class=\"ec-blockBtn--express\" href=\"{{ url('product_detail', {'id': 1207}) }}\">{{ '工事特急券のご使用はこちら'|trans }}</a> #}
  1030.                     </div>
  1031.                 {% endfor %}
  1032.             </form>
  1033.         {% else %}
  1034.             {% for CartIndex,Cart in Carts %}
  1035.                 {% set cartKey = Cart.cart_key %}
  1036.                 {% for error in app.session.flashbag.get('eccube.front.cart.' ~ cartKey ~ '.request.error') %}
  1037.                     <div class=\"ec-cartRole__error\">
  1038.                         <div class=\"ec-alert-warning\">
  1039.                             <div class=\"ec-alert-warning__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"></div>
  1040.                             <div class=\"ec-alert-warning__text\">
  1041.                                 {{ error|trans|nl2br }}
  1042.                             </div>
  1043.                         </div>
  1044.                     </div>
  1045.                 {% endfor %}
  1046.             {% endfor %}
  1047.             <div class=\"ec-role\">
  1048.                 <div class=\"ec-off3Grid\">
  1049.                     <div class=\"ec-off3Grid__cell\">
  1050.                         <div class=\"ec-alert-warning\">
  1051.                             <div class=\"ec-alert-warning__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"></div>
  1052.                             <div class=\"ec-alert-warning__text\">{{ '現在カート内に商品はございません。'|trans }}</div>
  1053.                         </div>
  1054.                     </div>
  1055.                 </div>
  1056.             </div>
  1057.         {% endif %}
  1058.     </div>
  1059. {% endblock %}
  1060. ""Cart/index.twig""/home/gogo002/gogo002.xbiz.jp/public_html/rintec/app/template/default/Cart/index.twig");
  1061.     }
  1062. }