Error 500 Internal Server Error

GET https://www.posylka-test.colibo.io/ru/kruzhka-s-yubileem-lyubaya-data-keramika-330-ml-08060859.html

Forwarded to ErrorController (48d8f9)

Exceptions

Impossible to access a key ("ru") on a null variable in Product/option.html.twig at line 66.

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
}
  1. options: productOptions
  2. } %}
  3. {% else %}
  4. <div class="options-grid {{ groesse is defined ? 'with-groesse' : '' }}">
  5. {% for option in productOptions %}
  6. {% set value = option.value[locale]|trim %}
  7. {% set selected = (query is defined and query == option.sku) ? 'selected' : '' %}
  8. <a class="gray-link options-grid-item {{ selected }} {{ optionItemClass is defined ? optionItemClass : '' }}"
  9. data-sku="{{ option.sku }}">{{ value }}</a>
  10. {% endfor %}
  11. </div>
  1. $context['_parent'] = $context;
  2. $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); })()));
  3. foreach ($context['_seq'] as $context["_key"] => $context["option"]) {
  4. // line 66
  5. yield " ";
  6. $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));
  7. // line 67
  8. yield " ";
  9. $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") : (""));
  10. // line 68
  11. yield " <a class=\"gray-link options-grid-item ";
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. // line 126
  2. if ((($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)) {
  3. // line 127
  4. yield " ";
  5. 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
  6. (isset($context["mauveProperties"]) || array_key_exists("mauveProperties", $context) ? $context["mauveProperties"] : (function () { throw new RuntimeError('Variable "mauveProperties" does not exist.', 129, $this->source); })()))]));
  7. // line 131
  8. yield " ";
  9. } else {
  10. // line 132
  11. yield " ";
in vendor/twig/twig/src/Template.php -> block_content (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. // line 52
  2. yield "
  3. ";
  4. // line 54
  5. yield " ";
  6. yield from $this->unwrap()->yieldBlock('content', $context, $blocks);
  7. // line 55
  8. yield "
  9. ";
  10. // line 56
  11. yield from $this->unwrap()->yieldBlock('bottom_content', $context, $blocks);
in vendor/twig/twig/src/Template.php -> block_body (line 446)
  1. throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2. }
  3. if (null !== $template) {
  4. try {
  5. yield from $template->$block($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($template->getSourceContext());
  9. }
  1. // line 21
  2. yield "
  3. ";
  4. // line 23
  5. yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
  6. // line 81
  7. yield "
  8. ";
  9. // line 83
  10. yield from $this->unwrap()->yieldBlock('to_top', $context, $blocks);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Layout/1-column.html.twig"));
  3. $this->parent = $this->load("Layout/layout.html.twig", 1);
  4. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  5. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  6. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. // line 214
  2. $context["subscribeVisible"] = false;
  3. }
  4. // line 1
  5. $this->parent = $this->load("Layout/1-column.html.twig", 1);
  6. yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
  7. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  8. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 402)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 373)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
Environment->render('Product/product.html.twig', array('meta' => array('title' => 'Кружка - С Юбилеем - любая дата, керамика, 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)
  1. if (null !== $block) {
  2. return $this->twig->load($view)->renderBlock($block, $parameters);
  3. }
  4. return $this->twig->render($view, $parameters);
  5. }
  6. /**
  7. * @param string $view
  8. * @param string $block
AppController->doRenderView('Product/product.html.twig', null, array('meta' => array('title' => 'Кружка - С Юбилеем - любая дата, керамика, 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)
  1. * @throws SyntaxError
  2. * @throws Throwable
  3. */
  4. private function doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response
  5. {
  6. $content = $this->doRenderView($view, $block, $parameters, $method);
  7. $response ??= new Response();
  8. if (200 === $response->getStatusCode()) {
  9. foreach ($parameters as $v) {
  10. if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) {
AppController->doRender('Product/product.html.twig', null, array('meta' => array('title' => 'Кружка - С Юбилеем - любая дата, керамика, 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)
  1. * @throws SyntaxError
  2. * @throws Throwable
  3. */
  4. protected function render(string $view, array $parameters = [], ?Response $response = null): Response
  5. {
  6. return $this->doRender($view, null, $parameters, $response, __FUNCTION__);
  7. }
  8. /**
  9. * @param string $view
  10. * @param string|null $block
AppController->render('Product/product.html.twig', array('meta' => array('title' => 'Кружка - С Юбилеем - любая дата, керамика, 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)
  1. 'price' => $product->getPrice(),
  2. 'locale' => $locale
  3. ], $this->getUser()?->getId());
  4. }
  5. return $this->render(
  6. "Product/product.html.twig",
  7. [
  8. 'meta' => $this->meta->buildProductMeta($product, $locale),
  9. 'gtmData' => $gtmData,
  10. 'gaData' => $gaData,
in vendor/symfony/http-kernel/HttpKernel.php -> productDetailAction (line 183)
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. if (!$this->handlingHttpCache) {
  2. $this->resetServices = true;
  3. }
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 32)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/var/www/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5. return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs

No log messages

Stack Trace

RuntimeError
Twig\Error\RuntimeError:
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)