var/cache/dev_hb199fda60d64cb4aeee9e3d553e0f6c1/twig/99/99bbdea98bc369b199b01a6ce8caa10b85d11c72959cadc8940245ec56454de2.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. /* @HBCTheme/storefront/page/checkout/cart/index.html.twig */
  14. class __TwigTemplate_0b6feb77b49714913c188160bf7aec71 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_add_product_submit' => [$this'block_page_checkout_cart_add_product_submit'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 2
  29.         return "@LoyxxSeminar/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""@HBCTheme/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""@HBCTheme/storefront/page/checkout/cart/index.html.twig"));
  38.         // line 0
  39.         echo "<!-- INCLUDE BEGIN @HBCTheme/storefront/page/checkout/cart/index.html.twig (custom/plugins/HBCTheme/src/Resources/views/storefront/page/checkout/cart/index.html.twig) -->";
  40.         echo "<!-- INCLUDE END @HBCTheme/storefront/page/checkout/cart/index.html.twig -->";
  41.         // line 2
  42.         $this->parent $this->loadTemplate("@LoyxxSeminar/storefront/page/checkout/cart/index.html.twig""@HBCTheme/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_add_product_submit($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_add_product_submit"));
  55.         // line 0
  56.         echo "<!-- BLOCK BEGIN page_checkout_cart_add_product_submit (custom/plugins/HBCTheme/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_add_product_submit"));
  59.         // line 4
  60.         echo "\t";
  61.         $this->displayParentBlock("page_checkout_cart_add_product_submit"$context$blocks);
  62.         echo "
  63. \t<div style=\"width:100%\">";
  64.         // line 5
  65.         echo $this->extensions['Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter']->sanitize($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("checkout.addProductHelp"));
  66.         echo "</div>
  67. ";
  68.         
  69.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  70.         // line 0
  71.         echo "<!-- BLOCK END page_checkout_cart_add_product_submit -->";
  72.         
  73.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  74.     }
  75.     public function getTemplateName()
  76.     {
  77.         return "@HBCTheme/storefront/page/checkout/cart/index.html.twig";
  78.     }
  79.     public function isTraitable()
  80.     {
  81.         return false;
  82.     }
  83.     public function getDebugInfo()
  84.     {
  85.         return array (  86 => 0,  79 => 5,  74 => 4,  69 => 0,  62 => 3,  51 => 2,  48 => 0,  35 => 2,);
  86.     }
  87.     public function getSourceContext()
  88.     {
  89.         return new Source("{% sw_extends '@Storefront/storefront/page/checkout/cart/index.html.twig' %}
  90. {% block page_checkout_cart_add_product_submit %}
  91. \t{{ parent() }}
  92. \t<div style=\"width:100%\">{{ \"checkout.addProductHelp\"|trans|sw_sanitize }}</div>
  93. {% endblock %}""@HBCTheme/storefront/page/checkout/cart/index.html.twig""/home/p-a6iu1i/html/hbc-shopware-stage-qcsct/dev/custom/plugins/HBCTheme/src/Resources/views/storefront/page/checkout/cart/index.html.twig");
  94.     }
  95. }