Exceptions
Exception
Twig\Error\ RuntimeError
Show exception properties
Twig\Error\RuntimeError {#1960 -lineno: 66 -rawMessage: "Impossible to access a key ("de") on a null variable." -source: Twig\Source {#1402 -code: """ {% set query = app.request.query.get('q') ?: session.get('search_query') %}\n {% set locale = app.request.locale %}\n \n {% set productOptions = product.getChildsList(locale) %}\n {% set overrideDropdownSelect = overrideDropdownSelect is defined ? overrideDropdownSelect : false %}\n {% set classes = classes is defined ? classes : [] %}\n \n {% set is_coupon = false %}\n {% set couponValue = null %}\n {% if couponOptions is defined and couponOptions is not empty %}\n {% set is_coupon = true %}\n {% if couponOptions.mauve_Wert is defined and couponOptions.mauve_Wert is not empty %}\n {% set couponValue = couponOptions.mauve_Wert %}\n {% endif %}\n {% endif %}\n \n {% set class = '' %}\n {% if couponValue is empty %}\n {% set class = 'non-selected' %}\n {% endif %}\n \n <div class="option-selection">\n {% set propertyName = "option"|trans({}, 'product') %}\n {% for option in productOptions %}\n {% if option.property_name is not empty %}\n {% set propertyName = option.property_name %}\n {% endif %}\n {% endfor %}\n \n {{ propertyName }}:\n {% set propertyKey = productOptions|first %}\n <span class="option-value js_product_{{ mauveProperty }} {{ class }}">\n {% if couponValue is empty %}\n {{ "unselected"|trans({}, 'product') }}\n {% else %}\n {{ couponValue }}\n {% endif %}\n </span>\n </div>\n \n {% if overrideDropdownSelect == true %}\n <span class="mdl-cell--hide-desktop">\n {% include 'Product/select_options.html.twig' with {\n options: productOptions\n } %}\n </span>\n <span class="hide-phone hide-mid-phone hide-tablet">\n <div class="options-grid {{ groesse is defined ? 'with-groesse' : '' }} {{ classes | join(' ') }}">\n {% for option in productOptions %}\n {% set value = option.value[locale]|trim %}\n {% set selected = (query is defined and query == option.sku) ? 'selected' : '' %}\n <a class="gray-link options-grid-item {{ selected }} {{ optionItemClass is defined ? optionItemClass : '' }}"\n data-sku="{{ option.sku }}">{{ value }}</a>\n {% endfor %}\n </div>\n </span>\n {% else %}\n \n {% if productOptions|length > 20 %}\n {% include 'Product/select_options.html.twig' with {\n options: productOptions\n } %}\n {% else %}\n <div class="options-grid {{ groesse is defined ? 'with-groesse' : '' }}">\n {% for option in productOptions %}\n {% set value = option.value[locale]|trim %}\n {% set selected = (query is defined and query == option.sku) ? 'selected' : '' %}\n <a class="gray-link options-grid-item {{ selected }} {{ optionItemClass is defined ? optionItemClass : '' }}"\n data-sku="{{ option.sku }}">{{ value }}</a>\n {% endfor %}\n </div>\n {% endif %}\n \n {% endif %}\n \n {# TRANSLATIONS LABEL #}\n <input type="hidden" name="options.unselected.label" value="{{ "unselected"|trans({}, 'product') }}">\n <input type="hidden" name="options.results.label" value="{{ "results"|trans({}, 'search') }}">\n <input type="hidden" name="options.no_results.label" value="{{ "search.no_results"|trans({}, 'messages') }}">\n <input type="hidden" name="" value="{{ query }}" class="js_child_query">\n \n """ -name: "Product/option.html.twig" -path: "/var/www/templates/Product/option.html.twig" } -phpFile: "/var/www/vendor/twig/twig/src/Extension/CoreExtension.php" -phpLine: 1749 }
in
templates/Product/option.html.twig
(line 66)
options: productOptions} %}{% else %}<div class="options-grid {{ groesse is defined ? 'with-groesse' : '' }}">{% for option in productOptions %}{% set value = option.value[locale]|trim %}{% set selected = (query is defined and query == option.sku) ? 'selected' : '' %}<a class="gray-link options-grid-item {{ selected }} {{ optionItemClass is defined ? optionItemClass : '' }}"data-sku="{{ option.sku }}">{{ value }}</a>{% endfor %}</div>
in
var/cache/dev/twig/4d/4d266a4fc5add76394fae469918fbbfa.php
::
getAttribute
(line 227)
$context['_parent'] = $context;$context['_seq'] = CoreExtension::ensureTraversable((isset($context["productOptions"]) || array_key_exists("productOptions", $context) ? $context["productOptions"] : (function () { throw new RuntimeError('Variable "productOptions" does not exist.', 65, $this->source); })()));foreach ($context['_seq'] as $context["_key"] => $context["option"]) {// line 66yield " ";$context["value"] = Twig\Extension\CoreExtension::trim(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["option"], "value", [], "any", false, false, false, 66), (isset($context["locale"]) || array_key_exists("locale", $context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.', 66, $this->source); })()), [], "array", false, false, false, 66));// line 67yield " ";$context["selected"] = (((array_key_exists("query", $context) && ((isset($context["query"]) || array_key_exists("query", $context) ? $context["query"] : (function () { throw new RuntimeError('Variable "query" does not exist.', 67, $this->source); })()) == CoreExtension::getAttribute($this->env, $this->source, $context["option"], "sku", [], "any", false, false, false, 67)))) ? ("selected") : (""));// line 68yield " <a class=\"gray-link options-grid-item ";
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/59/59fd54eced6ae4815f235e7ba42227fb.php
->
yield
(line 392)
foreach ($context['_seq'] as $context["_key"] => $context["propertyName"]) {// line 133yield " ";yield from $this->load("Product/option.html.twig", 133)->unwrap()->yield(CoreExtension::merge($context, ["groesse" => true, "mauveProperty" => // line 135$context["propertyName"], "couponOptions" => // line 136(isset($context["couponOptions"]) || array_key_exists("couponOptions", $context) ? $context["couponOptions"] : (function () { throw new RuntimeError('Variable "couponOptions" does not exist.', 136, $this->source); })())]));// line 138yield " ";++$context['loop']['index0'];++$context['loop']['index'];$context['loop']['first'] = false;
in
vendor/twig/twig/src/Template.php
->
block_content
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');}if (null !== $template) {try {yield from $template->$block($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($template->getSourceContext());}
in
var/cache/dev/twig/03/034af590a5fc8e71a1127708d050ef48.php
->
yieldBlock
(line 196)
// line 52yield "";// line 54yield " ";yield from $this->unwrap()->yieldBlock('content', $context, $blocks);// line 55yield "";// line 56yield from $this->unwrap()->yieldBlock('bottom_content', $context, $blocks);
in
vendor/twig/twig/src/Template.php
->
block_body
(line 446)
throw new \LogicException('A block must be a method on a \Twig\Template instance.');}if (null !== $template) {try {yield from $template->$block($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($template->getSourceContext());}
in
var/cache/dev/twig/03/034af590a5fc8e71a1127708d050ef48.php
->
yieldBlock
(line 112)
// line 21yield "";// line 23yield from $this->unwrap()->yieldBlock('body', $context, $blocks);// line 81yield "";// line 83yield from $this->unwrap()->yieldBlock('to_top', $context, $blocks);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/7c/7c37ebaf943e575bd3dcb0e2ccb67c82.php
->
yield
(line 54)
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Layout/1-column.html.twig"));$this->parent = $this->load("Layout/layout.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
var/cache/dev/twig/59/59fd54eced6ae4815f235e7ba42227fb.php
->
yield
(line 89)
// line 214$context["subscribeVisible"] = false;}// line 1$this->parent = $this->load("Layout/1-column.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in
vendor/twig/twig/src/Template.php
->
doDisplay
(line 402)
{$context += $this->env->getGlobals();$blocks = array_merge($this->blocks, $blocks);try {yield from $this->doDisplay($context, $blocks);} catch (Error $e) {if (!$e->getSourceContext()) {$e->setSourceContext($this->getSourceContext());}
in
vendor/twig/twig/src/Template.php
->
yield
(line 358)
return $this->blocks;}public function display(array $context, array $blocks = []): void{foreach ($this->yield($context, $blocks) as $data) {echo $data;}}public function render(array $context): string
in
vendor/twig/twig/src/Template.php
->
display
(line 373)
ob_start();} else {ob_start(function () { return ''; });}try {$this->display($context);} catch (\Throwable $e) {while (ob_get_level() > $level) {ob_end_clean();}
in
vendor/twig/twig/src/TemplateWrapper.php
->
render
(line 51)
yield from $this->template->yieldBlock($name, $context);}public function render(array $context = []): string{return $this->template->render($context);}/*** @return void*/
in
vendor/twig/twig/src/Environment.php
->
render
(line 333)
* @throws SyntaxError When an error occurred during compilation* @throws RuntimeError When an error occurred during rendering*/public function render($name, array $context = []): string{return $this->load($name)->render($context);}/*** Displays a template.*
Environment->render('Product/product.html.twig', array('meta' => array('title' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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)
if (null !== $block) {return $this->twig->load($view)->renderBlock($block, $parameters);}return $this->twig->render($view, $parameters);}/*** @param string $view* @param string $block
AppController->doRenderView('Product/product.html.twig', null, array('meta' => array('title' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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)
* @throws SyntaxError* @throws Throwable*/private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response{$content = $this->doRenderView($view, $block, $parameters, $method);$response ??= new Response();if (200 === $response->getStatusCode()) {foreach ($parameters as $v) {if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
AppController->doRender('Product/product.html.twig', null, array('meta' => array('title' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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)
* @throws SyntaxError* @throws Throwable*/protected function render(string $view, array $parameters = [], ?Response $response = null): Response{return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}/*** @param string $view* @param string|null $block
AppController->render('Product/product.html.twig', array('meta' => array('title' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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)
'price' => $product->getPrice(),'locale' => $locale], $this->getUser()?->getId());}return $this->render("Product/product.html.twig",['meta' => $this->meta->buildProductMeta($product, $locale),'gtmData' => $gtmData,'gaData' => $gaData,
in
vendor/symfony/http-kernel/HttpKernel.php
->
productDetailAction
(line 183)
$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);$controller = $event->getController();$arguments = $event->getArguments();// call controller$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 191)
if (!$this->handlingHttpCache) {$this->resetServices = true;}try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php
->
handle
(line 35)
) {}public function run(): int{$response = $this->kernel->handle($this->request);if (Kernel::VERSION_ID >= 60400) {$response->send(false);if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in
vendor/autoload_runtime.php
->
run
(line 32)
$app = $app(...$args);exit($runtime->getRunner($app)->run());
<?phpuse App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) {return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};
Logs
No log messages
Stack Trace
|
RuntimeError
|
|---|
Twig\Error\RuntimeError:
Impossible to access a key ("de") on a null variable in "Product/option.html.twig" at line 66.
at templates/Product/option.html.twig:66
at Twig\Extension\CoreExtension::getAttribute(object(Environment), object(Source), null, 'de', array(), 'array', false, false, false, 66)
(var/cache/dev/twig/4d/4d266a4fc5add76394fae469918fbbfa.php:227)
at __TwigTemplate_a67edc42f572aacee7faa229625bd77b->doDisplay(array('meta' => array('title' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isAfganLanding' => false, 'shortDescription' => array('ru' => '', 'de' => ''), 'mauveProperties' => array('mauve_Größe'), 'oneProperty' => false, 'loop' => array('parent' => array('meta' => array('title' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isAfganLanding' => false, 'shortDescription' => array('ru' => '', 'de' => ''), 'mauveProperties' => array('mauve_Größe'), 'oneProperty' => false), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 0, 'revindex' => 1, 'length' => 1, 'last' => true), 'propertyName' => 'Größe', 'groesse' => true, 'mauveProperty' => 'mauve_Größe', 'query' => null, 'productOptions' => array(array('sku' => '08113349', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %, 50 x 100 cm', 'mauve_property' => 'mauve_Größe', 'property_name' => 'Größe', 'sort' => 0, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/49/08113349_0.jpg', 'status' => true, 'md5' => '5b58e032bddf48cfd49c78de49b11767')), 'price' => 12.95, 'value' => array('id' => 4921, 'ru' => '50 х 100 см', 'de' => '50 х 100 cm')), array('sku' => '08113330', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %, 70 x 140 cm', 'mauve_property' => 'mauve_Größe', 'property_name' => 'Größe', 'sort' => 0, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/30/08113330_0.jpg', 'status' => true, 'md5' => '5b58e032bddf48cfd49c78de49b11767')), 'price' => 15.95, 'value' => null)), 'overrideDropdownSelect' => false, 'classes' => array(), 'is_coupon' => false, 'couponValue' => null, 'class' => 'non-selected', '_parent' => array('meta' => array('title' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isAfganLanding' => false, 'shortDescription' => array('ru' => '', 'de' => ''), 'mauveProperties' => array('mauve_Größe'), 'oneProperty' => false, 'loop' => array('parent' => array('meta' => array('title' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isAfganLanding' => false, 'shortDescription' => array('ru' => '', 'de' => ''), 'mauveProperties' => array('mauve_Größe'), 'oneProperty' => false), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 0, 'revindex' => 1, 'length' => 1, 'last' => true), 'propertyName' => 'Größe', 'groesse' => true, 'mauveProperty' => 'mauve_Größe', 'query' => null, 'productOptions' => array(array('sku' => '08113349', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %, 50 x 100 cm', 'mauve_property' => 'mauve_Größe', 'property_name' => 'Größe', 'sort' => 0, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/49/08113349_0.jpg', 'status' => true, 'md5' => '5b58e032bddf48cfd49c78de49b11767')), 'price' => 12.95, 'value' => array('id' => 4921, 'ru' => '50 х 100 см', 'de' => '50 х 100 cm')), array('sku' => '08113330', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %, 70 x 140 cm', 'mauve_property' => 'mauve_Größe', 'property_name' => 'Größe', 'sort' => 0, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/30/08113330_0.jpg', 'status' => true, 'md5' => '5b58e032bddf48cfd49c78de49b11767')), 'price' => 15.95, 'value' => null)), 'overrideDropdownSelect' => false, 'classes' => array(), 'is_coupon' => false, 'couponValue' => null, 'class' => 'non-selected', '_parent' => array('meta' => array('title' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isAfganLanding' => false, 'shortDescription' => array('ru' => '', 'de' => ''), 'mauveProperties' => array('mauve_Größe'), 'oneProperty' => false), '_seq' => array('mauve_Größe'), '_key' => 0, 'propertyKey' => array('sku' => '08113349', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %, 50 x 100 cm', 'mauve_property' => 'mauve_Größe', 'property_name' => 'Größe', 'sort' => 0, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/49/08113349_0.jpg', 'status' => true, 'md5' => '5b58e032bddf48cfd49c78de49b11767')), 'price' => 12.95, 'value' => array('id' => 4921, 'ru' => '50 х 100 см', 'de' => '50 х 100 cm'))), '_seq' => array(array('sku' => '08113349', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %, 50 x 100 cm', 'mauve_property' => 'mauve_Größe', 'property_name' => 'Größe', 'sort' => 0, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/49/08113349_0.jpg', 'status' => true, 'md5' => '5b58e032bddf48cfd49c78de49b11767')), 'price' => 12.95, 'value' => array('id' => 4921, 'ru' => '50 х 100 см', 'de' => '50 х 100 cm')), array('sku' => '08113330', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %, 70 x 140 cm', 'mauve_property' => 'mauve_Größe', 'property_name' => 'Größe', 'sort' => 0, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/30/08113330_0.jpg', 'status' => true, 'md5' => '5b58e032bddf48cfd49c78de49b11767')), 'price' => 15.95, 'value' => null)), '_key' => 1, 'propertyKey' => array('sku' => '08113349', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %, 50 x 100 cm', 'mauve_property' => 'mauve_Größe', 'property_name' => 'Größe', 'sort' => 0, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/49/08113349_0.jpg', 'status' => true, 'md5' => '5b58e032bddf48cfd49c78de49b11767')), 'price' => 12.95, 'value' => array('id' => 4921, 'ru' => '50 х 100 см', 'de' => '50 х 100 cm')), 'option' => array('sku' => '08113330', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %, 70 x 140 cm', 'mauve_property' => 'mauve_Größe', 'property_name' => 'Größe', 'sort' => 0, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/30/08113330_0.jpg', 'status' => true, 'md5' => '5b58e032bddf48cfd49c78de49b11767')), 'price' => 15.95, 'value' => null), 'value' => '50 х 100 cm', 'selected' => ''), array())
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield(array('meta' => array('title' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isAfganLanding' => false, 'shortDescription' => array('ru' => '', 'de' => ''), 'mauveProperties' => array('mauve_Größe'), 'oneProperty' => false, '_parent' => array('meta' => array('title' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isAfganLanding' => false, 'shortDescription' => array('ru' => '', 'de' => ''), 'mauveProperties' => array('mauve_Größe'), 'oneProperty' => false), '_seq' => array('mauve_Größe'), 'loop' => array('parent' => array('meta' => array('title' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isAfganLanding' => false, 'shortDescription' => array('ru' => '', 'de' => ''), 'mauveProperties' => array('mauve_Größe'), 'oneProperty' => false), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 0, 'revindex' => 1, 'length' => 1, 'last' => true), 'propertyName' => 'mauve_Größe', '_key' => 0, 'groesse' => true, 'mauveProperty' => 'mauve_Größe'))
(var/cache/dev/twig/59/59fd54eced6ae4815f235e7ba42227fb.php:392)
at __TwigTemplate_8637002d7a29f97a1295cbee9193e134->block_content(array('meta' => array('title' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isAfganLanding' => false, 'shortDescription' => array('ru' => '', 'de' => ''), 'mauveProperties' => array('mauve_Größe'), 'oneProperty' => false, '_parent' => array('meta' => array('title' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isAfganLanding' => false, 'shortDescription' => array('ru' => '', 'de' => ''), 'mauveProperties' => array('mauve_Größe'), 'oneProperty' => false), '_seq' => array('mauve_Größe'), 'loop' => array('parent' => array('meta' => array('title' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isAfganLanding' => false, 'shortDescription' => array('ru' => '', 'de' => ''), 'mauveProperties' => array('mauve_Größe'), 'oneProperty' => false), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 0, 'revindex' => 1, 'length' => 1, 'last' => true), 'propertyName' => 'mauve_Größe', '_key' => 0), 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('content', array('meta' => array('title' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', '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:196)
at __TwigTemplate_ae42fb6cceef4996b07984a893d0d01a->block_body(array('meta' => array('title' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', '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' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', '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' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', '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' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', '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' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', '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' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', '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' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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>Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.</p><p>WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch maschinelle Stickerei aufgebracht ist – dies gewährleistet eine hohe Langlebigkeit und eine ansprechende Optik.</p><p>Dem Handtuch liegt außerdem ein kleiner Aufkleber mit einer Erläuterung des Namens bei.</p>', 'metaTitle' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaDescription' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'metaKeywords' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', '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' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'description' => 'Humorliebhaber werden unsere Handtücher mit originellen und humorvollen Namen zu schätzen wissen.WICHTIGER HINWEIS: Bitte beachten Sie, dass der Name auf dem Handtuch "VechIrinka" durch masc', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/11/33/31/08113331_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08113331", "name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "price": 10.88 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08113331", "item_name": "Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %", "item_category": "bad-sauna", "price": 12.95, "quantity": 1 } ], "value": 12.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Startseite', 'url' => 'https://www.posylka-test.colibo.io/de/', 'isLinked' => true, 'isHome' => true), array('text' => 'Haus / Garten', 'url' => 'https://www.posylka-test.colibo.io/de/haus-garten-c1431.html', 'isLinked' => true), array('text' => 'Textilien für das Bad', 'url' => 'https://www.posylka-test.colibo.io/de/textilien-fuer-das-bad-c2501.html', 'isLinked' => true), array('text' => 'Handtücher', 'url' => 'https://www.posylka-test.colibo.io/de/handtuecher-c1517.html', 'isLinked' => true), array('text' => 'Handtuch - VechIrinka, Farbe rot, Baumwolle 100 %', 'url' => 'https://www.posylka-test.colibo.io/de/handtuch-vechirinka-farbe-rot-baumwolle-100-08113331.html', 'isLinked' => false)), 'locale' => 'de', 'pageType' => 'product', 'product' => object(Product), 'cartProduct' => object(Product), 'couponOptions' => array(), 'reviews' => array(), 'reviewsAvg' => 0, 'attributeGroups' => array(array('sort' => 2, 'attributes' => array(object(Document), object(Document), object(Document), object(Document), object(Document)), 'name' => 'Äußeres'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Lieferumfang'), array('sort' => 4, 'attributes' => array(object(Document), object(Document)), 'name' => 'Technische Daten'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Verwendung'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Allgemein'), array('sort' => 7, 'attributes' => array(object(Document)), 'name' => 'Funktionen'), array('sort' => 999, 'attributes' => array(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), '08113331')
(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)
|