var/cache/dev_hd108fb0b9d9e10f61e1ca51cce790a31/twig/6a/6a5dd64414cdda55083883af4eeef74b5465a274e3323a0e8d0d941f8f7519ca.php line 59

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use function Shopware\Core\Framework\Adapter\Twig\sw_get_attribute;
  4. use function Shopware\Core\Framework\Adapter\Twig\sw_escape_filter;
  5. use Twig\Error\LoaderError;
  6. use Twig\Error\RuntimeError;
  7. use Twig\Extension\SandboxExtension;
  8. use Twig\Markup;
  9. use Twig\Sandbox\SecurityError;
  10. use Twig\Sandbox\SecurityNotAllowedTagError;
  11. use Twig\Sandbox\SecurityNotAllowedFilterError;
  12. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  13. use Twig\Source;
  14. use Twig\Template;
  15. /* @ZweiPunktSieber/storefront/page/checkout/cart/index.html.twig */
  16. class __TwigTemplate_f9aae0236c3f620c76b148f71ed2ffb3 extends Template
  17. {
  18.     private $source;
  19.     private $macros = [];
  20.     public function __construct(Environment $env)
  21.     {
  22.         parent::__construct($env);
  23.         $this->source $this->getSourceContext();
  24.         $this->blocks = [
  25.             'page_checkout_cart_header' => [$this'block_page_checkout_cart_header'],
  26.             'page_checkout_cart_action_proceed' => [$this'block_page_checkout_cart_action_proceed'],
  27.             'page_checkout_cart_add_promotion_submit' => [$this'block_page_checkout_cart_add_promotion_submit'],
  28.             'page_checkout_cart_add_product' => [$this'block_page_checkout_cart_add_product'],
  29.             'page_checkout_cart_add_product_csrf' => [$this'block_page_checkout_cart_add_product_csrf'],
  30.             'page_checkout_cart_add_product_redirect' => [$this'block_page_checkout_cart_add_product_redirect'],
  31.             'page_checkout_cart_add_product_input_group' => [$this'block_page_checkout_cart_add_product_input_group'],
  32.             'page_checkout_cart_add_product_label' => [$this'block_page_checkout_cart_add_product_label'],
  33.             'page_checkout_cart_add_product_input' => [$this'block_page_checkout_cart_add_product_input'],
  34.             'page_checkout_cart_add_product_submit' => [$this'block_page_checkout_cart_add_product_submit'],
  35.         ];
  36.     }
  37.     protected function doGetParent(array $context)
  38.     {
  39.         // line 2
  40.         return "@Storefront/storefront/page/checkout/cart/index.html.twig";
  41.     }
  42.     protected function doDisplay(array $context, array $blocks = [])
  43.     {
  44.         $macros $this->macros;
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ZweiPunktSieber/storefront/page/checkout/cart/index.html.twig"));
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@ZweiPunktSieber/storefront/page/checkout/cart/index.html.twig"));
  49.         $this->parent $this->loadTemplate("@Storefront/storefront/page/checkout/cart/index.html.twig""@ZweiPunktSieber/storefront/page/checkout/cart/index.html.twig"2);
  50.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  51.         
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  53.         
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  55.     }
  56.     // line 3
  57.     public function block_page_checkout_cart_header($context, array $blocks = [])
  58.     {
  59.         $macros $this->macros;
  60.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  61.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_header"));
  62.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  63.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_header"));
  64.         // line 4
  65.         echo "    <h1 class=\"cart-main-header\">
  66.         ";
  67.         // line 5
  68.         echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("checkout.cartHeader"));
  69.         echo "
  70.     </h1>
  71. ";
  72.         
  73.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  74.         
  75.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  76.     }
  77.     // line 9
  78.     public function block_page_checkout_cart_action_proceed($context, array $blocks = [])
  79.     {
  80.         $macros $this->macros;
  81.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_action_proceed"));
  83.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  84.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_action_proceed"));
  85.         // line 10
  86.         echo "    ";
  87.         // line 11
  88.         echo "    ";
  89.         if ($this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension']->feature("v6.5.0.0")) {
  90.             // line 12
  91.             echo "        <div class=\"checkout-aside-action d-grid\">
  92.             <a href=\"";
  93.             // line 13
  94.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.checkout.confirm.page");
  95.             echo "\"
  96.                class=\"btn btn-primary btn-lg begin-checkout-btn\"
  97.                title=\"";
  98.             // line 15
  99.             echo sw_escape_filter($this->envtwig_striptags($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("checkout.proceedLink")), "html"nulltrue);
  100.             echo "\">
  101.                 <div class=\"\">
  102.                     <span class=\"\">";
  103.             // line 17
  104.             echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("checkout.proceedLink"));
  105.             echo "</span>
  106.                     ";
  107.             // line 18
  108.             ((function () use ($context$blocks) {
  109.                 $finder $this->env->getExtension('Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension')->getFinder();
  110.                 $includeTemplate $finder->find("@Storefront/storefront/utilities/icon.html.twig");
  111.                 return $this->loadTemplate($includeTemplate ?? null"@ZweiPunktSieber/storefront/page/checkout/cart/index.html.twig"18);
  112.             })())->display(twig_array_merge($context, ["size" => "lg""namespace" => "ZweiPunktSieber""pack" => "sieber""name" => "zp-arrow"]));
  113.             // line 23
  114.             echo "                </div>
  115.             </a>
  116.         </div>
  117.     ";
  118.         } else {
  119.             // line 27
  120.             echo "        <div class=\"checkout-aside-action\">
  121.             <a href=\"";
  122.             // line 28
  123.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.checkout.confirm.page");
  124.             echo "\"
  125.                class=\"btn btn-primary btn-block btn-lg\"
  126.                title=\"";
  127.             // line 30
  128.             echo sw_escape_filter($this->envtwig_striptags($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("checkout.proceedLink")), "html"nulltrue);
  129.             echo "\">
  130.                 <div class=\"\">
  131.                     <span class=\"\">";
  132.             // line 32
  133.             echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("checkout.proceedLink"));
  134.             echo "</span>
  135.                     ";
  136.             // line 33
  137.             ((function () use ($context$blocks) {
  138.                 $finder $this->env->getExtension('Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension')->getFinder();
  139.                 $includeTemplate $finder->find("@Storefront/storefront/utilities/icon.html.twig");
  140.                 return $this->loadTemplate($includeTemplate ?? null"@ZweiPunktSieber/storefront/page/checkout/cart/index.html.twig"33);
  141.             })())->display(twig_array_merge($context, ["size" => "lg""namespace" => "ZweiPunktSieber""pack" => "sieber""name" => "zp-arrow"]));
  142.             // line 38
  143.             echo "                </div>
  144.             </a>
  145.         </div>
  146.     ";
  147.         }
  148.         
  149.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  150.         
  151.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  152.     }
  153.     // line 44
  154.     public function block_page_checkout_cart_add_promotion_submit($context, array $blocks = [])
  155.     {
  156.         $macros $this->macros;
  157.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  158.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_add_promotion_submit"));
  159.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  160.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_add_promotion_submit"));
  161.         // line 45
  162.         echo "    ";
  163.         // line 46
  164.         echo "    ";
  165.         if ($this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension']->feature("v6.5.0.0")) {
  166.             // line 47
  167.             echo "        <button class=\"btn btn-secondary\"
  168.                 type=\"submit\"
  169.                 id=\"addPromotion\">
  170.             ";
  171.             // line 50
  172.             ((function () use ($context$blocks) {
  173.                 $finder $this->env->getExtension('Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension')->getFinder();
  174.                 $includeTemplate $finder->find("@Storefront/storefront/utilities/icon.html.twig");
  175.                 return $this->loadTemplate($includeTemplate ?? null"@ZweiPunktSieber/storefront/page/checkout/cart/index.html.twig"50);
  176.             })())->display(twig_array_merge($context, ["name" => "checkmark-circle"]));
  177.             // line 51
  178.             echo "        </button>
  179.     ";
  180.         } else {
  181.             // line 53
  182.             echo "        <div class=\"input-group-append\">
  183.             <button class=\"btn btn-secondary\"
  184.                     type=\"submit\"
  185.                     id=\"addPromotion\">
  186.                 ";
  187.             // line 57
  188.             ((function () use ($context$blocks) {
  189.                 $finder $this->env->getExtension('Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension')->getFinder();
  190.                 $includeTemplate $finder->find("@Storefront/storefront/utilities/icon.html.twig");
  191.                 return $this->loadTemplate($includeTemplate ?? null"@ZweiPunktSieber/storefront/page/checkout/cart/index.html.twig"57);
  192.             })())->display(twig_array_merge($context, ["name" => "checkmark-circle"]));
  193.             // line 58
  194.             echo "            </button>
  195.         </div>
  196.     ";
  197.         }
  198.         
  199.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  200.         
  201.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  202.     }
  203.     // line 63
  204.     public function block_page_checkout_cart_add_product($context, array $blocks = [])
  205.     {
  206.         $macros $this->macros;
  207.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  208.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_add_product"));
  209.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  210.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_add_product"));
  211.         // line 64
  212.         echo "    <div class=\"col-md-5 cart-add-product-container\">
  213.         <form action=\"";
  214.         // line 65
  215.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.checkout.product.add-by-number");
  216.         echo "\"
  217.               data-form-csrf-handler=\"true\"
  218.               class=\"cart-add-product\"
  219.               method=\"post\">
  220.             ";
  221.         // line 70
  222.         $this->displayBlock('page_checkout_cart_add_product_csrf'$context$blocks);
  223.         // line 73
  224.         echo "
  225.             ";
  226.         // line 74
  227.         $this->displayBlock('page_checkout_cart_add_product_redirect'$context$blocks);
  228.         // line 79
  229.         echo "
  230.             ";
  231.         // line 80
  232.         $this->displayBlock('page_checkout_cart_add_product_input_group'$context$blocks);
  233.         // line 119
  234.         echo "        </form>
  235.     </div>
  236. ";
  237.         
  238.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  239.         
  240.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  241.     }
  242.     // line 70
  243.     public function block_page_checkout_cart_add_product_csrf($context, array $blocks = [])
  244.     {
  245.         $macros $this->macros;
  246.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  247.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_add_product_csrf"));
  248.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  249.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_add_product_csrf"));
  250.         // line 71
  251.         echo "                ";
  252.         $this->displayParentBlock("page_checkout_cart_add_product_csrf"$context$blocks);
  253.         echo "
  254.             ";
  255.         
  256.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  257.         
  258.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  259.     }
  260.     // line 74
  261.     public function block_page_checkout_cart_add_product_redirect($context, array $blocks = [])
  262.     {
  263.         $macros $this->macros;
  264.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  265.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_add_product_redirect"));
  266.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  267.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_add_product_redirect"));
  268.         // line 75
  269.         echo "                <input type=\"hidden\"
  270.                        name=\"redirectTo\"
  271.                        value=\"frontend.checkout.cart.page\">
  272.             ";
  273.         
  274.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  275.         
  276.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  277.     }
  278.     // line 80
  279.     public function block_page_checkout_cart_add_product_input_group($context, array $blocks = [])
  280.     {
  281.         $macros $this->macros;
  282.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  283.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_add_product_input_group"));
  284.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  285.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_add_product_input_group"));
  286.         // line 81
  287.         echo "                <div class=\"input-group\">
  288.                     ";
  289.         // line 82
  290.         $this->displayBlock('page_checkout_cart_add_product_label'$context$blocks);
  291.         // line 87
  292.         echo "
  293.                     ";
  294.         // line 88
  295.         $this->displayBlock('page_checkout_cart_add_product_input'$context$blocks);
  296.         // line 98
  297.         echo "
  298.                     ";
  299.         // line 99
  300.         $this->displayBlock('page_checkout_cart_add_product_submit'$context$blocks);
  301.         // line 117
  302.         echo "                </div>
  303.             ";
  304.         
  305.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  306.         
  307.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  308.     }
  309.     // line 82
  310.     public function block_page_checkout_cart_add_product_label($context, array $blocks = [])
  311.     {
  312.         $macros $this->macros;
  313.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  314.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_add_product_label"));
  315.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  316.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_add_product_label"));
  317.         // line 83
  318.         echo "                        <label class=\"";
  319.         echo sw_escape_filter($this->env, ($context["visuallyHiddenClass"] ?? null), "html"nulltrue);
  320.         echo "\" for=\"addProductInput\">
  321.                             ";
  322.         // line 84
  323.         echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("checkout.addProductLabel"));
  324.         echo "
  325.                         </label>
  326.                     ";
  327.         
  328.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  329.         
  330.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  331.     }
  332.     // line 88
  333.     public function block_page_checkout_cart_add_product_input($context, array $blocks = [])
  334.     {
  335.         $macros $this->macros;
  336.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  337.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_add_product_input"));
  338.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  339.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_add_product_input"));
  340.         // line 89
  341.         echo "                        <input type=\"text\"
  342.                                name=\"number\"
  343.                                class=\"form-control\"
  344.                                id=\"addProductInput\"
  345.                                placeholder=\"";
  346.         // line 93
  347.         echo sw_escape_filter($this->envtwig_striptags($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("checkout.addProductPlaceholder")), "html"nulltrue);
  348.         echo "\"
  349.                                aria-label=\"";
  350.         // line 94
  351.         echo sw_escape_filter($this->envtwig_striptags($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("checkout.addProductLabel")), "html"nulltrue);
  352.         echo "\"
  353.                                aria-describedby=\"addProductButton\"
  354.                                required=\"required\">
  355.                     ";
  356.         
  357.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  358.         
  359.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  360.     }
  361.     // line 99
  362.     public function block_page_checkout_cart_add_product_submit($context, array $blocks = [])
  363.     {
  364.         $macros $this->macros;
  365.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  366.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_add_product_submit"));
  367.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  368.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_add_product_submit"));
  369.         // line 100
  370.         echo "                        ";
  371.         // line 101
  372.         echo "                        ";
  373.         if ($this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension']->feature("v6.5.0.0")) {
  374.             // line 102
  375.             echo "                            <button class=\"btn btn-secondary\"
  376.                                     type=\"submit\"
  377.                                     id=\"addProductButton\">
  378.                                 ";
  379.             // line 105
  380.             ((function () use ($context$blocks) {
  381.                 $finder $this->env->getExtension('Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension')->getFinder();
  382.                 $includeTemplate $finder->find("@Storefront/storefront/utilities/icon.html.twig");
  383.                 return $this->loadTemplate($includeTemplate ?? null"@ZweiPunktSieber/storefront/page/checkout/cart/index.html.twig"105);
  384.             })())->display(twig_array_merge($context, ["name" => "checkmark-circle"]));
  385.             // line 106
  386.             echo "                            </button>
  387.                         ";
  388.         } else {
  389.             // line 108
  390.             echo "                            <div class=\"input-group-append\">
  391.                                 <button class=\"btn btn-secondary\"
  392.                                         type=\"submit\"
  393.                                         id=\"addProductButton\">
  394.                                         ";
  395.             // line 112
  396.             ((function () use ($context$blocks) {
  397.                 $finder $this->env->getExtension('Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension')->getFinder();
  398.                 $includeTemplate $finder->find("@Storefront/storefront/utilities/icon.html.twig");
  399.                 return $this->loadTemplate($includeTemplate ?? null"@ZweiPunktSieber/storefront/page/checkout/cart/index.html.twig"112);
  400.             })())->display(twig_array_merge($context, ["name" => "checkmark-circle"]));
  401.             // line 113
  402.             echo "                                </button>
  403.                             </div>
  404.                         ";
  405.         }
  406.         // line 116
  407.         echo "                    ";
  408.         
  409.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  410.         
  411.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  412.     }
  413.     public function getTemplateName()
  414.     {
  415.         return "@ZweiPunktSieber/storefront/page/checkout/cart/index.html.twig";
  416.     }
  417.     public function isTraitable()
  418.     {
  419.         return false;
  420.     }
  421.     public function getDebugInfo()
  422.     {
  423.         return array (  477 => 116,  472 => 113,  464 => 112,  458 => 108,  454 => 106,  446 => 105,  441 => 102,  438 => 101,  436 => 100,  426 => 99,  412 => 94,  408 => 93,  402 => 89,  392 => 88,  379 => 84,  374 => 83,  364 => 82,  353 => 117,  351 => 99,  348 => 98,  346 => 88,  343 => 87,  341 => 82,  338 => 81,  328 => 80,  315 => 75,  305 => 74,  292 => 71,  282 => 70,  270 => 119,  268 => 80,  265 => 79,  263 => 74,  260 => 73,  258 => 70,  250 => 65,  247 => 64,  237 => 63,  224 => 58,  216 => 57,  210 => 53,  206 => 51,  198 => 50,  193 => 47,  190 => 46,  188 => 45,  178 => 44,  164 => 38,  156 => 33,  152 => 32,  147 => 30,  142 => 28,  139 => 27,  133 => 23,  125 => 18,  121 => 17,  116 => 15,  111 => 13,  108 => 12,  105 => 11,  103 => 10,  93 => 9,  80 => 5,  77 => 4,  67 => 3,  44 => 2,);
  424.     }
  425.     public function getSourceContext()
  426.     {
  427.         return new Source("{% sw_extends '@Storefront/storefront/page/checkout/cart/index.html.twig' %}
  428. {% block page_checkout_cart_header %}
  429.     <h1 class=\"cart-main-header\">
  430.         {{ \"checkout.cartHeader\"|trans|sw_sanitize }}
  431.     </h1>
  432. {% endblock %}
  433. {% block page_checkout_cart_action_proceed %}
  434.     {# @deprecated tag:v6.5.0 - Bootstrap v5 removes `btn-block` class, use `d-grid` wrapper instead #}
  435.     {% if feature('v6.5.0.0') %}
  436.         <div class=\"checkout-aside-action d-grid\">
  437.             <a href=\"{{ path('frontend.checkout.confirm.page') }}\"
  438.                class=\"btn btn-primary btn-lg begin-checkout-btn\"
  439.                title=\"{{ \"checkout.proceedLink\"|trans|striptags }}\">
  440.                 <div class=\"\">
  441.                     <span class=\"\">{{ \"checkout.proceedLink\"|trans|sw_sanitize }}</span>
  442.                     {% sw_icon 'zp-arrow' style {
  443.                         'size': 'lg',
  444.                         'namespace': 'ZweiPunktSieber',
  445.                         'pack': 'sieber'
  446.                     } %}
  447.                 </div>
  448.             </a>
  449.         </div>
  450.     {% else %}
  451.         <div class=\"checkout-aside-action\">
  452.             <a href=\"{{ path('frontend.checkout.confirm.page') }}\"
  453.                class=\"btn btn-primary btn-block btn-lg\"
  454.                title=\"{{ \"checkout.proceedLink\"|trans|striptags }}\">
  455.                 <div class=\"\">
  456.                     <span class=\"\">{{ \"checkout.proceedLink\"|trans|sw_sanitize }}</span>
  457.                     {% sw_icon 'zp-arrow' style {
  458.                         'size': 'lg',
  459.                         'namespace': 'ZweiPunktSieber',
  460.                         'pack': 'sieber'
  461.                     } %}
  462.                 </div>
  463.             </a>
  464.         </div>
  465.     {% endif %}
  466. {% endblock %}
  467. {% block page_checkout_cart_add_promotion_submit %}
  468.     {# @deprecated tag:v6.5.0 - Bootstrap v5 removes `input-group-append` wrapper and uses elements as direct childs of `input-group` #}
  469.     {% if feature('v6.5.0.0') %}
  470.         <button class=\"btn btn-secondary\"
  471.                 type=\"submit\"
  472.                 id=\"addPromotion\">
  473.             {% sw_icon 'checkmark-circle' %}
  474.         </button>
  475.     {% else %}
  476.         <div class=\"input-group-append\">
  477.             <button class=\"btn btn-secondary\"
  478.                     type=\"submit\"
  479.                     id=\"addPromotion\">
  480.                 {% sw_icon 'checkmark-circle' %}
  481.             </button>
  482.         </div>
  483.     {% endif %}
  484. {% endblock %}
  485. {% block page_checkout_cart_add_product %}
  486.     <div class=\"col-md-5 cart-add-product-container\">
  487.         <form action=\"{{ path('frontend.checkout.product.add-by-number') }}\"
  488.               data-form-csrf-handler=\"true\"
  489.               class=\"cart-add-product\"
  490.               method=\"post\">
  491.             {% block page_checkout_cart_add_product_csrf %}
  492.                 {{ parent() }}
  493.             {% endblock %}
  494.             {% block page_checkout_cart_add_product_redirect %}
  495.                 <input type=\"hidden\"
  496.                        name=\"redirectTo\"
  497.                        value=\"frontend.checkout.cart.page\">
  498.             {% endblock %}
  499.             {% block page_checkout_cart_add_product_input_group %}
  500.                 <div class=\"input-group\">
  501.                     {% block page_checkout_cart_add_product_label %}
  502.                         <label class=\"{{ visuallyHiddenClass }}\" for=\"addProductInput\">
  503.                             {{ \"checkout.addProductLabel\"|trans|sw_sanitize }}
  504.                         </label>
  505.                     {% endblock %}
  506.                     {% block page_checkout_cart_add_product_input %}
  507.                         <input type=\"text\"
  508.                                name=\"number\"
  509.                                class=\"form-control\"
  510.                                id=\"addProductInput\"
  511.                                placeholder=\"{{ \"checkout.addProductPlaceholder\"|trans|striptags }}\"
  512.                                aria-label=\"{{ \"checkout.addProductLabel\"|trans|striptags }}\"
  513.                                aria-describedby=\"addProductButton\"
  514.                                required=\"required\">
  515.                     {% endblock %}
  516.                     {% block page_checkout_cart_add_product_submit %}
  517.                         {# @deprecated tag:v6.5.0 - Bootstrap v5 removes `input-group-append` wrapper and uses elements as direct childs of `input-group` #}
  518.                         {% if feature('v6.5.0.0') %}
  519.                             <button class=\"btn btn-secondary\"
  520.                                     type=\"submit\"
  521.                                     id=\"addProductButton\">
  522.                                 {% sw_icon 'checkmark-circle' %}
  523.                             </button>
  524.                         {% else %}
  525.                             <div class=\"input-group-append\">
  526.                                 <button class=\"btn btn-secondary\"
  527.                                         type=\"submit\"
  528.                                         id=\"addProductButton\">
  529.                                         {% sw_icon 'checkmark-circle' %}
  530.                                 </button>
  531.                             </div>
  532.                         {% endif %}
  533.                     {% endblock %}
  534.                 </div>
  535.             {% endblock %}
  536.         </form>
  537.     </div>
  538. {% endblock %}""@ZweiPunktSieber/storefront/page/checkout/cart/index.html.twig""/usr/www/users/siebev/sieber-gaindorf.de/custom/plugins/ZweiPunktSieber/src/Resources/views/storefront/page/checkout/cart/index.html.twig");
  539.     }
  540. }