var/cache/dev/twig/30/3041fca05a2e91957307c3a710ce4a45f588e5733b29f67c8b3d20a9f523819c.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_0d68db96d67d176d04bad54f538ffb7cd916281c19ecd04b1636bfddee66eef8 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 "
  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.             $context['loop'] = [
  275.               'parent' => $context['_parent'],
  276.               'index0' => 0,
  277.               'index'  => 1,
  278.               'first'  => true,
  279.             ];
  280.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  281.                 $length count($context['_seq']);
  282.                 $context['loop']['revindex0'] = $length 1;
  283.                 $context['loop']['revindex'] = $length;
  284.                 $context['loop']['length'] = $length;
  285.                 $context['loop']['last'] = === $length;
  286.             }
  287.             foreach ($context['_seq'] as $context["CartIndex"] => $context["Cart"]) {
  288.                 // line 106
  289.                 echo "                    ";
  290.                 $context["cartKey"] = twig_get_attribute($this->env$this->source$context["Cart"], "cart_key", [], "any"falsefalsefalse106);
  291.                 // line 107
  292.                 echo "                    ";
  293.                 $context['_parent'] = $context;
  294.                 $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));
  295.                 foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
  296.                     // line 108
  297.                     echo "                        <div class=\"ec-cartRole__error\">
  298.                             <div class=\"ec-alert-warning\">
  299.                                 <div class=\"ec-alert-warning__icon\"><img src=\"";
  300.                     // line 110
  301.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  302.                     echo "\"></div>
  303.                                 <div class=\"ec-alert-warning__text\">
  304.                                     ";
  305.                     // line 112
  306.                     echo twig_nl2br(twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["error"]), "html"nulltrue));
  307.                     echo "
  308.                                 </div>
  309.                             </div>
  310.                         </div>
  311.                     ";
  312.                 }
  313.                 $_parent $context['_parent'];
  314.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
  315.                 $context array_intersect_key($context$_parent) + $_parent;
  316.                 // line 117
  317.                 echo "
  318.                     <div class=\"ec-cartRole__cart\">
  319.                         <div class=\"ec-cartTable\">
  320.                             <ol class=\"ec-cartHeader\">
  321.                                 <li class=\"ec-cartHeader__label\">";
  322.                 // line 121
  323.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("削除"), "html"nulltrue);
  324.                 echo "</li>
  325.                                 <li class=\"ec-cartHeader__label\">";
  326.                 // line 122
  327.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("商品内容"), "html"nulltrue);
  328.                 echo "</li>
  329.                                 <li class=\"ec-cartHeader__label\">";
  330.                 // line 123
  331.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("数量"), "html"nulltrue);
  332.                 echo "</li>
  333.                                 <li class=\"ec-cartHeader__label\">";
  334.                 // line 124
  335.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("小計"), "html"nulltrue);
  336.                 echo "</li>
  337.                             </ol>
  338.                             ";
  339.                 // line 126
  340.                 $context['_parent'] = $context;
  341.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["Cart"], "CartItems", [], "any"falsefalsefalse126));
  342.                 foreach ($context['_seq'] as $context["_key"] => $context["CartItem"]) {
  343.                     // line 127
  344.                     echo "                                ";
  345.                     $context["ProductClass"] = twig_get_attribute($this->env$this->source$context["CartItem"], "ProductClass", [], "any"falsefalsefalse127);
  346.                     // line 128
  347.                     echo "                                ";
  348.                     $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.'128$this->source); })()), "Product", [], "any"falsefalsefalse128);
  349.                     // line 129
  350.                     echo "                                <ul class=\"ec-cartRow\">
  351.                                     <li class=\"ec-cartRow__delColumn\">
  352.                                         <a href=\"";
  353.                     // line 131
  354.                     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.'131$this->source); })()), "id", [], "any"falsefalsefalse131)]), "html"nulltrue);
  355.                     echo "\" ";
  356.                     echo $this->extensions['Eccube\Twig\Extension\CsrfExtension']->getCsrfTokenForAnchor();
  357.                     echo " class=\"ec-icon\" data-method=\"put\" data-message=\"カートから商品を削除してもよろしいですか?\">
  358.                                             <img src=\"";
  359.                     // line 132
  360.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/cross.svg"), "html"nulltrue);
  361.                     echo "\" alt=\"delete\">
  362.                                         </a>
  363.                                     </li>
  364.                                     <li class=\"ec-cartRow__contentColumn\">
  365.                                         <div class=\"ec-cartRow__img\">
  366.                                             <a target=\"_blank\" href=\"";
  367.                     // line 137
  368.                     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);
  369.                     echo "\">
  370.                                                 ";
  371.                     // line 138
  372.                     if (twig_get_attribute($this->env$this->source$context["CartItem"], "order_image", [], "any"falsefalsefalse138)) {
  373.                         // line 139
  374.                         echo "                                                    <img src=\"";
  375.                         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["CartItem"], "order_image", [], "any"falsefalsefalse139), "html"nulltrue);
  376.                         echo "\" alt=\"";
  377.                         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.'139$this->source); })()), "name", [], "any"falsefalsefalse139), "html"nulltrue);
  378.                         echo "\"/>
  379.                                                     ";
  380.                     } else {
  381.                         // line 141
  382.                         echo "                                                        <img src=\"";
  383.                         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.'141$this->source); })()), "MainListImage", [], "any"falsefalsefalse141)), "save_image"), "html"nulltrue);
  384.                         echo "\" alt=\"";
  385.                         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.'141$this->source); })()), "name", [], "any"falsefalsefalse141), "html"nulltrue);
  386.                         echo "\"/>
  387.                                                 ";
  388.                     }
  389.                     // line 143
  390.                     echo "                                            </a>
  391.                                         </div>
  392.                                         <div class=\"ec-cartRow__summary\">
  393.                                             <div class=\"ec-cartRow__name\">
  394.                                                 <a target=\"_blank\" href=\"";
  395.                     // line 147
  396.                     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.'147$this->source); })()), "id", [], "any"falsefalsefalse147)]), "html"nulltrue);
  397.                     echo "\">";
  398.                     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.'147$this->source); })()), "name", [], "any"falsefalsefalse147), "html"nulltrue);
  399.                     echo "</a>
  400.                                                 <div>
  401.                                                     上の文字:";
  402.                     // line 149
  403.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["CartItem"], "order_text1", [], "any"falsefalsefalse149), "html"nulltrue);
  404.                     echo "<br>
  405.                                                     上の文字の位置:上から";
  406.                     // line 150
  407.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["CartItem"], "order_text1_v", [], "any"falsefalsefalse150), "html"nulltrue);
  408.                     echo "行目<br>
  409.                                                     中央の文字:";
  410.                     // line 151
  411.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["CartItem"], "order_text2", [], "any"falsefalsefalse151), "html"nulltrue);
  412.                     echo "<br>
  413.                                                     下の文字:";
  414.                     // line 152
  415.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["CartItem"], "order_text3", [], "any"falsefalsefalse152), "html"nulltrue);
  416.                     echo "<br>
  417.                                                     下の文字の位置:下から";
  418.                     // line 153
  419.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["CartItem"], "order_text3_v", [], "any"falsefalsefalse153), "html"nulltrue);
  420.                     echo "行目<br>
  421.                                                     外枠の色:";
  422.                     // line 154
  423.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["CartItem"], "order_color1", [], "any"falsefalsefalse154), "html"nulltrue);
  424.                     echo "<br>
  425.                                                     文字の色:";
  426.                     // line 155
  427.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["CartItem"], "order_color2", [], "any"falsefalsefalse155), "html"nulltrue);
  428.                     echo "<br>
  429.                                                     書体:";
  430.                     // line 156
  431.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["CartItem"], "order_font", [], "any"falsefalsefalse156), "html"nulltrue);
  432.                     echo "<br>
  433.                                                 </div>
  434.                                                 ";
  435.                     // line 158
  436.                     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.'158$this->source); })()), "ClassCategory1", [], "any"falsefalsefalse158) && 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.'158$this->source); })()), "ClassCategory1", [], "any"falsefalsefalse158), "id", [], "any"falsefalsefalse158))) {
  437.                         // line 159
  438.                         echo "                                                    <br>";
  439.                         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.'159$this->source); })()), "ClassCategory1", [], "any"falsefalsefalse159), "ClassName", [], "any"falsefalsefalse159), "name", [], "any"falsefalsefalse159), "html"nulltrue);
  440.                         echo ":";
  441.                         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.'159$this->source); })()), "ClassCategory1", [], "any"falsefalsefalse159), "html"nulltrue);
  442.                         echo "
  443.                                                 ";
  444.                     }
  445.                     // line 161
  446.                     echo "                                                ";
  447.                     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.'161$this->source); })()), "ClassCategory2", [], "any"falsefalsefalse161) && 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.'161$this->source); })()), "ClassCategory2", [], "any"falsefalsefalse161), "id", [], "any"falsefalsefalse161))) {
  448.                         // line 162
  449.                         echo "                                                    <br>";
  450.                         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.'162$this->source); })()), "ClassCategory2", [], "any"falsefalsefalse162), "ClassName", [], "any"falsefalsefalse162), "name", [], "any"falsefalsefalse162), "html"nulltrue);
  451.                         echo ":";
  452.                         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.'162$this->source); })()), "ClassCategory2", [], "any"falsefalsefalse162), "html"nulltrue);
  453.                         echo "
  454.                                                 ";
  455.                     }
  456.                     // line 164
  457.                     echo "                                            </div>
  458.                                             <div class=\"ec-cartRow__unitPrice\">";
  459.                     // line 165
  460.                     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);
  461.                     echo "</div>
  462.                                             <div class=\"ec-cartRow__sutbtotalSP\">";
  463.                     // line 166
  464.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("小計:"), "html"nulltrue);
  465.                     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"falsefalsefalse166)), "html"nulltrue);
  466.                     echo "</div>
  467.                                         </div>
  468.                                     </li>
  469.                                     <li class=\"ec-cartRow__amountColumn\">
  470.                                         <div class=\"ec-cartRow__amount\">";
  471.                     // line 170
  472.                     echo twig_escape_filter($this->envtwig_number_format_filter($this->envtwig_get_attribute($this->env$this->source$context["CartItem"], "quantity", [], "any"falsefalsefalse170)), "html"nulltrue);
  473.                     echo "</div>
  474.                                         <div class=\"ec-cartRow__amountSP\">";
  475.                     // line 171
  476.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("数量:"), "html"nulltrue);
  477.                     echo twig_escape_filter($this->envtwig_number_format_filter($this->envtwig_get_attribute($this->env$this->source$context["CartItem"], "quantity", [], "any"falsefalsefalse171)), "html"nulltrue);
  478.                     echo "</div>
  479.                                         <div class=\"ec-cartRow__amountUpDown\">
  480.                                             ";
  481.                     // line 173
  482.                     if ((twig_get_attribute($this->env$this->source$context["CartItem"], "quantity", [], "any"falsefalsefalse173) > 1)) {
  483.                         // line 174
  484.                         echo "                                                <a href=\"";
  485.                         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.'174$this->source); })()), "id", [], "any"falsefalsefalse174)]), "html"nulltrue);
  486.                         echo "\" ";
  487.                         echo $this->extensions['Eccube\Twig\Extension\CsrfExtension']->getCsrfTokenForAnchor();
  488.                         echo " class=\"ec-cartRow__amountDownButton load-overlay\" data-method=\"put\" data-confirm=\"false\">
  489.                                                     <span class=\"ec-cartRow__amountDownButton__icon\"><img src=\"";
  490.                         // line 175
  491.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/minus-dark.svg"), "html"nulltrue);
  492.                         echo "\" alt=\"reduce\"></span>
  493.                                                 </a>
  494.                                             ";
  495.                     } else {
  496.                         // line 178
  497.                         echo "                                                <div class=\"ec-cartRow__amountDownButtonDisabled\">
  498.                                                     <span class=\"ec-cartRow__amountDownButton__icon\"><img src=\"";
  499.                         // line 179
  500.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/minus.svg"), "html"nulltrue);
  501.                         echo "\" alt=\"reduce\"></span>
  502.                                                 </div>
  503.                                             ";
  504.                     }
  505.                     // line 182
  506.                     echo "                                            <a href=\"";
  507.                     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.'182$this->source); })()), "id", [], "any"falsefalsefalse182)]), "html"nulltrue);
  508.                     echo "\" ";
  509.                     echo $this->extensions['Eccube\Twig\Extension\CsrfExtension']->getCsrfTokenForAnchor();
  510.                     echo " class=\"ec-cartRow__amountUpButton load-overlay\" data-method=\"put\" data-confirm=\"false\">
  511.                                                 <span class=\"ec-cartRow__amountUpButton__icon\"><img src=\"";
  512.                     // line 183
  513.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/plus-dark.svg"), "html"nulltrue);
  514.                     echo "\" alt=\"increase\"></span>
  515.                                             </a>
  516.                                         </div>
  517.                                     </li>
  518.                                     <li class=\"ec-cartRow__subtotalColumn\">
  519.                                         <div class=\"ec-cartRow__sutbtotal\">";
  520.                     // line 188
  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"falsefalsefalse188)), "html"nulltrue);
  522.                     echo "</div>
  523.                                     </li>
  524.                                 </ul>
  525. ";
  526.                     // line 193
  527.                     echo "                            ";
  528.                 }
  529.                 $_parent $context['_parent'];
  530.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['CartItem'], $context['_parent'], $context['loop']);
  531.                 $context array_intersect_key($context$_parent) + $_parent;
  532.                 // line 194
  533.                 echo "                        </div>
  534.                     </div>
  535.                     <div class=\"ec-cartRole__progress\">
  536.                         ";
  537.                 // line 197
  538.                 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.'197$this->source); })()), "delivery_free_amount", [], "any"falsefalsefalse197) && 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.'197$this->source); })()), "delivery_free_quantity", [], "any"falsefalsefalse197))) {
  539.                     // line 198
  540.                     echo "                            <br/>
  541.                             ";
  542.                     // line 199
  543.                     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.'199$this->source); })()), (isset($context["cartKey"]) || array_key_exists("cartKey"$context) ? $context["cartKey"] : (function () { throw new RuntimeError('Variable "cartKey" does not exist.'199$this->source); })()), [], "array"falsefalsefalse199)) {
  544.                         // line 200
  545.                         echo "                                ";
  546.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("現在送料無料です。"), "html"nulltrue);
  547.                         echo "
  548.                             ";
  549.                     } else {
  550.                         // line 202
  551.                         echo "                                ";
  552.                         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.'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)), "%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.'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))]);
  553.                         echo "
  554.                             ";
  555.                     }
  556.                     // line 204
  557.                     echo "                        ";
  558.                 } 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.'204$this->source); })()), "delivery_free_amount", [], "any"falsefalsefalse204)) {
  559.                     // line 205
  560.                     echo "                            <br/>
  561.                             ";
  562.                     // line 206
  563.                     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.'206$this->source); })()), (isset($context["cartKey"]) || array_key_exists("cartKey"$context) ? $context["cartKey"] : (function () { throw new RuntimeError('Variable "cartKey" does not exist.'206$this->source); })()), [], "array"falsefalsefalse206)) {
  564.                         // line 207
  565.                         echo "                                ";
  566.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("現在送料無料です。"), "html"nulltrue);
  567.                         echo "
  568.                             ";
  569.                     } else {
  570.                         // line 209
  571.                         echo "                                ";
  572.                         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.'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))]);
  573.                         echo "
  574.                             ";
  575.                     }
  576.                     // line 211
  577.                     echo "                        ";
  578.                 } 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.'211$this->source); })()), "delivery_free_quantity", [], "any"falsefalsefalse211)) {
  579.                     // line 212
  580.                     echo "                            <br/>
  581.                             ";
  582.                     // line 213
  583.                     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.'213$this->source); })()), (isset($context["cartKey"]) || array_key_exists("cartKey"$context) ? $context["cartKey"] : (function () { throw new RuntimeError('Variable "cartKey" does not exist.'213$this->source); })()), [], "array"falsefalsefalse213)) {
  584.                         // line 214
  585.                         echo "                                ";
  586.                         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("現在送料無料です。"), "html"nulltrue);
  587.                         echo "
  588.                             ";
  589.                     } else {
  590.                         // line 216
  591.                         echo "                                ";
  592.                         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.'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))]);
  593.                         echo "
  594.                             ";
  595.                     }
  596.                     // line 218
  597.                     echo "                        ";
  598.                 }
  599.                 // line 219
  600.                 echo "                    </div>
  601.                     <div class=\"ec-cartRole__actions\">
  602.                         <div class=\"ec-cartRole__total\">";
  603.                 // line 221
  604.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("合計:"), "html"nulltrue);
  605.                 echo "<span class=\"ec-cartRole__totalAmount\">";
  606.                 echo twig_escape_filter($this->env$this->extensions['Eccube\Twig\Extension\EccubeExtension']->getPriceFilter(twig_get_attribute($this->env$this->source$context["Cart"], "totalPrice", [], "any"falsefalsefalse221)), "html"nulltrue);
  607.                 echo "</span>
  608.                         </div>
  609.                         <a class=\"ec-blockBtn--action\" href=\"";
  610.                 // line 223
  611.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cart_buystep", ["cart_key" => (isset($context["cartKey"]) || array_key_exists("cartKey"$context) ? $context["cartKey"] : (function () { throw new RuntimeError('Variable "cartKey" does not exist.'223$this->source); })())]), "html"nulltrue);
  612.                 echo "\">";
  613.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("レジに進む"), "html"nulltrue);
  614.                 echo "</a>
  615.                         ";
  616.                 // line 224
  617.                 if (twig_get_attribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse224)) {
  618.                     // line 225
  619.                     echo "                            <a class=\"ec-blockBtn--cancel\" href=\"";
  620.                     echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("homepage");
  621.                     echo "\">";
  622.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("お買い物を続ける"), "html"nulltrue);
  623.                     echo "</a>
  624.                         ";
  625.                 }
  626.                 // line 227
  627.                 echo "                    </div>
  628.                 ";
  629.                 ++$context['loop']['index0'];
  630.                 ++$context['loop']['index'];
  631.                 $context['loop']['first'] = false;
  632.                 if (isset($context['loop']['length'])) {
  633.                     --$context['loop']['revindex0'];
  634.                     --$context['loop']['revindex'];
  635.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  636.                 }
  637.             }
  638.             $_parent $context['_parent'];
  639.             unset($context['_seq'], $context['_iterated'], $context['CartIndex'], $context['Cart'], $context['_parent'], $context['loop']);
  640.             $context array_intersect_key($context$_parent) + $_parent;
  641.             // line 229
  642.             echo "            </form>
  643.         ";
  644.         } else {
  645.             // line 231
  646.             echo "            ";
  647.             $context['_parent'] = $context;
  648.             $context['_seq'] = twig_ensure_traversable((isset($context["Carts"]) || array_key_exists("Carts"$context) ? $context["Carts"] : (function () { throw new RuntimeError('Variable "Carts" does not exist.'231$this->source); })()));
  649.             foreach ($context['_seq'] as $context["CartIndex"] => $context["Cart"]) {
  650.                 // line 232
  651.                 echo "                ";
  652.                 $context["cartKey"] = twig_get_attribute($this->env$this->source$context["Cart"], "cart_key", [], "any"falsefalsefalse232);
  653.                 // line 233
  654.                 echo "                ";
  655.                 $context['_parent'] = $context;
  656.                 $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.'233$this->source); })()), "session", [], "any"falsefalsefalse233), "flashbag", [], "any"falsefalsefalse233), "get", [=> (("eccube.front.cart." . (isset($context["cartKey"]) || array_key_exists("cartKey"$context) ? $context["cartKey"] : (function () { throw new RuntimeError('Variable "cartKey" does not exist.'233$this->source); })())) . ".request.error")], "method"falsefalsefalse233));
  657.                 foreach ($context['_seq'] as $context["_key"] => $context["error"]) {
  658.                     // line 234
  659.                     echo "                    <div class=\"ec-cartRole__error\">
  660.                         <div class=\"ec-alert-warning\">
  661.                             <div class=\"ec-alert-warning__icon\"><img src=\"";
  662.                     // line 236
  663.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  664.                     echo "\"></div>
  665.                             <div class=\"ec-alert-warning__text\">
  666.                                 ";
  667.                     // line 238
  668.                     echo twig_nl2br(twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["error"]), "html"nulltrue));
  669.                     echo "
  670.                             </div>
  671.                         </div>
  672.                     </div>
  673.                 ";
  674.                 }
  675.                 $_parent $context['_parent'];
  676.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']);
  677.                 $context array_intersect_key($context$_parent) + $_parent;
  678.                 // line 243
  679.                 echo "            ";
  680.             }
  681.             $_parent $context['_parent'];
  682.             unset($context['_seq'], $context['_iterated'], $context['CartIndex'], $context['Cart'], $context['_parent'], $context['loop']);
  683.             $context array_intersect_key($context$_parent) + $_parent;
  684.             // line 244
  685.             echo "            <div class=\"ec-role\">
  686.                 <div class=\"ec-off3Grid\">
  687.                     <div class=\"ec-off3Grid__cell\">
  688.                         <div class=\"ec-alert-warning\">
  689.                             <div class=\"ec-alert-warning__icon\"><img src=\"";
  690.             // line 248
  691.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/icon/exclamation-white.svg"), "html"nulltrue);
  692.             echo "\"></div>
  693.                             <div class=\"ec-alert-warning__text\">";
  694.             // line 249
  695.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("現在カート内に商品はございません。"), "html"nulltrue);
  696.             echo "</div>
  697.                         </div>
  698.                     </div>
  699.                 </div>
  700.             </div>
  701.         ";
  702.         }
  703.         // line 255
  704.         echo "    </div>
  705. ";
  706.         
  707.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  708.         
  709.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  710.     }
  711.     public function getTemplateName()
  712.     {
  713.         return "Cart/index.twig";
  714.     }
  715.     public function isTraitable()
  716.     {
  717.         return false;
  718.     }
  719.     public function getDebugInfo()
  720.     {
  721.         return array (  721 => 255,  712 => 249,  708 => 248,  702 => 244,  696 => 243,  685 => 238,  680 => 236,  676 => 234,  671 => 233,  668 => 232,  663 => 231,  659 => 229,  644 => 227,  636 => 225,  634 => 224,  628 => 223,  621 => 221,  617 => 219,  614 => 218,  608 => 216,  602 => 214,  600 => 213,  597 => 212,  594 => 211,  588 => 209,  582 => 207,  580 => 206,  577 => 205,  574 => 204,  568 => 202,  562 => 200,  560 => 199,  557 => 198,  555 => 197,  550 => 194,  544 => 193,  537 => 188,  529 => 183,  522 => 182,  516 => 179,  513 => 178,  507 => 175,  500 => 174,  498 => 173,  492 => 171,  488 => 170,  480 => 166,  476 => 165,  473 => 164,  465 => 162,  462 => 161,  454 => 159,  452 => 158,  447 => 156,  443 => 155,  439 => 154,  435 => 153,  431 => 152,  427 => 151,  423 => 150,  419 => 149,  412 => 147,  406 => 143,  398 => 141,  390 => 139,  388 => 138,  384 => 137,  376 => 132,  370 => 131,  366 => 129,  363 => 128,  360 => 127,  356 => 126,  351 => 124,  347 => 123,  343 => 122,  339 => 121,  333 => 117,  322 => 112,  317 => 110,  313 => 108,  308 => 107,  305 => 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,);
  722.     }
  723.     public function getSourceContext()
  724.     {
  725.         return new Source("{#
  726. This file is part of EC-CUBE
  727. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  728. http://www.ec-cube.co.jp/
  729. For the full copyright and license information, please view the LICENSE
  730. file that was distributed with this source code.
  731. #}
  732. {% extends 'default_frame.twig' %}
  733. {% set body_class = 'cart_page' %}
  734. {% block main %}
  735.     <div class=\"ec-role\">
  736.         <div class=\"ec-pageHeader\">
  737.             <h1>{{ 'ショッピングカート'|trans }}</h1>
  738.         </div>
  739.     </div>
  740.     <div class=\"ec-cartRole\">
  741.         <div class=\"ec-cartRole__progress\">
  742.             <ul class=\"ec-progress\">
  743.                 {% set step = 1 %}
  744.                 <li class=\"ec-progress__item is-complete\">
  745.                     <div class=\"ec-progress__number\">{{ step }}{% set step = step + 1 %}
  746.                     </div>
  747.                     <div class=\"ec-progress__label\">{{ 'カートの商品'|trans }}
  748.                     </div>
  749.                 </li>
  750.                 {% if is_granted('ROLE_USER') == false %}
  751.                     <li class=\"ec-progress__item\">
  752.                         <div class=\"ec-progress__number\">{{ step }}{% set step = step + 1 %}
  753.                         </div>
  754.                         <div class=\"ec-progress__label\">{{ 'お客様情報'|trans }}
  755.                         </div>
  756.                     </li>
  757.                 {% endif %}
  758.                 <li class=\"ec-progress__item\">
  759.                     <div class=\"ec-progress__number\">{{ step }}{% set step = step + 1 %}
  760.                     </div>
  761.                     <div class=\"ec-progress__label\">{{ 'ご注文手続き'|trans }}
  762.                     </div>
  763.                 </li>
  764.                 <li class=\"ec-progress__item\">
  765.                     <div class=\"ec-progress__number\">{{ step }}{% set step = step + 1 %}
  766.                     </div>
  767.                     <div class=\"ec-progress__label\">{{ 'ご注文内容確認'|trans }}
  768.                     </div>
  769.                 </li>
  770.                 <li class=\"ec-progress__item\">
  771.                     <div class=\"ec-progress__number\">{{ step }}{% set step = step + 1 %}
  772.                     </div>
  773.                     <div class=\"ec-progress__label\">{{ '完了'|trans }}
  774.                     </div>
  775.                 </li>
  776.             </ul>
  777.         </div>
  778.         {% set productStr = app.session.flashbag.get('eccube.front.request.product') %}
  779.         {% for error in app.session.flashbag.get('eccube.front.request.error') %}
  780.             {% set idx = loop.index0 %}
  781.             <div class=\"ec-cartRole__error\">
  782.                 <div class=\"ec-alert-warning\">
  783.                     <div class=\"ec-alert-warning__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"></div>
  784.                     <div class=\"ec-alert-warning__text\">
  785.                         {% if productStr[idx] is defined %}
  786.                             {{ error|trans({'%product%':productStr[idx]})|nl2br }}
  787.                         {% else %}
  788.                             {{ error|trans|nl2br }}
  789.                         {% endif %}
  790.                     </div>
  791.                 </div>
  792.             </div>
  793.         {% endfor %}
  794.         {% for error in app.session.flashbag.get('eccube.front.cart.error') %}
  795.             <div class=\"ec-cartRole__error\">
  796.                 <div class=\"ec-alert-warning\">
  797.                     <div class=\"ec-alert-warning__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"></div>
  798.                     <div class=\"ec-alert-warning__text\">
  799.                         {{ error|trans|nl2br }}
  800.                     </div>
  801.                 </div>
  802.             </div>
  803.         {% endfor %}
  804.         {% if totalQuantity > 0 %}
  805.             <div class=\"ec-cartRole__totalText\">
  806.                 <p>
  807.                     {{ '商品の合計金額は「<strong>%price%</strong>」です。'|trans({ '%price%': totalPrice|price })|raw }}
  808.                 </p>
  809.             </div>
  810.             {% if Carts|length > 1 %}
  811.                 <div class=\"ec-cartRole__error\">
  812.                     <div class=\"ec-alert-warning\">
  813.                         <div class=\"ec-alert-warning__text\">
  814.                             {{ '同時購入できない商品がカートに含まれています。'|trans|nl2br }}
  815.                         </div>
  816.                     </div>
  817.                 </div>
  818.             {% endif %}
  819.             <form name=\"form\" id=\"form_cart\" class=\"ec-cartRole\" method=\"post\" action=\"{{ url('cart') }}\">
  820.                 {% for CartIndex,Cart in Carts %}
  821.                     {% set cartKey = Cart.cart_key %}
  822.                     {% for error in app.session.flashbag.get('eccube.front.cart.' ~ cartKey ~ '.request.error') %}
  823.                         <div class=\"ec-cartRole__error\">
  824.                             <div class=\"ec-alert-warning\">
  825.                                 <div class=\"ec-alert-warning__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"></div>
  826.                                 <div class=\"ec-alert-warning__text\">
  827.                                     {{ error|trans|nl2br }}
  828.                                 </div>
  829.                             </div>
  830.                         </div>
  831.                     {% endfor %}
  832.                     <div class=\"ec-cartRole__cart\">
  833.                         <div class=\"ec-cartTable\">
  834.                             <ol class=\"ec-cartHeader\">
  835.                                 <li class=\"ec-cartHeader__label\">{{ '削除'|trans }}</li>
  836.                                 <li class=\"ec-cartHeader__label\">{{ '商品内容'|trans }}</li>
  837.                                 <li class=\"ec-cartHeader__label\">{{ '数量'|trans }}</li>
  838.                                 <li class=\"ec-cartHeader__label\">{{ '小計'|trans }}</li>
  839.                             </ol>
  840.                             {% for CartItem in Cart.CartItems %}
  841.                                 {% set ProductClass = CartItem.ProductClass %}
  842.                                 {% set Product = ProductClass.Product %}
  843.                                 <ul class=\"ec-cartRow\">
  844.                                     <li class=\"ec-cartRow__delColumn\">
  845.                                         <a href=\"{{ url('cart_handle_item', {'operation': 'remove', 'productClassId': ProductClass.id }) }}\" {{ csrf_token_for_anchor() }} class=\"ec-icon\" data-method=\"put\" data-message=\"カートから商品を削除してもよろしいですか?\">
  846.                                             <img src=\"{{ asset('assets/icon/cross.svg') }}\" alt=\"delete\">
  847.                                         </a>
  848.                                     </li>
  849.                                     <li class=\"ec-cartRow__contentColumn\">
  850.                                         <div class=\"ec-cartRow__img\">
  851.                                             <a target=\"_blank\" href=\"{{ url('product_detail', {id : Product.id} ) }}\">
  852.                                                 {% if CartItem.order_image %}
  853.                                                     <img src=\"{{ CartItem.order_image }}\" alt=\"{{ Product.name }}\"/>
  854.                                                     {% else %}
  855.                                                         <img src=\"{{ asset(Product.MainListImage|no_image_product, 'save_image') }}\" alt=\"{{ Product.name }}\"/>
  856.                                                 {% endif %}
  857.                                             </a>
  858.                                         </div>
  859.                                         <div class=\"ec-cartRow__summary\">
  860.                                             <div class=\"ec-cartRow__name\">
  861.                                                 <a target=\"_blank\" href=\"{{ url('product_detail', {id : Product.id} ) }}\">{{ Product.name }}</a>
  862.                                                 <div>
  863.                                                     上の文字:{{ CartItem.order_text1 }}<br>
  864.                                                     上の文字の位置:上から{{ CartItem.order_text1_v }}行目<br>
  865.                                                     中央の文字:{{ CartItem.order_text2 }}<br>
  866.                                                     下の文字:{{ CartItem.order_text3 }}<br>
  867.                                                     下の文字の位置:下から{{ CartItem.order_text3_v }}行目<br>
  868.                                                     外枠の色:{{ CartItem.order_color1 }}<br>
  869.                                                     文字の色:{{ CartItem.order_color2 }}<br>
  870.                                                     書体:{{ CartItem.order_font }}<br>
  871.                                                 </div>
  872.                                                 {% if ProductClass.ClassCategory1 and ProductClass.ClassCategory1.id %}
  873.                                                     <br>{{ ProductClass.ClassCategory1.ClassName.name }}:{{ ProductClass.ClassCategory1 }}
  874.                                                 {% endif %}
  875.                                                 {% if ProductClass.ClassCategory2 and ProductClass.ClassCategory2.id %}
  876.                                                     <br>{{ ProductClass.ClassCategory2.ClassName.name }}:{{ ProductClass.ClassCategory2 }}
  877.                                                 {% endif %}
  878.                                             </div>
  879.                                             <div class=\"ec-cartRow__unitPrice\">{{ CartItem.price|price }}</div>
  880.                                             <div class=\"ec-cartRow__sutbtotalSP\">{{ '小計:'|trans }}{{ CartItem.total_price|price }}</div>
  881.                                         </div>
  882.                                     </li>
  883.                                     <li class=\"ec-cartRow__amountColumn\">
  884.                                         <div class=\"ec-cartRow__amount\">{{ CartItem.quantity|number_format }}</div>
  885.                                         <div class=\"ec-cartRow__amountSP\">{{ '数量:'|trans }}{{ CartItem.quantity|number_format }}</div>
  886.                                         <div class=\"ec-cartRow__amountUpDown\">
  887.                                             {% if CartItem.quantity > 1 %}
  888.                                                 <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\">
  889.                                                     <span class=\"ec-cartRow__amountDownButton__icon\"><img src=\"{{ asset('assets/icon/minus-dark.svg') }}\" alt=\"reduce\"></span>
  890.                                                 </a>
  891.                                             {% else %}
  892.                                                 <div class=\"ec-cartRow__amountDownButtonDisabled\">
  893.                                                     <span class=\"ec-cartRow__amountDownButton__icon\"><img src=\"{{ asset('assets/icon/minus.svg') }}\" alt=\"reduce\"></span>
  894.                                                 </div>
  895.                                             {% endif %}
  896.                                             <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\">
  897.                                                 <span class=\"ec-cartRow__amountUpButton__icon\"><img src=\"{{ asset('assets/icon/plus-dark.svg') }}\" alt=\"increase\"></span>
  898.                                             </a>
  899.                                         </div>
  900.                                     </li>
  901.                                     <li class=\"ec-cartRow__subtotalColumn\">
  902.                                         <div class=\"ec-cartRow__sutbtotal\">{{ CartItem.total_price|price }}</div>
  903.                                     </li>
  904.                                 </ul>
  905. {#                                {{ dump(CartItem) }}#}
  906.                             {% endfor %}
  907.                         </div>
  908.                     </div>
  909.                     <div class=\"ec-cartRole__progress\">
  910.                         {% if BaseInfo.delivery_free_amount and BaseInfo.delivery_free_quantity %}
  911.                             <br/>
  912.                             {% if is_delivery_free[cartKey] %}
  913.                                 {{ '現在送料無料です。'|trans }}
  914.                             {% else %}
  915.                                 {{ 'あと「<strong>%price%</strong>」または「<strong>%quantity%個</strong>」のお買い上げで<strong class=\"ec-color-red\">送料無料</strong>になります。'|trans({ '%price%': least[cartKey]|price, '%quantity%': quantity[cartKey]|number_format })|raw }}
  916.                             {% endif %}
  917.                         {% elseif BaseInfo.delivery_free_amount %}
  918.                             <br/>
  919.                             {% if is_delivery_free[cartKey] %}
  920.                                 {{ '現在送料無料です。'|trans }}
  921.                             {% else %}
  922.                                 {{ 'あと「<strong>%price%</strong>」のお買い上げで<strong class=\"ec-color-red\">送料無料</strong>になります。'|trans({ '%price%': least[cartKey]|price })|raw }}
  923.                             {% endif %}
  924.                         {% elseif BaseInfo.delivery_free_quantity %}
  925.                             <br/>
  926.                             {% if is_delivery_free[cartKey] %}
  927.                                 {{ '現在送料無料です。'|trans }}
  928.                             {% else %}
  929.                                 {{ 'あと「<strong>%quantity%個</strong>」のお買い上げで<strong class=\"ec-color-red\">送料無料</strong>になります。'|trans({ '%quantity%': quantity[cartKey]|number_format })|raw }}
  930.                             {% endif %}
  931.                         {% endif %}
  932.                     </div>
  933.                     <div class=\"ec-cartRole__actions\">
  934.                         <div class=\"ec-cartRole__total\">{{ '合計:'|trans }}<span class=\"ec-cartRole__totalAmount\">{{ Cart.totalPrice|price }}</span>
  935.                         </div>
  936.                         <a class=\"ec-blockBtn--action\" href=\"{{ path('cart_buystep', {'cart_key':cartKey}) }}\">{{ 'レジに進む'|trans }}</a>
  937.                         {% if loop.last %}
  938.                             <a class=\"ec-blockBtn--cancel\" href=\"{{ path('homepage') }}\">{{ 'お買い物を続ける'|trans }}</a>
  939.                         {% endif %}
  940.                     </div>
  941.                 {% endfor %}
  942.             </form>
  943.         {% else %}
  944.             {% for CartIndex,Cart in Carts %}
  945.                 {% set cartKey = Cart.cart_key %}
  946.                 {% for error in app.session.flashbag.get('eccube.front.cart.' ~ cartKey ~ '.request.error') %}
  947.                     <div class=\"ec-cartRole__error\">
  948.                         <div class=\"ec-alert-warning\">
  949.                             <div class=\"ec-alert-warning__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"></div>
  950.                             <div class=\"ec-alert-warning__text\">
  951.                                 {{ error|trans|nl2br }}
  952.                             </div>
  953.                         </div>
  954.                     </div>
  955.                 {% endfor %}
  956.             {% endfor %}
  957.             <div class=\"ec-role\">
  958.                 <div class=\"ec-off3Grid\">
  959.                     <div class=\"ec-off3Grid__cell\">
  960.                         <div class=\"ec-alert-warning\">
  961.                             <div class=\"ec-alert-warning__icon\"><img src=\"{{ asset('assets/icon/exclamation-white.svg') }}\"></div>
  962.                             <div class=\"ec-alert-warning__text\">{{ '現在カート内に商品はございません。'|trans }}</div>
  963.                         </div>
  964.                     </div>
  965.                 </div>
  966.             </div>
  967.         {% endif %}
  968.     </div>
  969. {% endblock %}
  970. ""Cart/index.twig""/home/atplus4/mirai-kanban.com/public_html/ecshop/app/template/default/Cart/index.twig");
  971.     }
  972. }