Error 500 Internal Server Error

GET https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html

Forwarded to ErrorController (e093be)

Exceptions

Key "image" for sequence/mapping with keys "titleColumns, tableRows" does not exist in Product/modal/groessentable.html.twig at line 11.

Exception

Twig\Error\ RuntimeError

Show exception properties
Twig\Error\RuntimeError {#3889
  -lineno: 11
  -rawMessage: "Key "image" for sequence/mapping with keys "titleColumns, tableRows" does not exist."
  -source: Twig\Source {#1550
    -code: """
      {% set modalUid = 'groessentabelle' %}\n
      {% set grossenTable = groessenConfig[grossenAttribute.id] %}\n
      <div class="modal-custom modal-table groessentabelle hidden" id="{{ modalUid }}" data-target="{{ modalUid }}">\n
          <i class="fi flaticon-close js_modal_close" data-target="{{ modalUid }}"></i>\n
      \n
          <div class="modal-custom--title">\n
              {{ "tableTitle"|trans({}, "groessentabelle") }}\n
          </div>\n
      \n
          <div class="modal-custom--content">\n
              {% if grossenTable.image == true %}\n
                  {% set image = '/images/groessentable/' ~ grossenAttribute.id ~ '-' ~ locale ~ '.jpg' %}\n
                  <img class="img-responsive" src="{{ image }}"/>\n
              {% else %}\n
                  <table>\n
                      <thead>\n
                      <tr class="modal-table--header">\n
                          {% for title in grossenTable.titleColumns %}\n
                              <td class="modal-table--cell">\n
                                  {{ title|trans({}, "groessentabelle") }}\n
                              </td>\n
                          {% endfor %}\n
                      </tr>\n
                      </thead>\n
                      <tbody>\n
                      {% for row in grossenTable.tableRows %}\n
                          <tr class="modal-table--row">\n
                              {% for cell in row %}\n
                                  <td class="modal-table--cell">\n
                                      {{ cell }}\n
                                  </td>\n
                              {% endfor %}\n
                          </tr>\n
                      {% endfor %}\n
                      </tbody>\n
                  </table>\n
              {% endif %}\n
          </div>\n
      </div>\n
      """
    -name: "Product/modal/groessentable.html.twig"
    -path: "/var/www/templates/Product/modal/groessentable.html.twig"
  }
  -phpFile: "/var/www/vendor/twig/twig/src/Extension/CoreExtension.php"
  -phpLine: 1749
}
  1. <div class="modal-custom--title">
  2. {{ "tableTitle"|trans({}, "groessentabelle") }}
  3. </div>
  4. <div class="modal-custom--content">
  5. {% if grossenTable.image == true %}
  6. {% set image = '/images/groessentable/' ~ grossenAttribute.id ~ '-' ~ locale ~ '.jpg' %}
  7. <img class="img-responsive" src="{{ image }}"/>
  8. {% else %}
  9. <table>
  10. <thead>
  1. </div>
  2. <div class=\"modal-custom--content\">
  3. ";
  4. // line 11
  5. if ((CoreExtension::getAttribute($this->env, $this->source, (isset($context["grossenTable"]) || array_key_exists("grossenTable", $context) ? $context["grossenTable"] : (function () { throw new RuntimeError('Variable "grossenTable" does not exist.', 11, $this->source); })()), "image", [], "any", false, false, false, 11) == true)) {
  6. // line 12
  7. yield " ";
  8. $context["image"] = (((("/images/groessentable/" . CoreExtension::getAttribute($this->env, $this->source, (isset($context["grossenAttribute"]) || array_key_exists("grossenAttribute", $context) ? $context["grossenAttribute"] : (function () { throw new RuntimeError('Variable "grossenAttribute" does not exist.', 12, $this->source); })()), "id", [], "any", false, false, false, 12)) . "-") . (isset($context["locale"]) || array_key_exists("locale", $context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.', 12, $this->source); })())) . ".jpg");
  9. // line 13
  10. yield " <img class=\"img-responsive\" src=\"";
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. // line 224
  2. yield " ";
  3. if (((isset($context["grossenAttribute"]) || array_key_exists("grossenAttribute", $context) ? $context["grossenAttribute"] : (function () { throw new RuntimeError('Variable "grossenAttribute" does not exist.', 224, $this->source); })()) && CoreExtension::inFilter(CoreExtension::getAttribute($this->env, $this->source, (isset($context["grossenAttribute"]) || array_key_exists("grossenAttribute", $context) ? $context["grossenAttribute"] : (function () { throw new RuntimeError('Variable "grossenAttribute" does not exist.', 224, $this->source); })()), "id", [], "any", false, false, false, 224), Twig\Extension\CoreExtension::keys((isset($context["groessenConfig"]) || array_key_exists("groessenConfig", $context) ? $context["groessenConfig"] : (function () { throw new RuntimeError('Variable "groessenConfig" does not exist.', 224, $this->source); })()))))) {
  4. // line 225
  5. yield " ";
  6. yield from $this->load("Product/modal/groessentable.html.twig", 225)->unwrap()->yield($context);
  7. // line 226
  8. yield " ";
  9. }
  10. // line 227
  11. yield "
in vendor/twig/twig/src/Template.php -> block_custom_modals (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. yield "\">
  2. <div class=\"modal-custom--overlay hidden\" data-type=\"overlay\">
  3. ";
  4. // line 71
  5. yield from $this->unwrap()->yieldBlock('custom_modals', $context, $blocks);
  6. // line 79
  7. yield " </div>
  8. ";
  9. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> block_body (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. // line 21
  2. yield "
  3. ";
  4. // line 23
  5. yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
  6. // line 81
  7. yield "
  8. ";
  9. // line 83
  10. yield from $this->unwrap()->yieldBlock('to_top', $context, $blocks);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Layout/1-column.html.twig"));
  3. $this->parent = $this->load("Layout/layout.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. // line 214
  2. $context["subscribeVisible"] = false;
  3. }
  4. // line 1
  5. $this->parent = $this->load("Layout/1-column.html.twig", 1);
  6. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  7. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  8. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
Environment->render('Product/product.html.twig', array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08009691", "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36", "price": 37.82 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08009691", "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36", "item_category": "bekleidung", "price": 45, "quantity": 1 } ], "value": 45, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national'))))) in src/Controller/AppController.php (line 133)
  1. if (null !== $block) {
  2. return $this->twig->load($view)->renderBlock($block, $parameters);
  3. }
  4. return $this->twig->render($view, $parameters);
  5. }
  6. /**
  7. * @param string $view
  8. * @param string $block
AppController->doRenderView('Product/product.html.twig', null, array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08009691", "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36", "price": 37.82 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08009691", "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36", "item_category": "bekleidung", "price": 45, "quantity": 1 } ], "value": 45, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national')))), 'render') in src/Controller/AppController.php (line 93)
  1. * @throws SyntaxError
  2. * @throws Throwable
  3. */
  4. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  5. {
  6. $content = $this->doRenderView($view, $block, $parameters, $method);
  7. $response ??= new Response();
  8. if (200 === $response->getStatusCode()) {
  9. foreach ($parameters as $v) {
  10. if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
AppController->doRender('Product/product.html.twig', null, array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08009691", "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36", "price": 37.82 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08009691", "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36", "item_category": "bekleidung", "price": 45, "quantity": 1 } ], "value": 45, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national')))), null, 'render') in src/Controller/AppController.php (line 76)
  1. * @throws SyntaxError
  2. * @throws Throwable
  3. */
  4. protected function render(string $view, array $parameters = [], ?Response $response = null): Response
  5. {
  6. return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
  7. }
  8. /**
  9. * @param string $view
  10. * @param string|null $block
AppController->render('Product/product.html.twig', array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08009691", "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36", "price": 37.82 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08009691", "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36", "item_category": "bekleidung", "price": 45, "quantity": 1 } ], "value": 45, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national'))))) in src/Controller/Pages/DocumentController.php (line 286)
  1. 'price' => $product->getPrice(),
  2. 'locale' => $locale
  3. ], $this->getUser()?->getId());
  4. }
  5. return $this->render(
  6. "Product/product.html.twig",
  7. [
  8. 'meta' => $this->meta->buildProductMeta($product, $locale),
  9. 'gtmData' => $gtmData,
  10. 'gaData' => $gaData,
in vendor/symfony/http-kernel/HttpKernel.php -> productDetailAction (line 183)
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. if (!$this->handlingHttpCache) {
  2. $this->resetServices = true;
  3. }
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 32)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/var/www/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs

No log messages

Stack Trace

RuntimeError
Twig\Error\RuntimeError:
Key "image" for sequence/mapping with keys "titleColumns, tableRows" does not exist in "Product/modal/groessentable.html.twig" at line 11.

  at templates/Product/modal/groessentable.html.twig:11
  at Twig\Extension\CoreExtension::getAttribute(object(Environment), object(Source), array('titleColumns' => array('size', 'innenshole'), 'tableRows' => array(array(26, '15'), array(27, '16,5'), array(28, '17'), array(29, '18'), array(30, '18,5'), array(35, '22,5'), array(36, '23,5'), array(37, '24'), array(38, '24,5'), array(39, '25,5'), array(40, '26,5'), array(41, '27'), array(42, '28'), array(43, '28,5'))), 'image', array(), 'any', false, false, false, 11)
     (var/cache/dev/twig/8f/8f99176469087a669eea1154d2a759c0.php:72)
  at __TwigTemplate_d6a0d796fe9e6d6fda5d338f51242202->doDisplay(array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national'))), 'categoryTwig' => object(CategoryTwigExtension), 'banners' => object(BannersTwigExtension), 'catalog' => object(CatalogTwigExtension), 'config' => object(ConfigTwigExtension), 'geoip' => object(GeoIpDetector), 'imageTwig' => object(ImageTwigExtension), 'cartProcessor' => object(CartProcessor), 'session' => object(Session), 'cookiesHelper' => object(CookiesHelper), 'alerts' => object(AlertManager), 'shop' => object(ShopTwigExtension), 'app' => object(AppVariable), 'IMAGE_THUMB_LIMIT' => 5, 'OGP_DEFAULT_IMAGE' => 'https://www.posylka-test.colibo.io/images/logo.png', 'description' => '<p>Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.<br />Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhetisch und bequem, sondern auch atmungsaktiv und feuchtigkeitsregulierend und natürlich  kuschelig warm.<br />Spezielle Antirutschsohlen!<br />Handgefertigt!</p>', 'metaTitle' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaDescription' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaKeywords' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isMaster' => false, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isAfganLanding' => false, 'grossenAttribute' => array('id' => 34349, 'de' => 'Размерная сетка Чуни павловопосадские', 'ru' => 'Размерная сетка Чуни павловопосадские', 'product_sort' => 0), 'groessenConfig' => array(array('titleColumns' => array('numbers', 'letters', 'chest', 'middle', 'height'), 'tableRows' => array(array(44, 'S', '88', '76', 176), array(46, 'M', '92', '80', 176), array(48, 'L', '96', '84', 176), array(50, 'XL', '100', '88', 182), array(52, 'XXL', '104', '92', 182))), array('titleColumns' => array('numbers', 'letters', 'chest', 'middle', 'height'), 'tableRows' => array(array(48, 'M', '96', '82', 100), array(50, 'L', '100', '88', 104), array(52, 'XL', '104', '94', 108), array(54, 'XXL', '108', '100', 112), array(56, 'XXXL', '112', '106', 116), array(58, '4XL', '116', '112', 120), array(60, '5XL', '120', '118', 124))), array('titleColumns' => array('numbers', 'letters', 'chest', 'middle', 'height'), 'tableRows' => array(array(46, 'S', 92, 82, 180), array(46, 'S', 92, 82, 180), array(48, 'M', 96, 86, 180), array(50, 'L', 100, 90, 180), array(52, 'XL', 104, 94, 180), array(54, 'XXL', 108, 98, 180), array(56, 'XXXL', 112, 102, 180), array(58, '4XL', 116, 106, 180), array(60, '4XL', 120, 110, 180), array(62, '5XL', 124, 114, 180), array(64, '6XL', 128, 118, 180))), array('titleColumns' => array('numbers', 'letters', 'chest', 'middle', 'height'), 'tableRows' => array(array(44, 'XS', '86-90', '74-78', 170), array(46, 'S', '90-94', '78-82', 176), array(48, 'M', '94-98', '82-86', 176), array(50, 'L', '98-102', '86-90', 182), array(52, 'XL', '102-106', '90-94', 182), array(54, 'XXL', '106-110', '94-98', 182), array(56, 'XXXL', '110-114', '98-102', 182), array(58, '4XL', '114-118', '102-106', 188), array(60, '5XL', '118-122', '106-110', 188))), array('titleColumns' => array('size', 'innenshole'), 'tableRows' => array(array(36, '23,2'), array(37, '24'), array(38, '24,5'), array(39, '25'), array(40, '25,8'))), array('titleColumns' => array('size', 'innenshole', 'innenshole_bottom'), 'tableRows' => array(array(42, '26,5', '28'), array(43, '27', '28,5'), array(44, '27,5', '29,5'), array(45, '28,5', '30'))), array('titleColumns' => array('numbers', 'chest', 'bottom', 'neck'), 'tableRows' => array(array(36, 90, 102, 61), array(38, 96, 104, 61), array(40, 98, 106, 61), array(42, 100, 108, 61), array(44, 104, 110, 61), array(46, 106, 112, 61), array(48, 112, 116, 61), array(50, 116, 118, 61), array(52, 118, 122, 61), array(54, 126, 130, 61))), array('titleColumns' => array('numbers', 'chest', 'bottom', 'neck'), 'tableRows' => array(array(36, 86, 96, 62), array(38, 90, 98, 62), array(40, 96, 102, 62), array(42, 102, 106, 62), array(44, 106, 112, 62), array(46, 112, 118, 62))), array('titleColumns' => array('letters', 'bottom'), 'tableRows' => array(array('S', 114), array('M', 120), array('L', 130), array('XL', 136), array('XXL', 146), array('XXXL', 156))), array('titleColumns' => array('letters', 'chest'), 'tableRows' => array(array('XS', 102), array('S', 107), array('M', 112), array('L', 120), array('XL', 126), array('XXL', 132))), array('titleColumns' => array('letters', 'middle'), 'tableRows' => array(array('S', 79), array('M', 85), array('L', 90), array('XL', 98), array('XXL', 110), array('XXXL', 115))), array('titleColumns' => array('size', 'chest', 'arm', 'neck'), 'tableRows' => array(array(36, 90, '62', 61), array(38, 100, '62', 63), array(40, 106, '63,5', 63), array(42, 108, '64', 63), array(44, 112, '64', 63), array(46, 114, '64,5', 65), array(48, 116, '64,5', 65))), array('titleColumns' => array('letters', 'chest', 'neck'), 'tableRows' => array(array('S', 85, 87), array('M', 90, 87), array('L', 96, 87), array('XL', 106, 87), array('XXL', 116, 87), array('XXXL', 126, 87))), array('titleColumns' => array('letters', 'chest', 'neck'), 'tableRows' => array(array('S', 85, 70), array('M', 90, 70), array('L', 96, 70), array('XL', 106, 70), array('XXL', 116, 70), array('XXXL', 126, 70))), array('titleColumns' => array('size', 'innenshole'), 'tableRows' => array(array(36, '21,5'), array(37, '22,5'), array(38, '23'), array(39, '23,5'), array(40, '24,2'), array(41, '25'), array(42, '25,5'), array(43, '26,2'), array(44, '27'), array(45, '27,5'), array(46, '28,2'))), array('titleColumns' => array('size', 'innenshole'), 'tableRows' => array(array(26, '15'), array(27, '16,5'), array(28, '17'), array(29, '18'), array(30, '18,5'), array(35, '22,5'), array(36, '23,5'), array(37, '24'), array(38, '24,5'), array(39, '25,5'), array(40, '26,5'), array(41, '27'), array(42, '28'), array(43, '28,5'))), array('image' => true), array('image' => true), array('image' => true), array('image' => true)), 'modalUid' => 'groessentabelle', 'grossenTable' => array('titleColumns' => array('size', 'innenshole'), 'tableRows' => array(array(26, '15'), array(27, '16,5'), array(28, '17'), array(29, '18'), array(30, '18,5'), array(35, '22,5'), array(36, '23,5'), array(37, '24'), array(38, '24,5'), array(39, '25,5'), array(40, '26,5'), array(41, '27'), array(42, '28'), array(43, '28,5')))), array())
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national'))), 'categoryTwig' => object(CategoryTwigExtension), 'banners' => object(BannersTwigExtension), 'catalog' => object(CatalogTwigExtension), 'config' => object(ConfigTwigExtension), 'geoip' => object(GeoIpDetector), 'imageTwig' => object(ImageTwigExtension), 'cartProcessor' => object(CartProcessor), 'session' => object(Session), 'cookiesHelper' => object(CookiesHelper), 'alerts' => object(AlertManager), 'shop' => object(ShopTwigExtension), 'app' => object(AppVariable), 'IMAGE_THUMB_LIMIT' => 5, 'OGP_DEFAULT_IMAGE' => 'https://www.posylka-test.colibo.io/images/logo.png', 'description' => '<p>Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.<br />Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhetisch und bequem, sondern auch atmungsaktiv und feuchtigkeitsregulierend und natürlich  kuschelig warm.<br />Spezielle Antirutschsohlen!<br />Handgefertigt!</p>', 'metaTitle' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaDescription' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaKeywords' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isMaster' => false, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isAfganLanding' => false, 'grossenAttribute' => array('id' => 34349, 'de' => 'Размерная сетка Чуни павловопосадские', 'ru' => 'Размерная сетка Чуни павловопосадские', 'product_sort' => 0), 'groessenConfig' => array(array('titleColumns' => array('numbers', 'letters', 'chest', 'middle', 'height'), 'tableRows' => array(array(44, 'S', '88', '76', 176), array(46, 'M', '92', '80', 176), array(48, 'L', '96', '84', 176), array(50, 'XL', '100', '88', 182), array(52, 'XXL', '104', '92', 182))), array('titleColumns' => array('numbers', 'letters', 'chest', 'middle', 'height'), 'tableRows' => array(array(48, 'M', '96', '82', 100), array(50, 'L', '100', '88', 104), array(52, 'XL', '104', '94', 108), array(54, 'XXL', '108', '100', 112), array(56, 'XXXL', '112', '106', 116), array(58, '4XL', '116', '112', 120), array(60, '5XL', '120', '118', 124))), array('titleColumns' => array('numbers', 'letters', 'chest', 'middle', 'height'), 'tableRows' => array(array(46, 'S', 92, 82, 180), array(46, 'S', 92, 82, 180), array(48, 'M', 96, 86, 180), array(50, 'L', 100, 90, 180), array(52, 'XL', 104, 94, 180), array(54, 'XXL', 108, 98, 180), array(56, 'XXXL', 112, 102, 180), array(58, '4XL', 116, 106, 180), array(60, '4XL', 120, 110, 180), array(62, '5XL', 124, 114, 180), array(64, '6XL', 128, 118, 180))), array('titleColumns' => array('numbers', 'letters', 'chest', 'middle', 'height'), 'tableRows' => array(array(44, 'XS', '86-90', '74-78', 170), array(46, 'S', '90-94', '78-82', 176), array(48, 'M', '94-98', '82-86', 176), array(50, 'L', '98-102', '86-90', 182), array(52, 'XL', '102-106', '90-94', 182), array(54, 'XXL', '106-110', '94-98', 182), array(56, 'XXXL', '110-114', '98-102', 182), array(58, '4XL', '114-118', '102-106', 188), array(60, '5XL', '118-122', '106-110', 188))), array('titleColumns' => array('size', 'innenshole'), 'tableRows' => array(array(36, '23,2'), array(37, '24'), array(38, '24,5'), array(39, '25'), array(40, '25,8'))), array('titleColumns' => array('size', 'innenshole', 'innenshole_bottom'), 'tableRows' => array(array(42, '26,5', '28'), array(43, '27', '28,5'), array(44, '27,5', '29,5'), array(45, '28,5', '30'))), array('titleColumns' => array('numbers', 'chest', 'bottom', 'neck'), 'tableRows' => array(array(36, 90, 102, 61), array(38, 96, 104, 61), array(40, 98, 106, 61), array(42, 100, 108, 61), array(44, 104, 110, 61), array(46, 106, 112, 61), array(48, 112, 116, 61), array(50, 116, 118, 61), array(52, 118, 122, 61), array(54, 126, 130, 61))), array('titleColumns' => array('numbers', 'chest', 'bottom', 'neck'), 'tableRows' => array(array(36, 86, 96, 62), array(38, 90, 98, 62), array(40, 96, 102, 62), array(42, 102, 106, 62), array(44, 106, 112, 62), array(46, 112, 118, 62))), array('titleColumns' => array('letters', 'bottom'), 'tableRows' => array(array('S', 114), array('M', 120), array('L', 130), array('XL', 136), array('XXL', 146), array('XXXL', 156))), array('titleColumns' => array('letters', 'chest'), 'tableRows' => array(array('XS', 102), array('S', 107), array('M', 112), array('L', 120), array('XL', 126), array('XXL', 132))), array('titleColumns' => array('letters', 'middle'), 'tableRows' => array(array('S', 79), array('M', 85), array('L', 90), array('XL', 98), array('XXL', 110), array('XXXL', 115))), array('titleColumns' => array('size', 'chest', 'arm', 'neck'), 'tableRows' => array(array(36, 90, '62', 61), array(38, 100, '62', 63), array(40, 106, '63,5', 63), array(42, 108, '64', 63), array(44, 112, '64', 63), array(46, 114, '64,5', 65), array(48, 116, '64,5', 65))), array('titleColumns' => array('letters', 'chest', 'neck'), 'tableRows' => array(array('S', 85, 87), array('M', 90, 87), array('L', 96, 87), array('XL', 106, 87), array('XXL', 116, 87), array('XXXL', 126, 87))), array('titleColumns' => array('letters', 'chest', 'neck'), 'tableRows' => array(array('S', 85, 70), array('M', 90, 70), array('L', 96, 70), array('XL', 106, 70), array('XXL', 116, 70), array('XXXL', 126, 70))), array('titleColumns' => array('size', 'innenshole'), 'tableRows' => array(array(36, '21,5'), array(37, '22,5'), array(38, '23'), array(39, '23,5'), array(40, '24,2'), array(41, '25'), array(42, '25,5'), array(43, '26,2'), array(44, '27'), array(45, '27,5'), array(46, '28,2'))), array('titleColumns' => array('size', 'innenshole'), 'tableRows' => array(array(26, '15'), array(27, '16,5'), array(28, '17'), array(29, '18'), array(30, '18,5'), array(35, '22,5'), array(36, '23,5'), array(37, '24'), array(38, '24,5'), array(39, '25,5'), array(40, '26,5'), array(41, '27'), array(42, '28'), array(43, '28,5'))), array('image' => true), array('image' => true), array('image' => true), array('image' => true))))
     (var/cache/dev/twig/59/59fd54eced6ae4815f235e7ba42227fb.php:574)
  at __TwigTemplate_8637002d7a29f97a1295cbee9193e134->block_custom_modals(array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national'))), 'categoryTwig' => object(CategoryTwigExtension), 'banners' => object(BannersTwigExtension), 'catalog' => object(CatalogTwigExtension), 'config' => object(ConfigTwigExtension), 'geoip' => object(GeoIpDetector), 'imageTwig' => object(ImageTwigExtension), 'cartProcessor' => object(CartProcessor), 'session' => object(Session), 'cookiesHelper' => object(CookiesHelper), 'alerts' => object(AlertManager), 'shop' => object(ShopTwigExtension), 'app' => object(AppVariable), 'IMAGE_THUMB_LIMIT' => 5, 'OGP_DEFAULT_IMAGE' => 'https://www.posylka-test.colibo.io/images/logo.png', 'description' => '<p>Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.<br />Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhetisch und bequem, sondern auch atmungsaktiv und feuchtigkeitsregulierend und natürlich  kuschelig warm.<br />Spezielle Antirutschsohlen!<br />Handgefertigt!</p>', 'metaTitle' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaDescription' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaKeywords' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isMaster' => false, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isAfganLanding' => false, 'grossenAttribute' => array('id' => 34349, 'de' => 'Размерная сетка Чуни павловопосадские', 'ru' => 'Размерная сетка Чуни павловопосадские', 'product_sort' => 0), 'groessenConfig' => array(array('titleColumns' => array('numbers', 'letters', 'chest', 'middle', 'height'), 'tableRows' => array(array(44, 'S', '88', '76', 176), array(46, 'M', '92', '80', 176), array(48, 'L', '96', '84', 176), array(50, 'XL', '100', '88', 182), array(52, 'XXL', '104', '92', 182))), array('titleColumns' => array('numbers', 'letters', 'chest', 'middle', 'height'), 'tableRows' => array(array(48, 'M', '96', '82', 100), array(50, 'L', '100', '88', 104), array(52, 'XL', '104', '94', 108), array(54, 'XXL', '108', '100', 112), array(56, 'XXXL', '112', '106', 116), array(58, '4XL', '116', '112', 120), array(60, '5XL', '120', '118', 124))), array('titleColumns' => array('numbers', 'letters', 'chest', 'middle', 'height'), 'tableRows' => array(array(46, 'S', 92, 82, 180), array(46, 'S', 92, 82, 180), array(48, 'M', 96, 86, 180), array(50, 'L', 100, 90, 180), array(52, 'XL', 104, 94, 180), array(54, 'XXL', 108, 98, 180), array(56, 'XXXL', 112, 102, 180), array(58, '4XL', 116, 106, 180), array(60, '4XL', 120, 110, 180), array(62, '5XL', 124, 114, 180), array(64, '6XL', 128, 118, 180))), array('titleColumns' => array('numbers', 'letters', 'chest', 'middle', 'height'), 'tableRows' => array(array(44, 'XS', '86-90', '74-78', 170), array(46, 'S', '90-94', '78-82', 176), array(48, 'M', '94-98', '82-86', 176), array(50, 'L', '98-102', '86-90', 182), array(52, 'XL', '102-106', '90-94', 182), array(54, 'XXL', '106-110', '94-98', 182), array(56, 'XXXL', '110-114', '98-102', 182), array(58, '4XL', '114-118', '102-106', 188), array(60, '5XL', '118-122', '106-110', 188))), array('titleColumns' => array('size', 'innenshole'), 'tableRows' => array(array(36, '23,2'), array(37, '24'), array(38, '24,5'), array(39, '25'), array(40, '25,8'))), array('titleColumns' => array('size', 'innenshole', 'innenshole_bottom'), 'tableRows' => array(array(42, '26,5', '28'), array(43, '27', '28,5'), array(44, '27,5', '29,5'), array(45, '28,5', '30'))), array('titleColumns' => array('numbers', 'chest', 'bottom', 'neck'), 'tableRows' => array(array(36, 90, 102, 61), array(38, 96, 104, 61), array(40, 98, 106, 61), array(42, 100, 108, 61), array(44, 104, 110, 61), array(46, 106, 112, 61), array(48, 112, 116, 61), array(50, 116, 118, 61), array(52, 118, 122, 61), array(54, 126, 130, 61))), array('titleColumns' => array('numbers', 'chest', 'bottom', 'neck'), 'tableRows' => array(array(36, 86, 96, 62), array(38, 90, 98, 62), array(40, 96, 102, 62), array(42, 102, 106, 62), array(44, 106, 112, 62), array(46, 112, 118, 62))), array('titleColumns' => array('letters', 'bottom'), 'tableRows' => array(array('S', 114), array('M', 120), array('L', 130), array('XL', 136), array('XXL', 146), array('XXXL', 156))), array('titleColumns' => array('letters', 'chest'), 'tableRows' => array(array('XS', 102), array('S', 107), array('M', 112), array('L', 120), array('XL', 126), array('XXL', 132))), array('titleColumns' => array('letters', 'middle'), 'tableRows' => array(array('S', 79), array('M', 85), array('L', 90), array('XL', 98), array('XXL', 110), array('XXXL', 115))), array('titleColumns' => array('size', 'chest', 'arm', 'neck'), 'tableRows' => array(array(36, 90, '62', 61), array(38, 100, '62', 63), array(40, 106, '63,5', 63), array(42, 108, '64', 63), array(44, 112, '64', 63), array(46, 114, '64,5', 65), array(48, 116, '64,5', 65))), array('titleColumns' => array('letters', 'chest', 'neck'), 'tableRows' => array(array('S', 85, 87), array('M', 90, 87), array('L', 96, 87), array('XL', 106, 87), array('XXL', 116, 87), array('XXXL', 126, 87))), array('titleColumns' => array('letters', 'chest', 'neck'), 'tableRows' => array(array('S', 85, 70), array('M', 90, 70), array('L', 96, 70), array('XL', 106, 70), array('XXL', 116, 70), array('XXXL', 126, 70))), array('titleColumns' => array('size', 'innenshole'), 'tableRows' => array(array(36, '21,5'), array(37, '22,5'), array(38, '23'), array(39, '23,5'), array(40, '24,2'), array(41, '25'), array(42, '25,5'), array(43, '26,2'), array(44, '27'), array(45, '27,5'), array(46, '28,2'))), array('titleColumns' => array('size', 'innenshole'), 'tableRows' => array(array(26, '15'), array(27, '16,5'), array(28, '17'), array(29, '18'), array(30, '18,5'), array(35, '22,5'), array(36, '23,5'), array(37, '24'), array(38, '24,5'), array(39, '25,5'), array(40, '26,5'), array(41, '27'), array(42, '28'), array(43, '28,5'))), array('image' => true), array('image' => true), array('image' => true), array('image' => true))), array('body' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_body'), 'top_content' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_top_content'), 'content' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_content'), 'bottom_content' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_bottom_content'), 'custom_modals' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_custom_modals'), 'to_top' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_to_top'), 'javascripts' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_javascripts'), 'article' => array(object(__TwigTemplate_4d0aeac0c3458780c694b7789e6dd6e1), 'block_article'), 'top_content_inside' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_top_content_inside')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('custom_modals', array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national'))), 'categoryTwig' => object(CategoryTwigExtension), 'banners' => object(BannersTwigExtension), 'catalog' => object(CatalogTwigExtension), 'config' => object(ConfigTwigExtension), 'geoip' => object(GeoIpDetector), 'imageTwig' => object(ImageTwigExtension), 'cartProcessor' => object(CartProcessor), 'session' => object(Session), 'cookiesHelper' => object(CookiesHelper), 'alerts' => object(AlertManager), 'shop' => object(ShopTwigExtension), 'app' => object(AppVariable), 'IMAGE_THUMB_LIMIT' => 5, 'OGP_DEFAULT_IMAGE' => 'https://www.posylka-test.colibo.io/images/logo.png', 'description' => '<p>Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.<br />Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhetisch und bequem, sondern auch atmungsaktiv und feuchtigkeitsregulierend und natürlich  kuschelig warm.<br />Spezielle Antirutschsohlen!<br />Handgefertigt!</p>', 'metaTitle' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaDescription' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaKeywords' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isMaster' => false, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isAfganLanding' => false), array('body' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_body'), 'top_content' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_top_content'), 'content' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_content'), 'bottom_content' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_bottom_content'), 'custom_modals' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_custom_modals'), 'to_top' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_to_top'), 'javascripts' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_javascripts'), 'article' => array(object(__TwigTemplate_4d0aeac0c3458780c694b7789e6dd6e1), 'block_article'), 'top_content_inside' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_top_content_inside')))
     (var/cache/dev/twig/03/034af590a5fc8e71a1127708d050ef48.php:224)
  at __TwigTemplate_ae42fb6cceef4996b07984a893d0d01a->block_body(array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national'))), 'categoryTwig' => object(CategoryTwigExtension), 'banners' => object(BannersTwigExtension), 'catalog' => object(CatalogTwigExtension), 'config' => object(ConfigTwigExtension), 'geoip' => object(GeoIpDetector), 'imageTwig' => object(ImageTwigExtension), 'cartProcessor' => object(CartProcessor), 'session' => object(Session), 'cookiesHelper' => object(CookiesHelper), 'alerts' => object(AlertManager), 'shop' => object(ShopTwigExtension), 'app' => object(AppVariable), 'IMAGE_THUMB_LIMIT' => 5, 'OGP_DEFAULT_IMAGE' => 'https://www.posylka-test.colibo.io/images/logo.png', 'description' => '<p>Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.<br />Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhetisch und bequem, sondern auch atmungsaktiv und feuchtigkeitsregulierend und natürlich  kuschelig warm.<br />Spezielle Antirutschsohlen!<br />Handgefertigt!</p>', 'metaTitle' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaDescription' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaKeywords' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isMaster' => false, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isAfganLanding' => false), array('body' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_body'), 'top_content' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_top_content'), 'content' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_content'), 'bottom_content' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_bottom_content'), 'custom_modals' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_custom_modals'), 'to_top' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_to_top'), 'javascripts' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_javascripts'), 'article' => array(object(__TwigTemplate_4d0aeac0c3458780c694b7789e6dd6e1), 'block_article'), 'top_content_inside' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_top_content_inside')))
     (vendor/twig/twig/src/Template.php:446)
  at Twig\Template->yieldBlock('body', array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national'))), 'categoryTwig' => object(CategoryTwigExtension), 'banners' => object(BannersTwigExtension), 'catalog' => object(CatalogTwigExtension), 'config' => object(ConfigTwigExtension), 'geoip' => object(GeoIpDetector), 'imageTwig' => object(ImageTwigExtension), 'cartProcessor' => object(CartProcessor), 'session' => object(Session), 'cookiesHelper' => object(CookiesHelper), 'alerts' => object(AlertManager), 'shop' => object(ShopTwigExtension), 'app' => object(AppVariable), 'IMAGE_THUMB_LIMIT' => 5, 'OGP_DEFAULT_IMAGE' => 'https://www.posylka-test.colibo.io/images/logo.png', 'description' => '<p>Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.<br />Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhetisch und bequem, sondern auch atmungsaktiv und feuchtigkeitsregulierend und natürlich  kuschelig warm.<br />Spezielle Antirutschsohlen!<br />Handgefertigt!</p>', 'metaTitle' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaDescription' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaKeywords' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isMaster' => false, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isAfganLanding' => false), array('body' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_body'), 'top_content' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_top_content'), 'content' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_content'), 'bottom_content' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_bottom_content'), 'custom_modals' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_custom_modals'), 'to_top' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_to_top'), 'javascripts' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_javascripts'), 'article' => array(object(__TwigTemplate_4d0aeac0c3458780c694b7789e6dd6e1), 'block_article'), 'top_content_inside' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_top_content_inside')))
     (var/cache/dev/twig/03/034af590a5fc8e71a1127708d050ef48.php:112)
  at __TwigTemplate_ae42fb6cceef4996b07984a893d0d01a->doDisplay(array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national'))), 'categoryTwig' => object(CategoryTwigExtension), 'banners' => object(BannersTwigExtension), 'catalog' => object(CatalogTwigExtension), 'config' => object(ConfigTwigExtension), 'geoip' => object(GeoIpDetector), 'imageTwig' => object(ImageTwigExtension), 'cartProcessor' => object(CartProcessor), 'session' => object(Session), 'cookiesHelper' => object(CookiesHelper), 'alerts' => object(AlertManager), 'shop' => object(ShopTwigExtension), 'app' => object(AppVariable), 'IMAGE_THUMB_LIMIT' => 5, 'OGP_DEFAULT_IMAGE' => 'https://www.posylka-test.colibo.io/images/logo.png', 'description' => '<p>Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.<br />Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhetisch und bequem, sondern auch atmungsaktiv und feuchtigkeitsregulierend und natürlich  kuschelig warm.<br />Spezielle Antirutschsohlen!<br />Handgefertigt!</p>', 'metaTitle' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaDescription' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaKeywords' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isMaster' => false, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isAfganLanding' => false), array('body' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_body'), 'top_content' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_top_content'), 'content' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_content'), 'bottom_content' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_bottom_content'), 'custom_modals' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_custom_modals'), 'to_top' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_to_top'), 'javascripts' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_javascripts'), 'article' => array(object(__TwigTemplate_4d0aeac0c3458780c694b7789e6dd6e1), 'block_article'), 'top_content_inside' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_top_content_inside')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national'))), 'categoryTwig' => object(CategoryTwigExtension), 'banners' => object(BannersTwigExtension), 'catalog' => object(CatalogTwigExtension), 'config' => object(ConfigTwigExtension), 'geoip' => object(GeoIpDetector), 'imageTwig' => object(ImageTwigExtension), 'cartProcessor' => object(CartProcessor), 'session' => object(Session), 'cookiesHelper' => object(CookiesHelper), 'alerts' => object(AlertManager), 'shop' => object(ShopTwigExtension), 'app' => object(AppVariable), 'IMAGE_THUMB_LIMIT' => 5, 'OGP_DEFAULT_IMAGE' => 'https://www.posylka-test.colibo.io/images/logo.png', 'description' => '<p>Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.<br />Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhetisch und bequem, sondern auch atmungsaktiv und feuchtigkeitsregulierend und natürlich  kuschelig warm.<br />Spezielle Antirutschsohlen!<br />Handgefertigt!</p>', 'metaTitle' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaDescription' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaKeywords' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isMaster' => false, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isAfganLanding' => false), array('body' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_body'), 'top_content' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_top_content'), 'content' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_content'), 'bottom_content' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_bottom_content'), 'custom_modals' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_custom_modals'), 'to_top' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_to_top'), 'javascripts' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_javascripts'), 'article' => array(object(__TwigTemplate_4d0aeac0c3458780c694b7789e6dd6e1), 'block_article'), 'top_content_inside' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_top_content_inside')))
     (var/cache/dev/twig/7c/7c37ebaf943e575bd3dcb0e2ccb67c82.php:54)
  at __TwigTemplate_4d0aeac0c3458780c694b7789e6dd6e1->doDisplay(array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national'))), 'categoryTwig' => object(CategoryTwigExtension), 'banners' => object(BannersTwigExtension), 'catalog' => object(CatalogTwigExtension), 'config' => object(ConfigTwigExtension), 'geoip' => object(GeoIpDetector), 'imageTwig' => object(ImageTwigExtension), 'cartProcessor' => object(CartProcessor), 'session' => object(Session), 'cookiesHelper' => object(CookiesHelper), 'alerts' => object(AlertManager), 'shop' => object(ShopTwigExtension), 'app' => object(AppVariable), 'IMAGE_THUMB_LIMIT' => 5, 'OGP_DEFAULT_IMAGE' => 'https://www.posylka-test.colibo.io/images/logo.png', 'description' => '<p>Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.<br />Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhetisch und bequem, sondern auch atmungsaktiv und feuchtigkeitsregulierend und natürlich  kuschelig warm.<br />Spezielle Antirutschsohlen!<br />Handgefertigt!</p>', 'metaTitle' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaDescription' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaKeywords' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isMaster' => false, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isAfganLanding' => false), array('content' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_content'), 'article' => array(object(__TwigTemplate_4d0aeac0c3458780c694b7789e6dd6e1), 'block_article'), 'top_content_inside' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_top_content_inside'), 'custom_modals' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_custom_modals')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national'))), 'categoryTwig' => object(CategoryTwigExtension), 'banners' => object(BannersTwigExtension), 'catalog' => object(CatalogTwigExtension), 'config' => object(ConfigTwigExtension), 'geoip' => object(GeoIpDetector), 'imageTwig' => object(ImageTwigExtension), 'cartProcessor' => object(CartProcessor), 'session' => object(Session), 'cookiesHelper' => object(CookiesHelper), 'alerts' => object(AlertManager), 'shop' => object(ShopTwigExtension), 'app' => object(AppVariable), 'IMAGE_THUMB_LIMIT' => 5, 'OGP_DEFAULT_IMAGE' => 'https://www.posylka-test.colibo.io/images/logo.png', 'description' => '<p>Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.<br />Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhetisch und bequem, sondern auch atmungsaktiv und feuchtigkeitsregulierend und natürlich  kuschelig warm.<br />Spezielle Antirutschsohlen!<br />Handgefertigt!</p>', 'metaTitle' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaDescription' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaKeywords' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isMaster' => false, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isAfganLanding' => false), array('content' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_content'), 'article' => array(object(__TwigTemplate_4d0aeac0c3458780c694b7789e6dd6e1), 'block_article'), 'top_content_inside' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_top_content_inside'), 'custom_modals' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_custom_modals')))
     (var/cache/dev/twig/59/59fd54eced6ae4815f235e7ba42227fb.php:89)
  at __TwigTemplate_8637002d7a29f97a1295cbee9193e134->doDisplay(array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national'))), 'categoryTwig' => object(CategoryTwigExtension), 'banners' => object(BannersTwigExtension), 'catalog' => object(CatalogTwigExtension), 'config' => object(ConfigTwigExtension), 'geoip' => object(GeoIpDetector), 'imageTwig' => object(ImageTwigExtension), 'cartProcessor' => object(CartProcessor), 'session' => object(Session), 'cookiesHelper' => object(CookiesHelper), 'alerts' => object(AlertManager), 'shop' => object(ShopTwigExtension), 'app' => object(AppVariable), 'IMAGE_THUMB_LIMIT' => 5, 'OGP_DEFAULT_IMAGE' => 'https://www.posylka-test.colibo.io/images/logo.png', 'description' => '<p>Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.<br />Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhetisch und bequem, sondern auch atmungsaktiv und feuchtigkeitsregulierend und natürlich  kuschelig warm.<br />Spezielle Antirutschsohlen!<br />Handgefertigt!</p>', 'metaTitle' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaDescription' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'metaKeywords' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isMaster' => false, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'isAfganLanding' => false), array('top_content_inside' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_top_content_inside'), 'content' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_content'), 'custom_modals' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_custom_modals')))
     (vendor/twig/twig/src/Template.php:402)
  at Twig\Template->yield(array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national'))), 'categoryTwig' => object(CategoryTwigExtension), 'banners' => object(BannersTwigExtension), 'catalog' => object(CatalogTwigExtension), 'config' => object(ConfigTwigExtension), 'geoip' => object(GeoIpDetector), 'imageTwig' => object(ImageTwigExtension), 'cartProcessor' => object(CartProcessor), 'session' => object(Session), 'cookiesHelper' => object(CookiesHelper), 'alerts' => object(AlertManager), 'shop' => object(ShopTwigExtension), 'app' => object(AppVariable)), array('top_content_inside' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_top_content_inside'), 'content' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_content'), 'custom_modals' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_custom_modals')))
     (vendor/twig/twig/src/Template.php:358)
  at Twig\Template->display(array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national')))))
     (vendor/twig/twig/src/Template.php:373)
  at Twig\Template->render(array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national')))))
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render(array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national')))))
     (vendor/twig/twig/src/Environment.php:333)
  at Twig\Environment->render('Product/product.html.twig', array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national')))))
     (src/Controller/AppController.php:133)
  at App\Controller\AppController->doRenderView('Product/product.html.twig', null, array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national')))), 'render')
     (src/Controller/AppController.php:93)
  at App\Controller\AppController->doRender('Product/product.html.twig', null, array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national')))), null, 'render')
     (src/Controller/AppController.php:76)
  at App\Controller\AppController->render('Product/product.html.twig', array('meta' => array('title' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'description' => 'Sehr beliebt als perfektes Paar Hausschuhe sind die sogenannten Hüttenschuhe.Hüttenschuhe aus Lammfell mit dem Original  Pawlowski Possad Dekor sind die beste Wahl. Die Hausschuhe sind nicht nur ästhe', 'image' => 'https://d17f29b18ags6h.cloudfront.net/08/00/96/91/08009691_0.jpg'), 'gtmData' => '[    [        "consent",        "default",        {            "ad_storage": "denied",            "analytics_storage": "denied"        }    ],    {        "pageType": "product",        "ecommerce": {            "detail": {                "actionField": [],                "products": [                    {                        "id": "08009691",                        "name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                        "price": 37.82                    }                ]            }        }    }]', 'gaData' => '{    "event": "view_item",    "ecommerce": {        "items": [            {                "item_id": "08009691",                "item_name": "Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36",                "item_category": "bekleidung",                "price": 45,                "quantity": 1            }        ],        "value": 45,        "currency": "EUR"    }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Bekleidung', 'url' => 'https://www.posylka-test.colibo.io/de/bekleidung-c1448.html', 'isLinked' => true), array('text' => 'Schuhe', 'url' => 'https://www.posylka-test.colibo.io/de/schuhe-c1947.html', 'isLinked' => true), array('text' => 'Hausschuhe', 'url' => 'https://www.posylka-test.colibo.io/de/hausschuhe-c1953.html', 'isLinked' => true), array('text' => 'Hüttenschuhe mit Pawlowski Possad Dekor, Rot, Größe 36', 'url' => 'https://www.posylka-test.colibo.io/de/huettenschuhe-mit-pawlowski-possad-dekor-rot-groesse-36-08009691.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 0, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äu­ße­res'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Abmessungen')), 'zutatenGroup' => array(), 'allergeneGroup' => array(), 'methods' => array('shipping' => array('dhl_national' => array('title' => 'shipping.dhl_national.title', 'description' => 'shipping.dhl_national.description', 'amount' => 6.95, 'code' => 'dhl_national')))))
     (src/Controller/Pages/DocumentController.php:286)
  at App\Controller\Pages\DocumentController->productDetailAction(object(Request), '08009691')
     (vendor/symfony/http-kernel/HttpKernel.php:183)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:191)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:32)
  at require_once('/var/www/vendor/autoload_runtime.php')
     (public/index.php:5)