Exceptions
Exception
Twig\Error\ RuntimeError
Show exception properties
Twig\Error\RuntimeError {#2144 -lineno: 66 -rawMessage: "Impossible to access a key ("ru") 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 366)
// line 126if ((($tmp = (isset($context["oneProperty"]) || array_key_exists("oneProperty", $context) ? $context["oneProperty"] : (function () { throw new RuntimeError('Variable "oneProperty" does not exist.', 126, $this->source); })())) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {// line 127yield " ";yield from $this->load("Product/option.html.twig", 127)->unwrap()->yield(CoreExtension::merge($context, ["groesse" => true, "mauveProperty" => Twig\Extension\CoreExtension::first($this->env->getCharset(), // line 129(isset($context["mauveProperties"]) || array_key_exists("mauveProperties", $context) ? $context["mauveProperties"] : (function () { throw new RuntimeError('Variable "mauveProperties" does not exist.', 129, $this->source); })()))]));// line 131yield " ";} else {// line 132yield " ";
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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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 ("ru") 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, 'ru', array(), 'array', false, false, false, 66)
(var/cache/dev/twig/4d/4d266a4fc5add76394fae469918fbbfa.php:227)
at __TwigTemplate_a67edc42f572aacee7faa229625bd77b->doDisplay(array('meta' => array('title' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => '', 'metaTitle' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaDescription' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaKeywords' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'isAfganLanding' => false, 'shortDescription' => array('de' => '', 'ru' => '<ul><li>Качественная керамика</li><li>Оригинальный рисунок</li><li>Индивидуальная упаковка</li><li>Мыть только вручную</li></ul>'), 'titleShort' => 'Основные преимущества', 'mauveProperties' => array('mauve_Alter'), 'oneProperty' => true, 'groesse' => true, 'mauveProperty' => 'mauve_Alter', 'query' => null, 'productOptions' => array(array('sku' => '08053437', 'name' => 'Кружка - С Юбилеем 20, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 20, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_5.jpg', 'status' => true, 'md5' => '8421a19831c1938c64366ad86f1c7c78'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_7.jpg', 'status' => true, 'md5' => '817c730a763680255cac100ad20e89d3'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_9.jpg', 'status' => true, 'md5' => '05c17f7d02edb4a978edf98c8fc618a1')), 'price' => 5.95, 'value' => array('id' => 4917, 'ru' => '20', 'de' => '20')), array('sku' => '08053438', 'name' => 'Кружка - С Юбилеем 25, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 25, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/38/08053438_5.jpg', 'status' => true, 'md5' => 'fef18c87ee703f9fa6a3445cd7f87793'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/38/08053438_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/38/08053438_7.jpg', 'status' => true, 'md5' => '17b36d8764266aa91028f658840dd9a4'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/38/08053438_9.jpg', 'status' => true, 'md5' => '82c4901bc778d29bfae1e16864346d0c')), 'price' => 5.95, 'value' => array('id' => 4916, 'ru' => '25', 'de' => '25')), array('sku' => '08053469', 'name' => 'Кружка - С Юбилеем 30, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 30, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/69/08053469_5.jpg', 'status' => true, 'md5' => '452964a01b115795a2ee75c0f3f2ce2b'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/69/08053469_6.jpg', 'status' => true, 'md5' => '452964a01b115795a2ee75c0f3f2ce2b'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/69/08053469_7.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/69/08053469_8.jpg', 'status' => true, 'md5' => 'f38fcf35bbdc49f23c78a49b9b018176')), 'price' => 5.95, 'value' => null), array('sku' => '08053470', 'name' => 'Кружка - С Юбилеем 35, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 35, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/70/08053470_5.jpg', 'status' => true, 'md5' => 'd2efc24b41dcb8b37c67de19e3a3fa55'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/70/08053470_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/70/08053470_7.jpg', 'status' => true, 'md5' => '3a88304e4dfef74a0e6191e1141b1c82'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/70/08053470_9.jpg', 'status' => true, 'md5' => '26b0f0b8044fca6db4dec3644237625c')), 'price' => 5.95, 'value' => null), array('sku' => '08053467', 'name' => 'Кружка - С Юбилеем 40, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 40, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/67/08053467_5.jpg', 'status' => true, 'md5' => '6496d89495e4d1de40772dde6e33c92e'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/67/08053467_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/67/08053467_7.jpg', 'status' => true, 'md5' => '7e924d1362c1043ec7e6cf9df4363e7f'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/67/08053467_9.jpg', 'status' => true, 'md5' => '794a3533fe57f6001019a322229bdbb2')), 'price' => 5.95, 'value' => null), array('sku' => '08053468', 'name' => 'Кружка - С Юбилеем 45, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 45, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/68/08053468_5.jpg', 'status' => true, 'md5' => '2d045f30a909ebc4e934c440af19fa4b'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/68/08053468_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/68/08053468_7.jpg', 'status' => true, 'md5' => 'f04670588a8aff84d5432c39e9bf3bbf'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/68/08053468_9.jpg', 'status' => true, 'md5' => 'c761023683e04ef118d76a17632ed8d5')), 'price' => 5.95, 'value' => null), array('sku' => '08053440', 'name' => 'Кружка - С Юбилеем 50, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 50, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/40/08053440_5.jpg', 'status' => true, 'md5' => '68e1fa0299b5f2733e012f87e87f80b9'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/40/08053440_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/40/08053440_7.jpg', 'status' => true, 'md5' => '61e9afd7032beb498d5ce499975b7b1a'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/40/08053440_9.jpg', 'status' => true, 'md5' => '814c1d2b72934cd0fcd81588c763382f')), 'price' => 5.95, 'value' => null), array('sku' => '08053439', 'name' => 'Кружка - С Юбилеем 55, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 55, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/39/08053439_5.jpg', 'status' => true, 'md5' => '46becb03c872f314dce18fa65bc7aac0'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/39/08053439_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/39/08053439_7.jpg', 'status' => true, 'md5' => 'c061e62cc9a14a01c26697f5cb7fe821'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/39/08053439_9.jpg', 'status' => true, 'md5' => 'bdfe7de2aabdde21f43e8cc3aa46ea44')), 'price' => 5.95, 'value' => array('id' => 4804, 'ru' => '55', 'de' => '55')), array('sku' => '08053441', 'name' => 'Кружка - С Юбилеем 60, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 60, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/41/08053441_6.jpg', 'status' => true, 'md5' => '22a046b3691a3b95e518f753c5321f89'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/41/08053441_5.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/41/08053441_7.jpg', 'status' => true, 'md5' => 'f4b3ca49103831a33209ddf6eb3d48c2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/41/08053441_9.jpg', 'status' => true, 'md5' => '038832d3deaa64c15ee6c9ca777a935b')), 'price' => 5.95, 'value' => null), array('sku' => '08053442', 'name' => 'Кружка - С Юбилеем 65, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 65, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/42/08053442_5.jpg', 'status' => true, 'md5' => 'cb17beda72b7edbe1c2db06b0888596a'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/42/08053442_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/42/08053442_7.jpg', 'status' => true, 'md5' => 'f473098026c60b6d7ccef18e2bbced47'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/42/08053442_9.jpg', 'status' => true, 'md5' => '35323367d03298ae2f052c320b678eef')), 'price' => 5.95, 'value' => null), array('sku' => '08060865', 'name' => 'Кружка - С Юбилеем 70, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 70, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/65/08060865_5.jpg', 'status' => true, 'md5' => '65ffb17cd2c547a950657833b94da04c'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/65/08060865_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/65/08060865_7.jpg', 'status' => true, 'md5' => '127485b8f83905b38c4776840cee12ed'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/65/08060865_9.jpg', 'status' => true, 'md5' => '25a5a29dcbb68021b673669f4168a562')), 'price' => 5.95, 'value' => null), array('sku' => '08060864', 'name' => 'Кружка - С Юбилеем 75, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 75, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/64/08060864_5.jpg', 'status' => true, 'md5' => '8c75bdaa7d5c276b2ac8b29ac9a187f4'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/64/08060864_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/64/08060864_7.jpg', 'status' => true, 'md5' => 'ee1f3dd1a85daf77214275c45fee880b'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/64/08060864_9.jpg', 'status' => true, 'md5' => 'be1b08da0584b9fb3781824150ef8e2d')), 'price' => 5.95, 'value' => null), array('sku' => '08060863', 'name' => 'Кружка - С Юбилеем 80, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 80, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/63/08060863_5.jpg', 'status' => true, 'md5' => 'b9bf790dab4e89f1171005268268dc4e'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/63/08060863_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/63/08060863_7.jpg', 'status' => true, 'md5' => '85a626d99f2e1d3bc343c7700bddc8a0'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/63/08060863_9.jpg', 'status' => true, 'md5' => '2b17360a817888a7718b8d6c8dd20739')), 'price' => 5.95, 'value' => array('id' => 4799, 'ru' => '80', 'de' => '80')), array('sku' => '08060862', 'name' => 'Кружка - С Юбилеем 85, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 85, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/62/08060862_5.jpg', 'status' => true, 'md5' => '3d53404510733d66d80089b2d8acf633'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/62/08060862_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/62/08060862_7.jpg', 'status' => true, 'md5' => '95b97a369f1419265789ba1778c130ac'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/62/08060862_9.jpg', 'status' => true, 'md5' => '6a417e725807e785210f7c7cb6f760ff')), 'price' => 5.95, 'value' => null), array('sku' => '08060861', 'name' => 'Кружка - С Юбилеем 90, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 90, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/61/08060861_5.jpg', 'status' => true, 'md5' => '1b45d2c0036f8d0954f9595abe9b6352'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/61/08060861_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/61/08060861_7.jpg', 'status' => true, 'md5' => '7da95222e2f03536e32c773a7e8ad2fb'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/61/08060861_9.jpg', 'status' => true, 'md5' => '340c5306792c62135c88cc59ca0736b6')), 'price' => 5.95, 'value' => null)), 'overrideDropdownSelect' => false, 'classes' => array(), 'is_coupon' => false, 'couponValue' => null, 'class' => 'non-selected', 'propertyName' => 'Возраст', 'propertyKey' => array('sku' => '08053437', 'name' => 'Кружка - С Юбилеем 20, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 20, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_5.jpg', 'status' => true, 'md5' => '8421a19831c1938c64366ad86f1c7c78'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_7.jpg', 'status' => true, 'md5' => '817c730a763680255cac100ad20e89d3'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_9.jpg', 'status' => true, 'md5' => '05c17f7d02edb4a978edf98c8fc618a1')), 'price' => 5.95, 'value' => array('id' => 4917, 'ru' => '20', 'de' => '20')), '_parent' => array('meta' => array('title' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => '', 'metaTitle' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaDescription' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaKeywords' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'isAfganLanding' => false, 'shortDescription' => array('de' => '', 'ru' => '<ul><li>Качественная керамика</li><li>Оригинальный рисунок</li><li>Индивидуальная упаковка</li><li>Мыть только вручную</li></ul>'), 'titleShort' => 'Основные преимущества', 'mauveProperties' => array('mauve_Alter'), 'oneProperty' => true, 'groesse' => true, 'mauveProperty' => 'mauve_Alter', 'query' => null, 'productOptions' => array(array('sku' => '08053437', 'name' => 'Кружка - С Юбилеем 20, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 20, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_5.jpg', 'status' => true, 'md5' => '8421a19831c1938c64366ad86f1c7c78'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_7.jpg', 'status' => true, 'md5' => '817c730a763680255cac100ad20e89d3'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_9.jpg', 'status' => true, 'md5' => '05c17f7d02edb4a978edf98c8fc618a1')), 'price' => 5.95, 'value' => array('id' => 4917, 'ru' => '20', 'de' => '20')), array('sku' => '08053438', 'name' => 'Кружка - С Юбилеем 25, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 25, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/38/08053438_5.jpg', 'status' => true, 'md5' => 'fef18c87ee703f9fa6a3445cd7f87793'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/38/08053438_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/38/08053438_7.jpg', 'status' => true, 'md5' => '17b36d8764266aa91028f658840dd9a4'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/38/08053438_9.jpg', 'status' => true, 'md5' => '82c4901bc778d29bfae1e16864346d0c')), 'price' => 5.95, 'value' => array('id' => 4916, 'ru' => '25', 'de' => '25')), array('sku' => '08053469', 'name' => 'Кружка - С Юбилеем 30, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 30, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/69/08053469_5.jpg', 'status' => true, 'md5' => '452964a01b115795a2ee75c0f3f2ce2b'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/69/08053469_6.jpg', 'status' => true, 'md5' => '452964a01b115795a2ee75c0f3f2ce2b'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/69/08053469_7.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/69/08053469_8.jpg', 'status' => true, 'md5' => 'f38fcf35bbdc49f23c78a49b9b018176')), 'price' => 5.95, 'value' => null), array('sku' => '08053470', 'name' => 'Кружка - С Юбилеем 35, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 35, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/70/08053470_5.jpg', 'status' => true, 'md5' => 'd2efc24b41dcb8b37c67de19e3a3fa55'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/70/08053470_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/70/08053470_7.jpg', 'status' => true, 'md5' => '3a88304e4dfef74a0e6191e1141b1c82'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/70/08053470_9.jpg', 'status' => true, 'md5' => '26b0f0b8044fca6db4dec3644237625c')), 'price' => 5.95, 'value' => null), array('sku' => '08053467', 'name' => 'Кружка - С Юбилеем 40, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 40, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/67/08053467_5.jpg', 'status' => true, 'md5' => '6496d89495e4d1de40772dde6e33c92e'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/67/08053467_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/67/08053467_7.jpg', 'status' => true, 'md5' => '7e924d1362c1043ec7e6cf9df4363e7f'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/67/08053467_9.jpg', 'status' => true, 'md5' => '794a3533fe57f6001019a322229bdbb2')), 'price' => 5.95, 'value' => null), array('sku' => '08053468', 'name' => 'Кружка - С Юбилеем 45, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 45, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/68/08053468_5.jpg', 'status' => true, 'md5' => '2d045f30a909ebc4e934c440af19fa4b'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/68/08053468_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/68/08053468_7.jpg', 'status' => true, 'md5' => 'f04670588a8aff84d5432c39e9bf3bbf'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/68/08053468_9.jpg', 'status' => true, 'md5' => 'c761023683e04ef118d76a17632ed8d5')), 'price' => 5.95, 'value' => null), array('sku' => '08053440', 'name' => 'Кружка - С Юбилеем 50, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 50, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/40/08053440_5.jpg', 'status' => true, 'md5' => '68e1fa0299b5f2733e012f87e87f80b9'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/40/08053440_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/40/08053440_7.jpg', 'status' => true, 'md5' => '61e9afd7032beb498d5ce499975b7b1a'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/40/08053440_9.jpg', 'status' => true, 'md5' => '814c1d2b72934cd0fcd81588c763382f')), 'price' => 5.95, 'value' => null), array('sku' => '08053439', 'name' => 'Кружка - С Юбилеем 55, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 55, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/39/08053439_5.jpg', 'status' => true, 'md5' => '46becb03c872f314dce18fa65bc7aac0'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/39/08053439_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/39/08053439_7.jpg', 'status' => true, 'md5' => 'c061e62cc9a14a01c26697f5cb7fe821'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/39/08053439_9.jpg', 'status' => true, 'md5' => 'bdfe7de2aabdde21f43e8cc3aa46ea44')), 'price' => 5.95, 'value' => array('id' => 4804, 'ru' => '55', 'de' => '55')), array('sku' => '08053441', 'name' => 'Кружка - С Юбилеем 60, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 60, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/41/08053441_6.jpg', 'status' => true, 'md5' => '22a046b3691a3b95e518f753c5321f89'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/41/08053441_5.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/41/08053441_7.jpg', 'status' => true, 'md5' => 'f4b3ca49103831a33209ddf6eb3d48c2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/41/08053441_9.jpg', 'status' => true, 'md5' => '038832d3deaa64c15ee6c9ca777a935b')), 'price' => 5.95, 'value' => null), array('sku' => '08053442', 'name' => 'Кружка - С Юбилеем 65, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 65, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/42/08053442_5.jpg', 'status' => true, 'md5' => 'cb17beda72b7edbe1c2db06b0888596a'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/42/08053442_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/42/08053442_7.jpg', 'status' => true, 'md5' => 'f473098026c60b6d7ccef18e2bbced47'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/42/08053442_9.jpg', 'status' => true, 'md5' => '35323367d03298ae2f052c320b678eef')), 'price' => 5.95, 'value' => null), array('sku' => '08060865', 'name' => 'Кружка - С Юбилеем 70, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 70, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/65/08060865_5.jpg', 'status' => true, 'md5' => '65ffb17cd2c547a950657833b94da04c'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/65/08060865_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/65/08060865_7.jpg', 'status' => true, 'md5' => '127485b8f83905b38c4776840cee12ed'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/65/08060865_9.jpg', 'status' => true, 'md5' => '25a5a29dcbb68021b673669f4168a562')), 'price' => 5.95, 'value' => null), array('sku' => '08060864', 'name' => 'Кружка - С Юбилеем 75, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 75, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/64/08060864_5.jpg', 'status' => true, 'md5' => '8c75bdaa7d5c276b2ac8b29ac9a187f4'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/64/08060864_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/64/08060864_7.jpg', 'status' => true, 'md5' => 'ee1f3dd1a85daf77214275c45fee880b'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/64/08060864_9.jpg', 'status' => true, 'md5' => 'be1b08da0584b9fb3781824150ef8e2d')), 'price' => 5.95, 'value' => null), array('sku' => '08060863', 'name' => 'Кружка - С Юбилеем 80, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 80, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/63/08060863_5.jpg', 'status' => true, 'md5' => 'b9bf790dab4e89f1171005268268dc4e'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/63/08060863_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/63/08060863_7.jpg', 'status' => true, 'md5' => '85a626d99f2e1d3bc343c7700bddc8a0'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/63/08060863_9.jpg', 'status' => true, 'md5' => '2b17360a817888a7718b8d6c8dd20739')), 'price' => 5.95, 'value' => array('id' => 4799, 'ru' => '80', 'de' => '80')), array('sku' => '08060862', 'name' => 'Кружка - С Юбилеем 85, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 85, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/62/08060862_5.jpg', 'status' => true, 'md5' => '3d53404510733d66d80089b2d8acf633'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/62/08060862_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/62/08060862_7.jpg', 'status' => true, 'md5' => '95b97a369f1419265789ba1778c130ac'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/62/08060862_9.jpg', 'status' => true, 'md5' => '6a417e725807e785210f7c7cb6f760ff')), 'price' => 5.95, 'value' => null), array('sku' => '08060861', 'name' => 'Кружка - С Юбилеем 90, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 90, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/61/08060861_5.jpg', 'status' => true, 'md5' => '1b45d2c0036f8d0954f9595abe9b6352'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/61/08060861_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/61/08060861_7.jpg', 'status' => true, 'md5' => '7da95222e2f03536e32c773a7e8ad2fb'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/61/08060861_9.jpg', 'status' => true, 'md5' => '340c5306792c62135c88cc59ca0736b6')), 'price' => 5.95, 'value' => null)), 'overrideDropdownSelect' => false, 'classes' => array(), 'is_coupon' => false, 'couponValue' => null, 'class' => 'non-selected', 'propertyName' => 'Возраст', 'propertyKey' => array('sku' => '08053437', 'name' => 'Кружка - С Юбилеем 20, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 20, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_5.jpg', 'status' => true, 'md5' => '8421a19831c1938c64366ad86f1c7c78'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_7.jpg', 'status' => true, 'md5' => '817c730a763680255cac100ad20e89d3'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_9.jpg', 'status' => true, 'md5' => '05c17f7d02edb4a978edf98c8fc618a1')), 'price' => 5.95, 'value' => array('id' => 4917, 'ru' => '20', 'de' => '20'))), '_seq' => array(array('sku' => '08053437', 'name' => 'Кружка - С Юбилеем 20, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 20, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_5.jpg', 'status' => true, 'md5' => '8421a19831c1938c64366ad86f1c7c78'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_7.jpg', 'status' => true, 'md5' => '817c730a763680255cac100ad20e89d3'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/37/08053437_9.jpg', 'status' => true, 'md5' => '05c17f7d02edb4a978edf98c8fc618a1')), 'price' => 5.95, 'value' => array('id' => 4917, 'ru' => '20', 'de' => '20')), array('sku' => '08053438', 'name' => 'Кружка - С Юбилеем 25, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 25, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/38/08053438_5.jpg', 'status' => true, 'md5' => 'fef18c87ee703f9fa6a3445cd7f87793'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/38/08053438_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/38/08053438_7.jpg', 'status' => true, 'md5' => '17b36d8764266aa91028f658840dd9a4'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/38/08053438_9.jpg', 'status' => true, 'md5' => '82c4901bc778d29bfae1e16864346d0c')), 'price' => 5.95, 'value' => array('id' => 4916, 'ru' => '25', 'de' => '25')), array('sku' => '08053469', 'name' => 'Кружка - С Юбилеем 30, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 30, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/69/08053469_5.jpg', 'status' => true, 'md5' => '452964a01b115795a2ee75c0f3f2ce2b'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/69/08053469_6.jpg', 'status' => true, 'md5' => '452964a01b115795a2ee75c0f3f2ce2b'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/69/08053469_7.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/69/08053469_8.jpg', 'status' => true, 'md5' => 'f38fcf35bbdc49f23c78a49b9b018176')), 'price' => 5.95, 'value' => null), array('sku' => '08053470', 'name' => 'Кружка - С Юбилеем 35, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 35, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/70/08053470_5.jpg', 'status' => true, 'md5' => 'd2efc24b41dcb8b37c67de19e3a3fa55'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/70/08053470_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/70/08053470_7.jpg', 'status' => true, 'md5' => '3a88304e4dfef74a0e6191e1141b1c82'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/70/08053470_9.jpg', 'status' => true, 'md5' => '26b0f0b8044fca6db4dec3644237625c')), 'price' => 5.95, 'value' => null), array('sku' => '08053467', 'name' => 'Кружка - С Юбилеем 40, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 40, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/67/08053467_5.jpg', 'status' => true, 'md5' => '6496d89495e4d1de40772dde6e33c92e'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/67/08053467_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/67/08053467_7.jpg', 'status' => true, 'md5' => '7e924d1362c1043ec7e6cf9df4363e7f'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/67/08053467_9.jpg', 'status' => true, 'md5' => '794a3533fe57f6001019a322229bdbb2')), 'price' => 5.95, 'value' => null), array('sku' => '08053468', 'name' => 'Кружка - С Юбилеем 45, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 45, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/68/08053468_5.jpg', 'status' => true, 'md5' => '2d045f30a909ebc4e934c440af19fa4b'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/68/08053468_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/68/08053468_7.jpg', 'status' => true, 'md5' => 'f04670588a8aff84d5432c39e9bf3bbf'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/68/08053468_9.jpg', 'status' => true, 'md5' => 'c761023683e04ef118d76a17632ed8d5')), 'price' => 5.95, 'value' => null), array('sku' => '08053440', 'name' => 'Кружка - С Юбилеем 50, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 50, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/40/08053440_5.jpg', 'status' => true, 'md5' => '68e1fa0299b5f2733e012f87e87f80b9'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/40/08053440_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/40/08053440_7.jpg', 'status' => true, 'md5' => '61e9afd7032beb498d5ce499975b7b1a'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/40/08053440_9.jpg', 'status' => true, 'md5' => '814c1d2b72934cd0fcd81588c763382f')), 'price' => 5.95, 'value' => null), array('sku' => '08053439', 'name' => 'Кружка - С Юбилеем 55, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 55, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/39/08053439_5.jpg', 'status' => true, 'md5' => '46becb03c872f314dce18fa65bc7aac0'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/39/08053439_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/39/08053439_7.jpg', 'status' => true, 'md5' => 'c061e62cc9a14a01c26697f5cb7fe821'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/39/08053439_9.jpg', 'status' => true, 'md5' => 'bdfe7de2aabdde21f43e8cc3aa46ea44')), 'price' => 5.95, 'value' => array('id' => 4804, 'ru' => '55', 'de' => '55')), array('sku' => '08053441', 'name' => 'Кружка - С Юбилеем 60, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 60, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/41/08053441_6.jpg', 'status' => true, 'md5' => '22a046b3691a3b95e518f753c5321f89'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/41/08053441_5.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/41/08053441_7.jpg', 'status' => true, 'md5' => 'f4b3ca49103831a33209ddf6eb3d48c2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/41/08053441_9.jpg', 'status' => true, 'md5' => '038832d3deaa64c15ee6c9ca777a935b')), 'price' => 5.95, 'value' => null), array('sku' => '08053442', 'name' => 'Кружка - С Юбилеем 65, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 65, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/42/08053442_5.jpg', 'status' => true, 'md5' => 'cb17beda72b7edbe1c2db06b0888596a'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/42/08053442_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/42/08053442_7.jpg', 'status' => true, 'md5' => 'f473098026c60b6d7ccef18e2bbced47'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/42/08053442_9.jpg', 'status' => true, 'md5' => '35323367d03298ae2f052c320b678eef')), 'price' => 5.95, 'value' => null), array('sku' => '08060865', 'name' => 'Кружка - С Юбилеем 70, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 70, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/65/08060865_5.jpg', 'status' => true, 'md5' => '65ffb17cd2c547a950657833b94da04c'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/65/08060865_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/65/08060865_7.jpg', 'status' => true, 'md5' => '127485b8f83905b38c4776840cee12ed'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/65/08060865_9.jpg', 'status' => true, 'md5' => '25a5a29dcbb68021b673669f4168a562')), 'price' => 5.95, 'value' => null), array('sku' => '08060864', 'name' => 'Кружка - С Юбилеем 75, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 75, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/64/08060864_5.jpg', 'status' => true, 'md5' => '8c75bdaa7d5c276b2ac8b29ac9a187f4'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/64/08060864_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/64/08060864_7.jpg', 'status' => true, 'md5' => 'ee1f3dd1a85daf77214275c45fee880b'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/64/08060864_9.jpg', 'status' => true, 'md5' => 'be1b08da0584b9fb3781824150ef8e2d')), 'price' => 5.95, 'value' => null), array('sku' => '08060863', 'name' => 'Кружка - С Юбилеем 80, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 80, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/63/08060863_5.jpg', 'status' => true, 'md5' => 'b9bf790dab4e89f1171005268268dc4e'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/63/08060863_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/63/08060863_7.jpg', 'status' => true, 'md5' => '85a626d99f2e1d3bc343c7700bddc8a0'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/63/08060863_9.jpg', 'status' => true, 'md5' => '2b17360a817888a7718b8d6c8dd20739')), 'price' => 5.95, 'value' => array('id' => 4799, 'ru' => '80', 'de' => '80')), array('sku' => '08060862', 'name' => 'Кружка - С Юбилеем 85, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 85, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/62/08060862_5.jpg', 'status' => true, 'md5' => '3d53404510733d66d80089b2d8acf633'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/62/08060862_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/62/08060862_7.jpg', 'status' => true, 'md5' => '95b97a369f1419265789ba1778c130ac'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/62/08060862_9.jpg', 'status' => true, 'md5' => '6a417e725807e785210f7c7cb6f760ff')), 'price' => 5.95, 'value' => null), array('sku' => '08060861', 'name' => 'Кружка - С Юбилеем 90, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 90, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/61/08060861_5.jpg', 'status' => true, 'md5' => '1b45d2c0036f8d0954f9595abe9b6352'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/61/08060861_6.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/61/08060861_7.jpg', 'status' => true, 'md5' => '7da95222e2f03536e32c773a7e8ad2fb'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/61/08060861_9.jpg', 'status' => true, 'md5' => '340c5306792c62135c88cc59ca0736b6')), 'price' => 5.95, 'value' => null)), 'option' => array('sku' => '08053469', 'name' => 'Кружка - С Юбилеем 30, керамика, 330 мл', 'mauve_property' => 'mauve_Alter', 'property_name' => 'Возраст', 'sort' => 30, 'images' => array(array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/69/08053469_5.jpg', 'status' => true, 'md5' => '452964a01b115795a2ee75c0f3f2ce2b'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/69/08053469_6.jpg', 'status' => true, 'md5' => '452964a01b115795a2ee75c0f3f2ce2b'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/69/08053469_7.jpg', 'status' => true, 'md5' => '5a9da3f192c3e2dfa559121f2b07b5b2'), array('url' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/05/34/69/08053469_8.jpg', 'status' => true, 'md5' => 'f38fcf35bbdc49f23c78a49b9b018176')), 'price' => 5.95, 'value' => null), '_key' => 2, 'value' => '25', 'selected' => ''), array())
(vendor/twig/twig/src/Template.php:402)
at Twig\Template->yield(array('meta' => array('title' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => '', 'metaTitle' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaDescription' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaKeywords' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'isAfganLanding' => false, 'shortDescription' => array('de' => '', 'ru' => '<ul><li>Качественная керамика</li><li>Оригинальный рисунок</li><li>Индивидуальная упаковка</li><li>Мыть только вручную</li></ul>'), 'titleShort' => 'Основные преимущества', 'mauveProperties' => array('mauve_Alter'), 'oneProperty' => true, 'groesse' => true, 'mauveProperty' => 'mauve_Alter'))
(var/cache/dev/twig/59/59fd54eced6ae4815f235e7ba42227fb.php:366)
at __TwigTemplate_8637002d7a29f97a1295cbee9193e134->block_content(array('meta' => array('title' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => '', 'metaTitle' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaDescription' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaKeywords' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'isAfganLanding' => false, 'shortDescription' => array('de' => '', 'ru' => '<ul><li>Качественная керамика</li><li>Оригинальный рисунок</li><li>Индивидуальная упаковка</li><li>Мыть только вручную</li></ul>'), 'titleShort' => 'Основные преимущества', 'mauveProperties' => array('mauve_Alter'), 'oneProperty' => true), array('body' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_body'), 'top_content' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_top_content'), 'content' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_content'), 'bottom_content' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_bottom_content'), 'custom_modals' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_custom_modals'), 'to_top' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_to_top'), 'javascripts' => array(object(__TwigTemplate_ae42fb6cceef4996b07984a893d0d01a), 'block_javascripts'), 'article' => array(object(__TwigTemplate_4d0aeac0c3458780c694b7789e6dd6e1), 'block_article'), 'top_content_inside' => array(object(__TwigTemplate_8637002d7a29f97a1295cbee9193e134), 'block_top_content_inside')))
(vendor/twig/twig/src/Template.php:446)
at Twig\Template->yieldBlock('content', array('meta' => array('title' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => '', 'metaTitle' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaDescription' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaKeywords' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => '', 'metaTitle' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaDescription' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaKeywords' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => '', 'metaTitle' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaDescription' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaKeywords' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => '', 'metaTitle' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaDescription' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaKeywords' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => '', 'metaTitle' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaDescription' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaKeywords' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => '', 'metaTitle' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaDescription' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaKeywords' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => '', 'metaTitle' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaDescription' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaKeywords' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => '', 'metaTitle' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaDescription' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'metaKeywords' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'isMaster' => true, 'isNamed' => false, 'isCoupon' => false, 'currency' => 'EUR', 'name' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'description' => '', 'image' => 'https://posylka-images.s3.eu-central-1.amazonaws.com/08/06/08/59/08060859_1.jpg'), 'gtmData' => '[ [ "consent", "default", { "ad_storage": "denied", "analytics_storage": "denied" } ], { "pageType": "product", "ecommerce": { "detail": { "actionField": [], "products": [ { "id": "08060859", "name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "price": 5 } ] } } }]', 'gaData' => '{ "event": "view_item", "ecommerce": { "items": [ { "item_id": "08060859", "item_name": "Кружка - С Юбилеем - любая дата, керамика, 330 мл", "item_category": "kuhnya", "price": 5.95, "quantity": 1 } ], "value": 5.95, "currency": "EUR" }}', 'breadcrumbs' => array(array('text' => 'Главная', 'url' => 'https://www.posylka-test.colibo.io/ru/', 'isLinked' => true, 'isHome' => true), array('text' => 'Кухня', 'url' => 'https://www.posylka-test.colibo.io/ru/kuhnya-c1425.html', 'isLinked' => true), array('text' => 'Столовая посуда', 'url' => 'https://www.posylka-test.colibo.io/ru/stolovaya-posuda-c1476.html', 'isLinked' => true), array('text' => 'Кружки', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhki-c1478.html', 'isLinked' => true), array('text' => 'Кружка - С Юбилеем - любая дата, керамика, 330 мл', 'url' => 'https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html', 'isLinked' => false)), 'locale' => 'ru', '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)), 'name' => 'Внешний вид'), array('sort' => 3, 'attributes' => array(object(Document)), 'name' => 'Комплектация'), array('sort' => 4, 'attributes' => array(object(Document)), 'name' => 'Технические параметры'), array('sort' => 5, 'attributes' => array(object(Document)), 'name' => 'Назначение'), array('sort' => 6, 'attributes' => array(object(Document), object(Document), object(Document)), 'name' => 'Общее'), array('sort' => 7, 'attributes' => array(object(Document), object(Document)), 'name' => 'Функционал'), array('sort' => 999, 'attributes' => array(object(Document), object(Document), object(Document), object(Document)), 'name' => 'Габариты')), '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), '08060859')
(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)
|