var/cache/dev_hb199fda60d64cb4aeee9e3d553e0f6c1/twig/2d/2dab70a70ec7924f2d35a5229ffd75e1dbb2ac801286a0b79a4e98e985e90148.php line 52

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. /* @LoyxxSeminar/storefront/page/checkout/cart/index.html.twig */
  14. class __TwigTemplate_4c72bba4a58920f112db3a2e7d3cb4dc extends 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.             'page_checkout_cart_action_proceed' => [$this'block_page_checkout_cart_action_proceed'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 2
  29.         return "@CoeHidePriceForCustomerGroup/storefront/page/checkout/cart/index.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@LoyxxSeminar/storefront/page/checkout/cart/index.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@LoyxxSeminar/storefront/page/checkout/cart/index.html.twig"));
  38.         // line 0
  39.         echo "<!-- INCLUDE BEGIN @LoyxxSeminar/storefront/page/checkout/cart/index.html.twig (custom/plugins/LoyxxSeminar/src/Resources/views/storefront/page/checkout/cart/index.html.twig) -->";
  40.         echo "<!-- INCLUDE END @LoyxxSeminar/storefront/page/checkout/cart/index.html.twig -->";
  41.         // line 2
  42.         $this->parent $this->loadTemplate("@CoeHidePriceForCustomerGroup/storefront/page/checkout/cart/index.html.twig""@LoyxxSeminar/storefront/page/checkout/cart/index.html.twig"2);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  46.         
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  48.     }
  49.     // line 3
  50.     public function block_page_checkout_cart_action_proceed($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_action_proceed"));
  55.         // line 0
  56.         echo "<!-- BLOCK BEGIN page_checkout_cart_action_proceed (custom/plugins/LoyxxSeminar/src/Resources/views/storefront/page/checkout/cart/index.html.twig) -->";
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  58.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_checkout_cart_action_proceed"));
  59.         // line 4
  60.         echo "    <div class=\"checkout-aside-action\">
  61.         <a href=\"";
  62.         // line 5
  63.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend.checkout.confirm.page");
  64.         echo "\"
  65.            class=\"btn btn-primary btn-block btn-lg begin-checkout-btn\"
  66.            title=\"";
  67.         // line 7
  68.         echo twig_escape_filter($this->envtwig_striptags($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("checkout.proceedLink")), "html"nulltrue);
  69.         echo "\">
  70.             ";
  71.         // line 8
  72.         echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("checkout.proceedLink"));
  73.         echo "
  74.         </a>
  75.     </div>
  76. ";
  77.         
  78.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  79.         // line 0
  80.         echo "<!-- BLOCK END page_checkout_cart_action_proceed -->";
  81.         
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  83.     }
  84.     public function getTemplateName()
  85.     {
  86.         return "@LoyxxSeminar/storefront/page/checkout/cart/index.html.twig";
  87.     }
  88.     public function isTraitable()
  89.     {
  90.         return false;
  91.     }
  92.     public function getDebugInfo()
  93.     {
  94.         return array (  95 => 0,  86 => 8,  82 => 7,  77 => 5,  74 => 4,  69 => 0,  62 => 3,  51 => 2,  48 => 0,  35 => 2,);
  95.     }
  96.     public function getSourceContext()
  97.     {
  98.         return new Source("{% sw_extends '@Storefront/storefront/page/checkout/cart/index.html.twig' %}
  99. {% block page_checkout_cart_action_proceed %}
  100.     <div class=\"checkout-aside-action\">
  101.         <a href=\"{{ path('frontend.checkout.confirm.page') }}\"
  102.            class=\"btn btn-primary btn-block btn-lg begin-checkout-btn\"
  103.            title=\"{{ \"checkout.proceedLink\"|trans|striptags }}\">
  104.             {{ \"checkout.proceedLink\"|trans|sw_sanitize }}
  105.         </a>
  106.     </div>
  107. {% endblock %}
  108. ""@LoyxxSeminar/storefront/page/checkout/cart/index.html.twig""/home/p-a6iu1i/html/hbc-shopware-stage-qcsct/dev/custom/plugins/LoyxxSeminar/src/Resources/views/storefront/page/checkout/cart/index.html.twig");
  109.     }
  110. }