https://dev.artecon.426.agency/

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"7LfNYprs+Q8="
_route_params
null
_stopwatch_token
"49b53d"
exception
Twig\Error\SyntaxError {#29006
  #message: "The block 'cms_form_newsletter_input_email' has already been defined line 18."
  #code: 0
  #file: "/var/www/dev.artecon.426.agency/custom/plugins/zenitPlatformStratus/src/Resources/views/storefront/component/footer/zen-footer-newsletter.html.twig"
  #line: 40
  -lineno: 40
  -name: "@zenitPlatformStratus/storefront/component/footer/zen-footer-newsletter.html.twig"
  -rawMessage: "The block 'cms_form_newsletter_input_email' has already been defined line 18."
  -sourcePath: "/var/www/dev.artecon.426.agency/custom/plugins/zenitPlatformStratus/src/Resources/views/storefront/component/footer/zen-footer-newsletter.html.twig"
  -sourceCode: """
    {% sw_extends '@Storefront/storefront/element/cms-element-form/form-types/newsletter-form.html.twig' %}\n
    \n
    {% block cms_form_newsletter %}\n
        <div class="cms-block cms-block-form newsletter-block">\n
            <div class="cms-element-form">\n
                <div class="footer-newsletter-content" data-newsletter-privacy="true">\n
                    {# ... content will be overwritten by success message #}\n
                    <p class="newsletter-inner-text">{{ "zentheme.footer.newsletterContent"|trans }}</p>\n
    \n
                    <form action="{{ path(action) }}"\n
                          method="post"\n
                          data-form-csrf-handler="true"\n
                          data-form-validation="true">\n
    \n
                        <div class="form-content">\n
                            <div class="form-row row">\n
                                <div class="footer-newsletter-column-input-email input-group col">\n
                                    {% block cms_form_newsletter_input_email %}\n
                                        {% sw_include '@Storefront/storefront/element/cms-element-form/form-components/cms-element-form-input.html.twig'\n
                                            with {\n
                                            fieldName: 'email',\n
                                            type: 'email',\n
                                            required: true,\n
                                            additionalClass: 'flex-fill mb-0',\n
                                            label: 'newsletter.labelMail',\n
                                            placeholder: 'newsletter.placeholderMail'\n
                                        }\n
                                        %}\n
                                    {% endblock %}\n
    \n
                                    {% block cms_form_newsletter_submit %}\n
                                        <div class="input-group-append">\n
                                            <button type="submit" class="btn btn-primary"\n
                                                    aria-label="{{ "general.formSubmit"|trans|striptags }}">\n
                                                {% sw_icon 'arrow-head-right' %}\n
                                            </button>\n
                                        </div>\n
                                    {% endblock %}\n
                                </div> <div class="footer-newsletter-column-input-email input-group col">\n
                                    {% block cms_form_newsletter_input_email %}\n
                                        {% sw_include '@Storefront/storefront/element/cms-element-form/form-components/cms-element-form-input.html.twig'\n
                                            with {\n
                                            fieldName: 'email',\n
                                            type: 'email',\n
                                            required: true,\n
                                            additionalClass: 'flex-fill mb-0',\n
                                            label: 'newsletter.labelMail',\n
                                            placeholder: 'newsletter.placeholderMail'\n
                                        }\n
                                        %}\n
                                    {% endblock %}\n
    \n
                                    {% block cms_form_newsletter_submit %}\n
                                        <div class="input-group-append">\n
                                            <button type="submit" class="btn btn-primary"\n
                                                    aria-label="{{ "general.formSubmit"|trans|striptags }}">\n
                                                {% sw_icon 'arrow-head-right' %}\n
                                            </button>\n
                                        </div>\n
                                    {% endblock %}\n
                                </div>\n
                                <div class="w-100"></div>\n
                                {% block cms_form_newsletter_privacy %}\n
                                    <div class="footer-column-newsletter-privacy col">\n
                                        {% sw_include '@Storefront/storefront/element/cms-element-form/form-components/cms-element-form-privacy.html.twig' with {\n
                                            _key: 'footer'\n
                                        } %}\n
                                    </div>\n
                                {% endblock %}\n
                            </div>\n
    \n
                            {% block cms_form_newsletter_additional_fields %}{% endblock %}\n
    \n
                            {% sw_include '@Storefront/storefront/component/captcha/base.html.twig' with { additionalClass : 'col-md-12'} %}\n
    \n
                            {% block cms_form_newsletter_required_fields_info %}{% endblock %}\n
                        </div>\n
    \n
                        {% block cms_form_newsletter_hidden_fields %}\n
                            <div class="form-hidden-fields">\n
                                {% block cms_form_newsletter_csrf %}\n
                                    {{ sw_csrf(action) }}\n
                                {% endblock %}\n
    \n
                                <input type="hidden" name="option" value="{{ constant('Shopware\\Storefront\\Controller\\FormController::SUBSCRIBE') }}">\n
                                <input type="submit" class="submit--hidden d-none" />\n
                            </div>\n
                        {% endblock %}\n
                    </form>\n
                </div>\n
            </div>\n
        </div>\n
    {% endblock %}\n
    """
  trace: {
    /var/www/dev.artecon.426.agency/custom/plugins/zenitPlatformStratus/src/Resources/views/storefront/component/footer/zen-footer-newsletter.html.twig:40 {
      Twig\TokenParser\BlockTokenParser->parse(Token $token): Node …
      › </div> <div class="footer-newsletter-column-input-email input-group col">    {% block cms_form_newsletter_input_email %}        {% sw_include '@Storefront/storefront/element/cms-element-form/form-components/cms-element-form-input.html.twig'
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Parser.php:170 {
      Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
      › $subparser->setParser($this);$node = $subparser->parse($token);if (null !== $node) {
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/TokenParser/BlockTokenParser.php:47 {
      Twig\TokenParser\BlockTokenParser->parse(Token $token): Node …
      › if ($stream->nextIf(/* Token::BLOCK_END_TYPE */ 3)) {    $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);    if ($token = $stream->nextIf(/* Token::NAME_TYPE */ 5)) {
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Parser.php:170 {
      Twig\Parser->subparse($test, bool $dropNeedle = false): Node …
      › $subparser->setParser($this);$node = $subparser->parse($token);if (null !== $node) {
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Parser.php:83 {
      Twig\Parser->parse(TokenStream $stream, $test = null, bool $dropNeedle = false): ModuleNode …
      › try {    $body = $this->subparse($test, $dropNeedle);}
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Environment.php:488 {
      Twig\Environment->parse(TokenStream $stream): ModuleNode …
      › 
      ›     return $this->parser->parse($stream);}
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Environment.php:516 {
      Twig\Environment->compileSource(Source $source): string …
      › try {    return $this->compile($this->parse($this->tokenize($source)));} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Environment.php:348 {
      Twig\Environment->loadTemplate(string $cls, string $name, int $index = null): Template …
      › $source = $this->getLoader()->getSourceContext($name);$content = $this->compileSource($source);$this->cache->write($key, $content);
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:322 {
      Twig\Template->loadTemplate($template, $templateName = null, $line = null, $index = null) …
      › 
      ›     return $this->env->loadTemplate($class, $template, $index);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/custom/plugins/zenitPlatformStratus/src/Resources/views/storefront/layout/footer/footer.html.twig:109 {
      __TwigTemplate_73093cf782d610099b5104a4134a257d->block_zen_layout_footer_navigation_newsletter_content($context, array $blocks = []) …
      ›         }%}    </div></div>
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/custom/plugins/zenitPlatformStratus/src/Resources/views/storefront/layout/footer/footer.html.twig:112 {
      __TwigTemplate_73093cf782d610099b5104a4134a257d->block_zen_layout_footer_navigation_newsletter($context, array $blocks = []) …
      ›     {% endblock %}
      › "in __TwigTemplate_73093cf782d610099b5104a4134a257d->block_zen_layout_footer_navigation_newsletter($context, array $blocks = [])"
      › </div>
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/custom/plugins/zenitPlatformStratus/src/Resources/views/storefront/layout/footer/footer.html.twig:116 {
      __TwigTemplate_73093cf782d610099b5104a4134a257d->block_layout_footer_navigation($context, array $blocks = []) …
      › {% endblock %}
      › "in __TwigTemplate_73093cf782d610099b5104a4134a257d->block_layout_footer_navigation($context, array $blocks = [])"
      › {% block zen_layout_footer_navigation_social %}
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/custom/plugins/zenitPlatformStratus/src/Resources/views/storefront/layout/footer/footer.html.twig:342 {
      __TwigTemplate_73093cf782d610099b5104a4134a257d->block_layout_footer_inner_container($context, array $blocks = []) …
      › {% endblock %}
      › "in __TwigTemplate_73093cf782d610099b5104a4134a257d->block_layout_footer_inner_container($context, array $blocks = [])"
      › {% block layout_footer_bottom %}
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/1e/1e11709163ac2766550b90b2bd391eb9c0cc8dfae9c3b3e824a87a432e97fead.php:70 {
      __TwigTemplate_498f99d8429b97ac70d2a82fdb7adda8->doDisplay(array $context, array $blocks = []) …
      › // line 1$this->displayBlock('layout_footer_inner_container', $context, $blocks);}
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/e3/e377f990d471ead831c8e2b9e0b4785302a3bd779e523d1cd60c6469e3d54222.php:92 {
      __TwigTemplate_73093cf782d610099b5104a4134a257d->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("@Storefront/storefront/layout/footer/footer.html.twig", "@zenitPlatformStratus/storefront/layout/footer/footer.html.twig", 2);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/7a/7a4f61ef6a26d3cc3888a8f1769c32b4a67a36c3616c7f1658cb105b65554b9e.php:52 {
      __TwigTemplate_461a0addcb2a12cbc85273c633edc8f6->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("@zenitPlatformStratus/storefront/layout/footer/footer.html.twig", "@SwagPayPal/storefront/layout/footer/footer.html.twig", 2);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/0e/0ebb50027952c1c0539854cf0a9427608c659ba8d55e5269f3c14025101d9cce.php:55 {
      __TwigTemplate_59614ad9e5faa06eef98a72cd4738c8f->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("@SwagPayPal/storefront/layout/footer/footer.html.twig", "@FourtwosixThemeExtension/storefront/layout/footer/footer.html.twig", 2);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/dev.artecon.426.agency/vendor/shopware/storefront/Resources/views/storefront/base.html.twig:92 {
      __TwigTemplate_ff68fca5de82476621a4039e92b36d0d->block_base_footer_inner($context, array $blocks = []) …
      ›         {% sw_include '@Storefront/storefront/layout/footer/footer.html.twig' %}    {% endblock %}</footer>
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/shopware/storefront/Resources/views/storefront/base.html.twig:93 {
      __TwigTemplate_ff68fca5de82476621a4039e92b36d0d->block_base_footer($context, array $blocks = []) …
      ›         {% endblock %}    </footer>{% endblock %}
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/4c/4c1c08be6cf8cf0a77497594dd6118871291c05f4209adfbf9caf9025a66b3c5.php:181 {
      __TwigTemplate_466d4adcb6ffe79e0809a1411c676c6c->block_base_body_inner($context, array $blocks = []) …
      › // line 679$this->displayBlock("base_footer", $context, $blocks);echo "
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:134 {
      Twig\Template->displayParentBlock($name, array $context, array $blocks = []) …
      › } elseif (false !== $parent = $this->getParent($context)) {    $parent->displayBlock($name, $context, $blocks, false);} else {
    }
    /var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/d7/d71404058e0696184963f16143520d37884f5af5e9aec0675e52756632d5eba5.php:71 {
      __TwigTemplate_7797e15dc3c4cf29e6ac2c7eb9a5dc37->block_base_body_inner($context, array $blocks = []) …
      › echo "    ";$this->displayParentBlock("base_body_inner", $context, $blocks);echo "
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/shopware/storefront/Resources/views/storefront/base.html.twig:96 {
      __TwigTemplate_ff68fca5de82476621a4039e92b36d0d->block_base_body($context, array $blocks = []) …
      › {% endblock %}
      › "in __TwigTemplate_ff68fca5de82476621a4039e92b36d0d->block_base_body($context, array $blocks = [])"
      › {% block base_scroll_up %}
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/shopware/storefront/Resources/views/storefront/base.html.twig:208 {
      __TwigTemplate_ff68fca5de82476621a4039e92b36d0d->doDisplay(array $context, array $blocks = []) …
      › {% endblock %}</html>}
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/4c/4c1c08be6cf8cf0a77497594dd6118871291c05f4209adfbf9caf9025a66b3c5.php:106 {
      __TwigTemplate_466d4adcb6ffe79e0809a1411c676c6c->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("@Storefront/storefront/base.html.twig", "@zenitPlatformStratus/storefront/base.html.twig", 2);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/d7/d71404058e0696184963f16143520d37884f5af5e9aec0675e52756632d5eba5.php:50 {
      __TwigTemplate_7797e15dc3c4cf29e6ac2c7eb9a5dc37->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("@zenitPlatformStratus/storefront/base.html.twig", "@MoorlFoundation/storefront/base.html.twig", 2);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/8d/8d48a1d9e8862bf49328c6d6b6615c6a8eb696acc4f9a9d0a6f6a7a771c70bab.php:50 {
      __TwigTemplate_8c376756f5d7d94ec6828830a6fb6871->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("@MoorlFoundation/storefront/base.html.twig", "@FourtwosixPhoneValidation/storefront/base.html.twig", 2);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/8e/8eb7bd085fb0e5a4a24491884857d0a85ec895de2ff8ce9b9861a7d4918c5cf9.php:51 {
      __TwigTemplate_543a180a7c97553801e724037ba799a0->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("@FourtwosixPhoneValidation/storefront/base.html.twig", "@DIScoGA4/storefront/base.html.twig", 2);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/a9/a91fd1306714d07b2242671f5fe9ab7b8cfb16a1597277e9738de79fa1b24d76.php:54 {
      __TwigTemplate_d123da103b8214ab8d8763853af5c5d9->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("@DIScoGA4/storefront/base.html.twig", "@Storefront/storefront/page/content/index.html.twig", 2);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/d0/d0f178813ebd1949a5f46e1fe2b49d8d304763cf70aa85c50598d63ddcda0276.php:54 {
      __TwigTemplate_3214e12056cf726b8d7947b7a8dbc538->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("@Storefront/storefront/page/content/index.html.twig", "@zenitPlatformStratus/storefront/page/content/index.html.twig", 2);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/TemplateWrapper.php:40 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
    }
    /var/www/dev.artecon.426.agency/vendor/twig/twig/src/Environment.php:277 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /var/www/dev.artecon.426.agency/vendor/shopware/storefront/Controller/StorefrontController.php:233 {
      Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
      › if (isset($this->twig)) {    return $this->twig->render($view, $parameters);}
    }
    /var/www/dev.artecon.426.agency/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);}
    /var/www/dev.artecon.426.agency/vendor/shopware/storefront/Controller/StorefrontController.php:70 {
      Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
      › $response = Profiler::trace('twig-rendering', function () use ($view, $event) {    return $this->render($view, $event->getParameters(), new StorefrontResponse());});
    }
    /var/www/dev.artecon.426.agency/vendor/shopware/core/Profiling/Profiler.php:59 {
      Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
      › 
      ›     $result = $closure();} finally {
    }
    /var/www/dev.artecon.426.agency/vendor/shopware/storefront/Controller/StorefrontController.php:71 {
      Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
      ›     return $this->render($view, $event->getParameters(), new StorefrontResponse());});}
    /var/www/dev.artecon.426.agency/vendor/shopware/storefront/Controller/NavigationController.php:50 {
      Shopware\Storefront\Controller\NavigationController->home(Request $request, SalesChannelContext $context): Response …
      › 
      ›     return $this->renderStorefront('@Storefront/storefront/page/content/index.html.twig', ['page' => $page]);}
    }
    /var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
      Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
      › try {    return $kernel->handle($request, $type, $catch);} finally {
    }
    /var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php:479 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, Response $entry = null) …
      › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
    /var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php:452 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false) …
      › 
      › $response = $this->forward($subRequest, $catch);}
    /var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php:346 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false) …
      › 
      ›     return $this->fetch($request, $catch);}
    }
    /var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php:224 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › } else {    $response = $this->lookup($request, $catch);}
    }
    /var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php:154 {
      Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
      › 
      › $response = $kernel->handle($transformed, $type, $catch);}
    /var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php:79 {
      Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
      › try {    return $this->doHandle($request, (int) $type, (bool) $catch);} catch (\Doctrine\DBAL\Exception $e) {
    }
    /var/www/dev.artecon.426.agency/public/index.php:85 {
      › 
      › $result = $kernel->handle($request);}
  }
}
logger
Symfony\Bridge\Monolog\Logger {#277 …8}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"en-US,en;q=0.9,it;q=0.8,it-IT;q=0.7,de;q=0.6"
cache-control
"max-age=0"
connection
"keep-alive"
cookie
"timezone=Europe/Rome; _dis_ga=_ga; _dis_gtag=_gtag; zen_google_fonts=1; _dis_gads=_gads; _gcl_au=1.1.1921316719.1721917008; _ga=GA1.1.1840805534.1721917008; _ga_2QYCHENNSE=GS1.1.1721976172.2.1.1721979154.60.0.0; cookie-preference=1; csrf[frontend.account.login]=de5c4a4948cc5b633ff91d2607.eXFJ-M9jkOsBPIS9aFfjqEbZz7-sOTg4uQgP__EMtO4.HQkjn_cupsZHaePfBy6CnxDg_srZUXQI2kBbqbR-5NYOIAqUrSv3qkVZwQ; csrf[frontend.account.register.save]=510c12.JR0ESDb1ykaaoUpem04RAugXDSoyvd_B17iBictNaMk.YnZHBmC8kA7g2QBvyyFdN99eeW0D9o32gMDq7qZ1WKRMclMYTqWMK_-Ufg; session-=4di6mvrarn9029t89h2ou13qui; sw-states=logged-in%2Ccart-filled; csrf[frontend.account.newsletter]=a33dfa1853f47221405560eade40e.nNBTm0UOVbu_JjDbh2PV5BGiqmvS71c8IaXoV0TMWdE.15YSyxF9IO7uSWqrsiDssFLq7iT_p2J2SuSkBAH6I6CkvQXtMGcH6dxNcQ; csrf[frontend.account.order.cancel]=a79e493ea6e44a7be41a.k89sNOmxNGDkgI7gwTynSWtAVmLhSg2GpXmXEXr2VHY.4oY0a9HlbAbJ07usiF-QJlh3YzbXB2Dl4iPdYQjFGyTRuStN3skEU6Ot_Q; csrf[frontend.checkout.product.add-by-number]=a8c46ec4b98aa.DKzVnBmqMBnLYO4NJQ4B4NG7Ewx525SIlwVpb16O91o.Q52EsXCHBHK7K7hUR0pmkeD6f0pNnOfd8FcCQgH-hztezrb3fcBgWPolqw; csrf[frontend.checkout.promotion.add]=b104e88431f51c315b8.sh2XqTLM732db4mPrJeb-gJw9AHCqJ3qVJAJcP6CUIE.iiza2m252xjHJ_O-__2tnk4brXiU3cXSZ9ZgSLn6NvmBd6PuQrm7LdgByA; csrf[frontend.acris-tax.vat-id-validation]=3aeb90dcb6d0188ea7184ed05c4.2luSxl-e0xLtDOyeUz7RVHf7mS_Fc8JZfSP4DfcSGLI.nxD19Az65iSkdq77O3-9Exu57FqiBrAJF3uqPqJNV_uuM-SoNPDiXN84uQ; sw-cache-hash=474cfbb11f05e2d1096467f499396f7c; csrf[frontend.account.addressbook]=72111ca1d11298b786bc.c-Ow3jcKPL6WqXGpnzuGV2q8kFzgkBjulqAoS-BsBws.RYjXpEVtc8_PhD75rW23OBnxxm6N6Wuv29hLMrotYWoRl-iQVGNE0OTKEg; csrf[frontend.checkout.line-item.change-quantity]=1c23bfda2cc51a.bVrq0Vd0Fm-_J5-fgoNhe__E1PgmXCT5zj2dtaJ4Jms.VA-QuSIadSj9Eu7w0dQLJJWFg6gLKnSop3r7xu0acToCd4bgOSBiBPRkzg; csrf[frontend.checkout.line-item.delete]=3a3a9a9e38948.zAhHcdSFm5T7HsHAfAqRZLA5pSmyE4GnZ7BD-LrOPFw.qE8XPqW31cSLapmPLCfmB_Rp1F_AdMD_UOgZgsqLXQSAaXdJ4uet-Ktrsg; csrf[frontend.checkout.finish.order]=589cbefa92463cd3.zyAxNvjFBMiihKSOFhrYIxrpo8bEoYBp-BO0ayPSc3U._2IIYsGCV6XE8P3icW7va0Cu2YL21s0_zFDiE2K_GDqqcgZgz49puMDTkA; csrf[frontend.checkout.configure]=2e2b.490Jz3LM1NBSmFp-l3fpC9XGJcCc-UolWUxzMUSXeBw.qok5_ROJuJYL-WsGzzSOQKKTaPXqnRhvEjkDawLfOmSQ6GH7IY6avjnrOQ; csrf[frontend.checkout.switch-language]=2a82b08a9684ae4e72df11c2e7.mXIm-ssu6t_1O1bR8ZbZcsBgxLAYHodSKarXGLxGwBs.8BVAl6x00p2qU2eOxfqdF7ZZjudzf-Via5mvavV0kGy0X0i3vW-8sJMCNQ; csrf[frontend.wishlist.product.merge]=b029bc6cb040f4212190ddcef5e2a2e7.Py_sTsEyj7tlXwrbTY-aL2Pfft9XM_6N-3v8uASlIpE.V3DYevVK-fMjMX-yJ9_WWyi5SL4IR4vgtw6k-2jsSNNYQ4I39ne9-VwUbQ; csrf[frontend.wishlist.product.merge.pagelet]=d61.YqI_UWXBlJ9zmw8xM0iikjGb7OvOgxY6IT91Z7TsR2E.Vs1QFCiy9u4W3T5zcibM83rugLG9y29UDGlAP_Xdcgkkzl0LDZft6j3MfA; csrf[frontend.wishlist.product.add]=12df8a2de3e511f8daddeefeb88df.PD4yC1b8F0U6jBhVsoN78dGX1fVkTPpe7UHzlRfG7J4.UlBIeiyaVi1wzm8ah_URiKDWvrQAIpkunjWS8DqO2P9xcGN7OckhAnbKQQ; csrf[frontend.wishlist.product.remove]=e7266e0325f.Cs0DMlCWmQUmCimR35EpCeKGQXeR3CIisxPuKggAhNY.eahCBR7Xz3xQfB2nvPhBZ63VJDzppFBo2iSofXI49INeglR3Y8KsYG5-Rg; csrf[frontend.checkout.line-item.add]=3fa040299db1b754dd9a46b89.WFepPnZN5Ub6Nhpm3LIZgBw-AXhn_-K22PUxTkadVZ8.MWbmdA4VlwrLWnsPjPBg4lgHXgw9tYv96qAFCmvvHK9uNtkHISbQP7RweQ; csrf[frontend.form.newsletter.register.handle]=13.YZD9LIzF77VXbt-7DxNT0G36RC09ODOilJ9kG2eOWC4.D_SKWrmwjMYIC-jcQ1wbtjSQJXtUUgfh2acdNiXeF2YXxKJru6nX-i4bhg; csrf[frontend.store-api.proxy]=06e2b18d1878f0.je_yggMJvcr8f_isAKctLuFLi0-Jo2o0ZT0NfbBTZ9U.uKam2zZEirrJNaLfc5F1RtQZzDm9xS5ZP0RXTsg4MrP4jobmb2zTu8Q-mw"
forwarded
"for="89.190.184.61";host="dev.artecon.426.agency";proto=https"
host
"dev.artecon.426.agency"
referer
"https://dev.artecon.426.agency/admin"
sec-ch-ua
""Chromium";v="128", "Not;A=Brand";v="24", "Google Chrome";v="128""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
sw-context-token
"i6WNFe0KRRKGMRMZReMODMx2woSueCQR"
sw-language-id
"08fc5b43b2734a728b95ed037328ff42"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
x-forwarded-for
"89.190.184.61"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Fri, 20 Sep 2024 08:38:46 GMT"
sw-context-token
"i6WNFe0KRRKGMRMZReMODMx2woSueCQR"
sw-language-id
"08fc5b43b2734a728b95ed037328ff42"
x-debug-exception
"The%20block%20%27cms_form_newsletter_input_email%27%20has%20already%20been%20defined%20line%2018."
x-debug-exception-file
"%2Fvar%2Fwww%2Fdev.artecon.426.agency%2Fcustom%2Fplugins%2FzenitPlatformStratus%2Fsrc%2FResources%2Fviews%2Fstorefront%2Fcomponent%2Ffooter%2Fzen-footer-newsletter.html.twig:40"
x-debug-token
"7eaba9"
x-frame-options
"deny"

Cookies

Request Cookies

Key Value
_dis_ga
"_ga"
_dis_gads
"_gads"
_dis_gtag
"_gtag"
_ga
"GA1.1.1840805534.1721917008"
_ga_2QYCHENNSE
"GS1.1.1721976172.2.1.1721979154.60.0.0"
_gcl_au
"1.1.1921316719.1721917008"
cookie-preference
"1"
csrf
[
  "frontend.account.login" => "de5c4a4948cc5b633ff91d2607.eXFJ-M9jkOsBPIS9aFfjqEbZz7-sOTg4uQgP__EMtO4.HQkjn_cupsZHaePfBy6CnxDg_srZUXQI2kBbqbR-5NYOIAqUrSv3qkVZwQ"
  "frontend.account.register.save" => "510c12.JR0ESDb1ykaaoUpem04RAugXDSoyvd_B17iBictNaMk.YnZHBmC8kA7g2QBvyyFdN99eeW0D9o32gMDq7qZ1WKRMclMYTqWMK_-Ufg"
  "frontend.account.newsletter" => "a33dfa1853f47221405560eade40e.nNBTm0UOVbu_JjDbh2PV5BGiqmvS71c8IaXoV0TMWdE.15YSyxF9IO7uSWqrsiDssFLq7iT_p2J2SuSkBAH6I6CkvQXtMGcH6dxNcQ"
  "frontend.account.order.cancel" => "a79e493ea6e44a7be41a.k89sNOmxNGDkgI7gwTynSWtAVmLhSg2GpXmXEXr2VHY.4oY0a9HlbAbJ07usiF-QJlh3YzbXB2Dl4iPdYQjFGyTRuStN3skEU6Ot_Q"
  "frontend.checkout.product.add-by-number" => "a8c46ec4b98aa.DKzVnBmqMBnLYO4NJQ4B4NG7Ewx525SIlwVpb16O91o.Q52EsXCHBHK7K7hUR0pmkeD6f0pNnOfd8FcCQgH-hztezrb3fcBgWPolqw"
  "frontend.checkout.promotion.add" => "b104e88431f51c315b8.sh2XqTLM732db4mPrJeb-gJw9AHCqJ3qVJAJcP6CUIE.iiza2m252xjHJ_O-__2tnk4brXiU3cXSZ9ZgSLn6NvmBd6PuQrm7LdgByA"
  "frontend.acris-tax.vat-id-validation" => "3aeb90dcb6d0188ea7184ed05c4.2luSxl-e0xLtDOyeUz7RVHf7mS_Fc8JZfSP4DfcSGLI.nxD19Az65iSkdq77O3-9Exu57FqiBrAJF3uqPqJNV_uuM-SoNPDiXN84uQ"
  "frontend.account.addressbook" => "72111ca1d11298b786bc.c-Ow3jcKPL6WqXGpnzuGV2q8kFzgkBjulqAoS-BsBws.RYjXpEVtc8_PhD75rW23OBnxxm6N6Wuv29hLMrotYWoRl-iQVGNE0OTKEg"
  "frontend.checkout.line-item.change-quantity" => "1c23bfda2cc51a.bVrq0Vd0Fm-_J5-fgoNhe__E1PgmXCT5zj2dtaJ4Jms.VA-QuSIadSj9Eu7w0dQLJJWFg6gLKnSop3r7xu0acToCd4bgOSBiBPRkzg"
  "frontend.checkout.line-item.delete" => "3a3a9a9e38948.zAhHcdSFm5T7HsHAfAqRZLA5pSmyE4GnZ7BD-LrOPFw.qE8XPqW31cSLapmPLCfmB_Rp1F_AdMD_UOgZgsqLXQSAaXdJ4uet-Ktrsg"
  "frontend.checkout.finish.order" => "589cbefa92463cd3.zyAxNvjFBMiihKSOFhrYIxrpo8bEoYBp-BO0ayPSc3U._2IIYsGCV6XE8P3icW7va0Cu2YL21s0_zFDiE2K_GDqqcgZgz49puMDTkA"
  "frontend.checkout.configure" => "2e2b.490Jz3LM1NBSmFp-l3fpC9XGJcCc-UolWUxzMUSXeBw.qok5_ROJuJYL-WsGzzSOQKKTaPXqnRhvEjkDawLfOmSQ6GH7IY6avjnrOQ"
  "frontend.checkout.switch-language" => "2a82b08a9684ae4e72df11c2e7.mXIm-ssu6t_1O1bR8ZbZcsBgxLAYHodSKarXGLxGwBs.8BVAl6x00p2qU2eOxfqdF7ZZjudzf-Via5mvavV0kGy0X0i3vW-8sJMCNQ"
  "frontend.wishlist.product.merge" => "b029bc6cb040f4212190ddcef5e2a2e7.Py_sTsEyj7tlXwrbTY-aL2Pfft9XM_6N-3v8uASlIpE.V3DYevVK-fMjMX-yJ9_WWyi5SL4IR4vgtw6k-2jsSNNYQ4I39ne9-VwUbQ"
  "frontend.wishlist.product.merge.pagelet" => "d61.YqI_UWXBlJ9zmw8xM0iikjGb7OvOgxY6IT91Z7TsR2E.Vs1QFCiy9u4W3T5zcibM83rugLG9y29UDGlAP_Xdcgkkzl0LDZft6j3MfA"
  "frontend.wishlist.product.add" => "12df8a2de3e511f8daddeefeb88df.PD4yC1b8F0U6jBhVsoN78dGX1fVkTPpe7UHzlRfG7J4.UlBIeiyaVi1wzm8ah_URiKDWvrQAIpkunjWS8DqO2P9xcGN7OckhAnbKQQ"
  "frontend.wishlist.product.remove" => "e7266e0325f.Cs0DMlCWmQUmCimR35EpCeKGQXeR3CIisxPuKggAhNY.eahCBR7Xz3xQfB2nvPhBZ63VJDzppFBo2iSofXI49INeglR3Y8KsYG5-Rg"
  "frontend.checkout.line-item.add" => "3fa040299db1b754dd9a46b89.WFepPnZN5Ub6Nhpm3LIZgBw-AXhn_-K22PUxTkadVZ8.MWbmdA4VlwrLWnsPjPBg4lgHXgw9tYv96qAFCmvvHK9uNtkHISbQP7RweQ"
  "frontend.form.newsletter.register.handle" => "13.YZD9LIzF77VXbt-7DxNT0G36RC09ODOilJ9kG2eOWC4.D_SKWrmwjMYIC-jcQ1wbtjSQJXtUUgfh2acdNiXeF2YXxKJru6nX-i4bhg"
  "frontend.store-api.proxy" => "06e2b18d1878f0.je_yggMJvcr8f_isAKctLuFLi0-Jo2o0ZT0NfbBTZ9U.uKam2zZEirrJNaLfc5F1RtQZzDm9xS5ZP0RXTsg4MrP4jobmb2zTu8Q-mw"
]
session-
"4di6mvrarn9029t89h2ou13qui"
sw-cache-hash
"474cfbb11f05e2d1096467f499396f7c"
sw-states
"logged-in,cart-filled"
timezone
"Europe/Rome"
zen_google_fonts
"1"

Response Cookies

No response cookies

Session 9

Session Metadata

Key Value
Created
"Fri, 20 Sep 24 06:59:49 +0000"
Last used
"Fri, 20 Sep 24 08:36:27 +0000"
Lifetime
0

Session Attributes

Attribute Value
_csrf/https-frontend.account.addressbook
"6kgzrgOqY-OP2V1osMV2mysAMxcyZAfabtXNcixnrcc"
_csrf/https-frontend.account.login
"dxjg8M6-FUgboya7V91uuhL0cHTVErP8wQClbHgADeE"
_csrf/https-frontend.account.newsletter
"KFAPTsuUQoZp5C9TCHDO-H5JkALSE6zq8mVvuiRRckA"
_csrf/https-frontend.account.order.cancel
"qIX_8TXf-S5LIc7o375T6MmcGZJpr3ORBvGy7x03G-s"
_csrf/https-frontend.account.register.save
"GkCNVIZHzxJ1PoL57ItG1KR7Wxkgm80mioWPxPFme54"
_csrf/https-frontend.acris-tax.vat-id-validation
"EKg2Sd56IzBehAlGlBuugurPjXR3U_OIthvnkn1N24U"
_csrf/https-frontend.checkout.configure
"IT02aElFYa1xXCgKwUM5vdRJKupZFHBxs5h4SBNnksc"
_csrf/https-frontend.checkout.finish.order
"0B9T9GSmftYlgt7HZGzD2wMV4CVxAmkOeR7V7JmpbW4"
_csrf/https-frontend.checkout.line-item.add
"i1OJxXrL1laiPBybD9_tZJiK2U4D-rI06ap9Wk5yNFc"
_csrf/https-frontend.checkout.line-item.change-quantity
"9UzhuncGB5qoSWj_jAWP-vPQiGfsObWQo-l1nTtkKCQ"
_csrf/https-frontend.checkout.line-item.delete
"dGPOq2NPptXOP-wcDPqvrgAX7XZzpEaXLa086b6lPus"
_csrf/https-frontend.checkout.product.add-by-number
"O1Q-i-4kpKVYbDgq1AlF4GsUgRk-_ppaRbckdjPA1EE"
_csrf/https-frontend.checkout.promotion.add
"81Ms_u4eZHz1Sj6dLkYyVuX83Fi8Gxfx3j4GpuTPEnA"
_csrf/https-frontend.checkout.switch-language
"igfmgZ8B_h1_4lDev9JWkab0B3xrI2Pw--nMvAVof9c"
_csrf/https-frontend.form.newsletter.register.handle
"ndwv5ucs_e7gLOHfYjaVij4CM8y-BPOHvT_G7l8OyuY"
_csrf/https-frontend.store-api.proxy
"5ITY5M7p5JZss6Xh5RGv4fDmZyZ3xkUfuatdlenq8Ac"
_csrf/https-frontend.wishlist.product.add
"nnzqzfAhJBwO5vjyqAkAdncpstae-H4aMNQpo56GLFY"
_csrf/https-frontend.wishlist.product.merge
"h_444xvHFnuijPLtKf6a_tumLuXClIjBglny7E2B9Kg"
_csrf/https-frontend.wishlist.product.merge.pagelet
"4ooEMsbqeF1BAnnaKulZsHyn-V5XA15hFlbZhVyuNWs"
_csrf/https-frontend.wishlist.product.remove
"seA7NAVyvv46cihnOSeKxxrJi7FWz8pUTOWE3T5eHto"
sessionId
"4di6mvrarn9029t89h2ou13qui"
sw-context-token
"i6WNFe0KRRKGMRMZReMODMx2woSueCQR"
sw-sales-channel-id
"c53c11945afd4502b4aa8fd93e8cdeb7"

Session Usage

9 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:178
[
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 178
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:179
[
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 179
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:422
[
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 422
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 191
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:427
[
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 427
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 191
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:199
[
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 199
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Swag\PayPal\Checkout\Cart\Validation\CartValidator:79
[
  [
    "file" => "/var/www/dev.artecon.426.agency/custom/plugins/SwagPayPal/src/Checkout/Cart/Validation/CartValidator.php"
    "line" => 79
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Checkout/Cart/Validator.php"
    "line" => 27
    "function" => "validate"
    "class" => "Swag\PayPal\Checkout\Cart\Validation\CartValidator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Checkout/Cart/Processor.php"
    "line" => 74
    "function" => "validate"
    "class" => "Shopware\Core\Checkout\Cart\Validator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 59
    "function" => "Shopware\Core\Checkout\Cart\{closure}"
    "class" => "Shopware\Core\Checkout\Cart\Processor"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Checkout/Cart/Processor.php"
    "line" => 84
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php"
    "line" => 130
    "function" => "process"
    "class" => "Shopware\Core\Checkout\Cart\Processor"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 59
    "function" => "Shopware\Core\Checkout\Cart\{closure}"
    "class" => "Shopware\Core\Checkout\Cart\CartRuleLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php"
    "line" => 181
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php"
    "line" => 81
    "function" => "load"
    "class" => "Shopware\Core\Checkout\Cart\CartRuleLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/custom/plugins/AcrisTaxCS/src/Core/Checkout/Cart/CartRuleLoader.php"
    "line" => 49
    "function" => "loadByToken"
    "class" => "Shopware\Core\Checkout\Cart\CartRuleLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 104
    "function" => "loadByToken"
    "class" => "Acris\Tax\Core\Checkout\Cart\CartRuleLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 59
    "function" => "Shopware\Core\System\SalesChannel\Context\{closure}"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 109
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 106
    "function" => "get"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 38
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 151
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService:79
[
  [
    "file" => "/var/www/dev.artecon.426.agency/custom/plugins/SwagPayPal/src/Storefront/Data/Service/FundingEligibilityDataService.php"
    "line" => 79
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/custom/plugins/SwagPayPal/src/Storefront/Data/Service/FundingEligibilityDataService.php"
    "line" => 59
    "function" => "getFilteredPaymentMethods"
    "class" => "Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/custom/plugins/SwagPayPal/src/Storefront/Data/FundingSubscriber.php"
    "line" => 50
    "function" => "buildData"
    "class" => "Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "addFundingAvailabilityData"
    "class" => "Swag\PayPal\Storefront\Data\FundingSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php"
    "line" => 51
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Page/GenericPageLoader.php"
    "line" => 91
    "function" => "load"
    "class" => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 59
    "function" => "Shopware\Storefront\Page\{closure}"
    "class" => "Shopware\Storefront\Page\GenericPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Page/GenericPageLoader.php"
    "line" => 130
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Page/Navigation/NavigationPageLoader.php"
    "line" => 58
    "function" => "load"
    "class" => "Shopware\Storefront\Page\GenericPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Controller/NavigationController.php"
    "line" => 46
    "function" => "load"
    "class" => "Shopware\Storefront\Page\Navigation\NavigationPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "home"
    "class" => "Shopware\Storefront\Controller\NavigationController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Extension/CoreExtension.php:1607
[
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1607
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Adapter/Twig/functions.php"
    "line" => 49
    "function" => "twig_get_attribute"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/c7/c72c30b2b7cae45d407d6f4c37386e38055deb9605708befbb24ffdcef919b46.php"
    "line" => 143
    "function" => "Shopware\Core\Framework\Adapter\Twig\sw_get_attribute"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_disco_meta_extra_information_custom_url"
    "class" => "__TwigTemplate_c8eb9f9bc1ad056dbc2695a54346e259"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/c7/c72c30b2b7cae45d407d6f4c37386e38055deb9605708befbb24ffdcef919b46.php"
    "line" => 83
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_disco_meta_extra_information"
    "class" => "__TwigTemplate_c8eb9f9bc1ad056dbc2695a54346e259"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/c7/c72c30b2b7cae45d407d6f4c37386e38055deb9605708befbb24ffdcef919b46.php"
    "line" => 63
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_c8eb9f9bc1ad056dbc2695a54346e259"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/44/44c9c27d7dfeb03c6c2737d433e80dadf4c986fe1c6d0b1336f8113db3112bb6.php"
    "line" => 106
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_disco_layout_head_meta_extra_information"
    "class" => "__TwigTemplate_b2479247c13aaa3f4725ea295c6a900f"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/44/44c9c27d7dfeb03c6c2737d433e80dadf4c986fe1c6d0b1336f8113db3112bb6.php"
    "line" => 77
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_layout_head_javascript_tracking"
    "class" => "__TwigTemplate_b2479247c13aaa3f4725ea295c6a900f"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/77/77d4348f2f7f1d31f3eaee645aa79953f3e085a4f386dac0b77c47741e66ac93.php"
    "line" => 173
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_layout_head_inner"
    "class" => "__TwigTemplate_aa8e6e295bd469e1fa2e30e6e90421b9"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/77/77d4348f2f7f1d31f3eaee645aa79953f3e085a4f386dac0b77c47741e66ac93.php"
    "line" => 91
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_aa8e6e295bd469e1fa2e30e6e90421b9"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/2a/2abe8b92049e768bf752e13879b44c167f18083f4a85a0c6b2f993fc66a9b26e.php"
    "line" => 59
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_60f372c176d11c1649b67cdd0dce3bb2"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/e1/e113ed891e2403eed24b11a4fc2ef0f3377ebffdb89b87d90570f74ae8e157e8.php"
    "line" => 50
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_60e730e5e7618d8c3ecf3d9abdb8f670"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/51/51c078022b2d822ee6cbdab248e3c39f0352eab3c9d2d4219e752f0c6f5fc36c.php"
    "line" => 74
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_a7b21aabb6dc809e40cddb1c18bec0c1"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/f2/f277b001b8f539e87207eab1693d8e3f290cb1b1adc0e5c4aadabc29f162b735.php"
    "line" => 50
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_4031524b0d652ee3ea0872281f4c5a96"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/44/44c9c27d7dfeb03c6c2737d433e80dadf4c986fe1c6d0b1336f8113db3112bb6.php"
    "line" => 51
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b2479247c13aaa3f4725ea295c6a900f"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/2a/2a3b4097698327a49ad8da1e3adfa0c918e97eca67b8b243964dd27dbc06ea22.php"
    "line" => 50
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b26eeb8a5251639758448aa0d6de0239"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/31/31de6af02042afdc25d97809db1c7f3ac317f902d0b1386198357a41f49fa38b.php"
    "line" => 167
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_base_head"
    "class" => "__TwigTemplate_ff68fca5de82476621a4039e92b36d0d"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/31/31de6af02042afdc25d97809db1c7f3ac317f902d0b1386198357a41f49fa38b.php"
    "line" => 92
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_ff68fca5de82476621a4039e92b36d0d"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/4c/4c1c08be6cf8cf0a77497594dd6118871291c05f4209adfbf9caf9025a66b3c5.php"
    "line" => 106
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_466d4adcb6ffe79e0809a1411c676c6c"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/d7/d71404058e0696184963f16143520d37884f5af5e9aec0675e52756632d5eba5.php"
    "line" => 50
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_7797e15dc3c4cf29e6ac2c7eb9a5dc37"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/8d/8d48a1d9e8862bf49328c6d6b6615c6a8eb696acc4f9a9d0a6f6a7a771c70bab.php"
    "line" => 50
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_8c376756f5d7d94ec6828830a6fb6871"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/8e/8eb7bd085fb0e5a4a24491884857d0a85ec895de2ff8ce9b9861a7d4918c5cf9.php"
    "line" => 51
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_543a180a7c97553801e724037ba799a0"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/a9/a91fd1306714d07b2242671f5fe9ab7b8cfb16a1597277e9738de79fa1b24d76.php"
    "line" => 54
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_d123da103b8214ab8d8763853af5c5d9"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/d0/d0f178813ebd1949a5f46e1fe2b49d8d304763cf70aa85c50598d63ddcda0276.php"
    "line" => 54
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_3214e12056cf726b8d7947b7a8dbc538"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 40
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Environment.php"
    "line" => 277
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 233
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 70
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 59
    "function" => "Shopware\Storefront\Controller\{closure}"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 71
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Controller/NavigationController.php"
    "line" => 50
    "function" => "renderStorefront"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "home"
    "class" => "Shopware\Storefront\Controller\NavigationController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Symfony\Bridge\Twig\AppVariable:168
[
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 168
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Framework/Twig/TwigAppVariable.php"
    "line" => 128
    "function" => "getFlashes"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1607
    "function" => "getFlashes"
    "class" => "Shopware\Storefront\Framework\Twig\TwigAppVariable"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Framework/Adapter/Twig/functions.php"
    "line" => 49
    "function" => "twig_get_attribute"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/31/31de6af02042afdc25d97809db1c7f3ac317f902d0b1386198357a41f49fa38b.php"
    "line" => 531
    "function" => "Shopware\Core\Framework\Adapter\Twig\sw_get_attribute"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_base_flashbags"
    "class" => "__TwigTemplate_ff68fca5de82476621a4039e92b36d0d"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/31/31de6af02042afdc25d97809db1c7f3ac317f902d0b1386198357a41f49fa38b.php"
    "line" => 499
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_base_main"
    "class" => "__TwigTemplate_ff68fca5de82476621a4039e92b36d0d"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/4c/4c1c08be6cf8cf0a77497594dd6118871291c05f4209adfbf9caf9025a66b3c5.php"
    "line" => 176
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_base_body_inner"
    "class" => "__TwigTemplate_466d4adcb6ffe79e0809a1411c676c6c"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 134
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/d7/d71404058e0696184963f16143520d37884f5af5e9aec0675e52756632d5eba5.php"
    "line" => 71
    "function" => "displayParentBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_base_body_inner"
    "class" => "__TwigTemplate_7797e15dc3c4cf29e6ac2c7eb9a5dc37"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/31/31de6af02042afdc25d97809db1c7f3ac317f902d0b1386198357a41f49fa38b.php"
    "line" => 193
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_base_body"
    "class" => "__TwigTemplate_ff68fca5de82476621a4039e92b36d0d"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/31/31de6af02042afdc25d97809db1c7f3ac317f902d0b1386198357a41f49fa38b.php"
    "line" => 97
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_ff68fca5de82476621a4039e92b36d0d"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/4c/4c1c08be6cf8cf0a77497594dd6118871291c05f4209adfbf9caf9025a66b3c5.php"
    "line" => 106
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_466d4adcb6ffe79e0809a1411c676c6c"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/d7/d71404058e0696184963f16143520d37884f5af5e9aec0675e52756632d5eba5.php"
    "line" => 50
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_7797e15dc3c4cf29e6ac2c7eb9a5dc37"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/8d/8d48a1d9e8862bf49328c6d6b6615c6a8eb696acc4f9a9d0a6f6a7a771c70bab.php"
    "line" => 50
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_8c376756f5d7d94ec6828830a6fb6871"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/8e/8eb7bd085fb0e5a4a24491884857d0a85ec895de2ff8ce9b9861a7d4918c5cf9.php"
    "line" => 51
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_543a180a7c97553801e724037ba799a0"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/a9/a91fd1306714d07b2242671f5fe9ab7b8cfb16a1597277e9738de79fa1b24d76.php"
    "line" => 54
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_d123da103b8214ab8d8763853af5c5d9"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/var/cache/dev_h00a6008ac8d83daed65bb1b250bc45b1/twig/d0/d0f178813ebd1949a5f46e1fe2b49d8d304763cf70aa85c50598d63ddcda0276.php"
    "line" => 54
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_3214e12056cf726b8d7947b7a8dbc538"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 40
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/twig/twig/src/Environment.php"
    "line" => 277
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 233
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 70
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 59
    "function" => "Shopware\Storefront\Controller\{closure}"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 71
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/storefront/Controller/NavigationController.php"
    "line" => 50
    "function" => "renderStorefront"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "home"
    "class" => "Shopware\Storefront\Controller\NavigationController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 479
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 452
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 346
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 224
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/dev.artecon.426.agency/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"def000003a7861bc10b867208d1ca72dec7c4852acb74e1b7eceb999b4c163c20cebadbc7c615d27af0f35de8bcfd44e765428f45e5aae72b288a57452d562bb03c54650"
APP_URL
"https://dev.artecon.426.agency"
BLUE_GREEN_DEPLOYMENT
"1"
COMPOSER_HOME
"/var/www/dev.artecon.426.agency/var/cache/composer"
DATABASE_URL
"mysql://artecon_shopware6:6cXR44Wfpj3q@localhost:3306/artecon_staging_shopware6"
INSTANCE_ID
"nO7ZpMAA9bqThhwwSea6G2wNm9EdYByf"
LOCK_DSN
"flock"
MAILER_DSN
"null://null"
SHOPWARE_CACHE_ID
"artecon_staging"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_HOSTS
"http://localhost:9200"
SHOPWARE_ES_INDEXING_ENABLED
"0"
SHOPWARE_ES_INDEX_PREFIX
"sw"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"1"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/dev.artecon.426.agency/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/dev.artecon.426.agency/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.9,it;q=0.8,it-IT;q=0.7,de;q=0.6"
HTTP_CACHE_CONTROL
"max-age=0"
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"timezone=Europe/Rome; _dis_ga=_ga; _dis_gtag=_gtag; zen_google_fonts=1; _dis_gads=_gads; _gcl_au=1.1.1921316719.1721917008; _ga=GA1.1.1840805534.1721917008; _ga_2QYCHENNSE=GS1.1.1721976172.2.1.1721979154.60.0.0; cookie-preference=1; csrf[frontend.account.login]=de5c4a4948cc5b633ff91d2607.eXFJ-M9jkOsBPIS9aFfjqEbZz7-sOTg4uQgP__EMtO4.HQkjn_cupsZHaePfBy6CnxDg_srZUXQI2kBbqbR-5NYOIAqUrSv3qkVZwQ; csrf[frontend.account.register.save]=510c12.JR0ESDb1ykaaoUpem04RAugXDSoyvd_B17iBictNaMk.YnZHBmC8kA7g2QBvyyFdN99eeW0D9o32gMDq7qZ1WKRMclMYTqWMK_-Ufg; session-=4di6mvrarn9029t89h2ou13qui; sw-states=logged-in%2Ccart-filled; csrf[frontend.account.newsletter]=a33dfa1853f47221405560eade40e.nNBTm0UOVbu_JjDbh2PV5BGiqmvS71c8IaXoV0TMWdE.15YSyxF9IO7uSWqrsiDssFLq7iT_p2J2SuSkBAH6I6CkvQXtMGcH6dxNcQ; csrf[frontend.account.order.cancel]=a79e493ea6e44a7be41a.k89sNOmxNGDkgI7gwTynSWtAVmLhSg2GpXmXEXr2VHY.4oY0a9HlbAbJ07usiF-QJlh3YzbXB2Dl4iPdYQjFGyTRuStN3skEU6Ot_Q; csrf[frontend.checkout.product.add-by-number]=a8c46ec4b98aa.DKzVnBmqMBnLYO4NJQ4B4NG7Ewx525SIlwVpb16O91o.Q52EsXCHBHK7K7hUR0pmkeD6f0pNnOfd8FcCQgH-hztezrb3fcBgWPolqw; csrf[frontend.checkout.promotion.add]=b104e88431f51c315b8.sh2XqTLM732db4mPrJeb-gJw9AHCqJ3qVJAJcP6CUIE.iiza2m252xjHJ_O-__2tnk4brXiU3cXSZ9ZgSLn6NvmBd6PuQrm7LdgByA; csrf[frontend.acris-tax.vat-id-validation]=3aeb90dcb6d0188ea7184ed05c4.2luSxl-e0xLtDOyeUz7RVHf7mS_Fc8JZfSP4DfcSGLI.nxD19Az65iSkdq77O3-9Exu57FqiBrAJF3uqPqJNV_uuM-SoNPDiXN84uQ; sw-cache-hash=474cfbb11f05e2d1096467f499396f7c; csrf[frontend.account.addressbook]=72111ca1d11298b786bc.c-Ow3jcKPL6WqXGpnzuGV2q8kFzgkBjulqAoS-BsBws.RYjXpEVtc8_PhD75rW23OBnxxm6N6Wuv29hLMrotYWoRl-iQVGNE0OTKEg; csrf[frontend.checkout.line-item.change-quantity]=1c23bfda2cc51a.bVrq0Vd0Fm-_J5-fgoNhe__E1PgmXCT5zj2dtaJ4Jms.VA-QuSIadSj9Eu7w0dQLJJWFg6gLKnSop3r7xu0acToCd4bgOSBiBPRkzg; csrf[frontend.checkout.line-item.delete]=3a3a9a9e38948.zAhHcdSFm5T7HsHAfAqRZLA5pSmyE4GnZ7BD-LrOPFw.qE8XPqW31cSLapmPLCfmB_Rp1F_AdMD_UOgZgsqLXQSAaXdJ4uet-Ktrsg; csrf[frontend.checkout.finish.order]=589cbefa92463cd3.zyAxNvjFBMiihKSOFhrYIxrpo8bEoYBp-BO0ayPSc3U._2IIYsGCV6XE8P3icW7va0Cu2YL21s0_zFDiE2K_GDqqcgZgz49puMDTkA; csrf[frontend.checkout.configure]=2e2b.490Jz3LM1NBSmFp-l3fpC9XGJcCc-UolWUxzMUSXeBw.qok5_ROJuJYL-WsGzzSOQKKTaPXqnRhvEjkDawLfOmSQ6GH7IY6avjnrOQ; csrf[frontend.checkout.switch-language]=2a82b08a9684ae4e72df11c2e7.mXIm-ssu6t_1O1bR8ZbZcsBgxLAYHodSKarXGLxGwBs.8BVAl6x00p2qU2eOxfqdF7ZZjudzf-Via5mvavV0kGy0X0i3vW-8sJMCNQ; csrf[frontend.wishlist.product.merge]=b029bc6cb040f4212190ddcef5e2a2e7.Py_sTsEyj7tlXwrbTY-aL2Pfft9XM_6N-3v8uASlIpE.V3DYevVK-fMjMX-yJ9_WWyi5SL4IR4vgtw6k-2jsSNNYQ4I39ne9-VwUbQ; csrf[frontend.wishlist.product.merge.pagelet]=d61.YqI_UWXBlJ9zmw8xM0iikjGb7OvOgxY6IT91Z7TsR2E.Vs1QFCiy9u4W3T5zcibM83rugLG9y29UDGlAP_Xdcgkkzl0LDZft6j3MfA; csrf[frontend.wishlist.product.add]=12df8a2de3e511f8daddeefeb88df.PD4yC1b8F0U6jBhVsoN78dGX1fVkTPpe7UHzlRfG7J4.UlBIeiyaVi1wzm8ah_URiKDWvrQAIpkunjWS8DqO2P9xcGN7OckhAnbKQQ; csrf[frontend.wishlist.product.remove]=e7266e0325f.Cs0DMlCWmQUmCimR35EpCeKGQXeR3CIisxPuKggAhNY.eahCBR7Xz3xQfB2nvPhBZ63VJDzppFBo2iSofXI49INeglR3Y8KsYG5-Rg; csrf[frontend.checkout.line-item.add]=3fa040299db1b754dd9a46b89.WFepPnZN5Ub6Nhpm3LIZgBw-AXhn_-K22PUxTkadVZ8.MWbmdA4VlwrLWnsPjPBg4lgHXgw9tYv96qAFCmvvHK9uNtkHISbQP7RweQ; csrf[frontend.form.newsletter.register.handle]=13.YZD9LIzF77VXbt-7DxNT0G36RC09ODOilJ9kG2eOWC4.D_SKWrmwjMYIC-jcQ1wbtjSQJXtUUgfh2acdNiXeF2YXxKJru6nX-i4bhg; csrf[frontend.store-api.proxy]=06e2b18d1878f0.je_yggMJvcr8f_isAKctLuFLi0-Jo2o0ZT0NfbBTZ9U.uKam2zZEirrJNaLfc5F1RtQZzDm9xS5ZP0RXTsg4MrP4jobmb2zTu8Q-mw"
HTTP_FORWARDED
"for="89.190.184.61";host="dev.artecon.426.agency";proto=https"
HTTP_HOST
"dev.artecon.426.agency"
HTTP_REFERER
"https://dev.artecon.426.agency/admin"
HTTP_SEC_CH_UA
""Chromium";v="128", "Not;A=Brand";v="24", "Google Chrome";v="128""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"89.190.184.61"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"dev.artecon.426.agency"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/en"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"54621"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1726821521
REQUEST_TIME_FLOAT
1726821521.4768
REQUEST_URI
"/"
SCRIPT_FILENAME
"/var/www/dev.artecon.426.agency/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"89.22.120.22"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"dev.artecon.426.agency"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.52 (Ubuntu) Server at dev.artecon.426.agency Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.52 (Ubuntu)"
SSL_TLS_SNI
"dev.artecon.426.agency"
SYMFONY_DOTENV_VARS
"LOCK_DSN,MAILER_DSN,APP_ENV,APP_SECRET,APP_URL,DATABASE_URL,COMPOSER_HOME,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,SHOPWARE_ES_HOSTS,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,SHOPWARE_CACHE_ID"
USER
"www-data"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = a9dff3)

Key Value
_controller
"Shopware\Storefront\Controller\NavigationController::home"
_cspNonce
"FkhCRJHI37k="
_httpCache
[
  Shopware\Storefront\Framework\Cache\Annotation\HttpCache {#2134
    -maxAge: null
    -states: null
  }
]
_is_sales_channel
true
_locale
"en-GB"
_remove_csp_headers
true
_route
"frontend.home.page"
_routeScope
[
  "storefront"
]
_route_params
[]
_since
Shopware\Core\Framework\Routing\Annotation\Since {#2131
  -value: "6.0.0.0"
}
_stopwatch_token
"d9d195"
resolved-uri
"/"
sw-context
Shopware\Core\Framework\Context {#4107
  #extensions: [
    "disGA4ProductsExtension" => Shopware\Core\Framework\DataAbstractionLayer\EntityCollection {#17450
      #extensions: []
      #elements: [
        "ac339710265b43c187b1029beee50fc1" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#14711
          #extensions: [
            "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#14695
              #extensions: []
              #data: []
              #apiAlias: null
            }
            "search" => Shopware\Core\Framework\Struct\ArrayEntity {#14693
              #extensions: []
              #_uniqueIdentifier: null
              #versionId: null
              #translated: []
              #createdAt: null
              #updatedAt: null
              -_entityName: null
              -_fieldVisibility: null
              #data: [
                "productNumber" => "4100608-41zero42"
                "product_number" => "4100608-41zero42"
                "autoIncrement" => 10292
                "auto_increment" => 10292
              ]
              #_entityName: "array-entity"
            }
          ]
          #_uniqueIdentifier: "ac339710265b43c187b1029beee50fc1"
          #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
          #translated: [
            "metaDescription" => "Order 41zero42 Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            "name" => "41zero42 Biscuit Bianco Matt Peak 4100608 5x20cm 8mm"
            "keywords" => null
            "description" => "Important: note the technical details in the manufacturer catalog for the article 41zero42 Biscuit Bianco Matt Peak 4100608 5x20cm 8mm"
            "metaTitle" => "41zero42 Biscuit Bianco 4100608 matt 5x20cm Peak 8mm | Trendfliesen"
            "packUnit" => null
            "packUnitPlural" => null
            "customFields" => [
              "akeneo_key" => "4100608-41zero42"
              "akeneo_packboxkg" => "5.4 kg"
              "akeneo_packboxm2" => "0.4 m²"
              "akeneo_packboxstk" => "40 Pc"
              "akeneo_za08_weight" => "13.5 kg"
              "akeneo_preisversandgruppe" => "vg0"
              "akeneo_statusinshopbestellbar" => false
            ]
            "slotConfig" => null
            "customSearchKeywords" => null
          ]
          #createdAt: DateTimeImmutable @1681831777 {#14672
            date: 2023-04-18 15:29:37.917 UTC (+00:00)
          }
          #updatedAt: DateTimeImmutable @1720534222 {#14696
            date: 2024-07-09 14:10:22.524 UTC (+00:00)
          }
          -_entityName: "product"
          -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
          #parentId: null
          #childCount: 0
          #autoIncrement: 10292
          #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
          #manufacturerId: "6a17e25f5bb14565a2525e708d903313"
          #unitId: "16f6e345106749179f57c2ef093335f4"
          #active: true
          #displayGroup: "1bd676b293f218003c9aab6710efb06e"
          #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#14688 …}
          #manufacturerNumber: null
          #ean: null
          #sales: 10
          #productNumber: "4100608-41zero42"
          #stock: 0
          #availableStock: -68
          #available: true
          #deliveryTimeId: "56f2d43d78ab4fd78a0e90a660ad2525"
          #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14691 …}
          #restockTime: 7
          #isCloseout: false
          #purchaseSteps: 1
          #maxPurchase: null
          #minPurchase: 1
          #purchaseUnit: 0.4
          #referenceUnit: 1.0
          #shippingFree: false
          #purchasePrices: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#14663 …}
          #markAsTopseller: null
          #weight: 13.5
          #width: null
          #height: null
          #length: null
          #releaseDate: null
          #categoryTree: [
            "f626b7e3d9ca4656900d710ef5af2a02"
            "b1b9ae034ee14e41944d99227080714a"
            "95185004eade488a9ce4023709c691ed"
            "d5ed019e9ca44779be08a4c37f7d6dbe"
          ]
          #streamIds: [
            "141f25c9c1b2472db9db93b3aa5d834b"
            "38f03c6f6aa84d228da7226170f9a443"
          ]
          #optionIds: null
          #propertyIds: [
            "0b1a37b5c20e4ca7a0acdb52fbd8e81a"
            "0cf84a0c26fd4aff9baeea5b2d57e60a"
            "3618c8464597465ebfa6270882fcca45"
            "38cb1174506c4996ae8f1699b79df8eb"
            "45d4940b7ba34184ac3640c7afd5a343"
            "48592959f24d4b8da254bda43ebd77da"
            "5fe21a7b24814a3892c8dbf867966841"
            "62454956c780424abf37b56dac079148"
            "8d5c1f69c58f422792f7d0128b53fdb0"
            "9f2c8bd560304764bcee0e86b3c5392c"
            "aefe1f8a04b449228cfd7654d56906bb"
            "b54825d729434ee68839b6c277b262a5"
            "f107d0fec4cb47918d2379ad2f324c7f"
          ]
          #name: "41zero42 Biscuit Bianco Matt Peak 4100608 5x20cm 8mm"
          #keywords: null
          #description: "Important: note the technical details in the manufacturer catalog for the article 41zero42 Biscuit Bianco Matt Peak 4100608 5x20cm 8mm"
          #metaDescription: "Order 41zero42 Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
          #metaTitle: "41zero42 Biscuit Bianco 4100608 matt 5x20cm Peak 8mm | Trendfliesen"
          #packUnit: null
          #packUnitPlural: null
          #variantRestrictions: null
          #configuratorGroupConfig: null
          #mainVariantId: null
          #displayParent: null
          #variantListingConfig: null
          #variation: []
          #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
          #manufacturer: null
          #unit: Shopware\Core\System\Unit\UnitEntity {#14648 …}
          #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#14845 …}
          #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#14826 …}
          #cover: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaEntity {#14833 …}
          #parent: null
          #children: null
          #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#14578 …}
          #cmsPageId: null
          #cmsPage: null
          #slotConfig: null
          #searchKeywords: null
          #translations: null
          #categories: null
          #customFieldSets: null
          #tags: null
          #properties: null
          #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#14535 …}
          #configuratorSettings: null
          #categoriesRo: null
          #coverId: "fcb48f038d404f26a4d820858ad1cc8f"
          #blacklistIds: null
          #whitelistIds: null
          #visibilities: null
          #tagIds: null
          #categoryIds: [
            "d5ed019e9ca44779be08a4c37f7d6dbe"
          ]
          #productReviews: null
          #ratingAverage: null
          #mainCategories: null
          #seoUrls: null
          #orderLineItems: null
          #crossSellings: null
          #crossSellingAssignedProducts: null
          #featureSetId: null
          #featureSet: null
          #customFieldSetSelectionActive: null
          #customSearchKeywords: null
          #wishlists: null
          #canonicalProductId: null
          #canonicalProduct: null
          #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#14533 …}
          #streams: null
          #id: "ac339710265b43c187b1029beee50fc1"
          #customFields: [
            "akeneo_key" => "4100608-41zero42"
            "akeneo_packboxkg" => "5.4 kg"
            "akeneo_packboxm2" => "0.4 m²"
            "akeneo_packboxstk" => "40 Pc"
            "akeneo_za08_weight" => "13.5 kg"
            "akeneo_preisversandgruppe" => "vg0"
            "akeneo_statusinshopbestellbar" => false
          ]
          #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#14031 …}
          #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#14022 …}
          #sortedProperties: null
          #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#14843 …}
          #isNew: false
          #calculatedMaxPurchase: 2020
          #seoCategory: null
        }
        "6f42ec6254ba464db11419e4aa2efc74" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#14297
          #extensions: [
            "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#14318
              #extensions: []
              #data: []
              #apiAlias: null
            }
            "acrisPromotion" => Shopware\Core\Framework\Struct\ArrayEntity {#14320
              #extensions: []
              #_uniqueIdentifier: null
              #versionId: null
              #translated: []
              #createdAt: null
              #updatedAt: null
              -_entityName: null
              -_fieldVisibility: null
              #data: [
                "promotionIds" => [
                  "dc59e6479ceb45fdb83aeddce8edcb92"
                ]
              ]
              #_entityName: "array-entity"
            }
            "search" => Shopware\Core\Framework\Struct\ArrayEntity {#14326
              #extensions: []
              #_uniqueIdentifier: null
              #versionId: null
              #translated: []
              #createdAt: null
              #updatedAt: null
              -_entityName: null
              -_fieldVisibility: null
              #data: [
                "productNumber" => "7001283-alfalux"
                "product_number" => "7001283-alfalux"
                "autoIncrement" => 42795
                "auto_increment" => 42795
              ]
              #_entityName: "array-entity"
            }
          ]
          #_uniqueIdentifier: "6f42ec6254ba464db11419e4aa2efc74"
          #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
          #translated: [
            "metaDescription" => "Order Alfalux Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            "name" => "Alfalux Civitas Dorato Naturale 7001283 15x15cm 8mm"
            "keywords" => null
            "description" => "Important: note the technical details in the manufacturer catalog for the article Alfalux Civitas Dorato Naturale 7001283 15x15cm 8mm"
            "metaTitle" => "Alfalux Civitas Dorato 7001283 naturale 15x15cm 8mm | Trendfliesen"
            "packUnit" => "AAA"
            "packUnitPlural" => "AAAAs"
            "customFields" => [
              "akeneo_key" => "7001283-alfalux"
              "akeneo_packboxkg" => "16 kg"
              "akeneo_packboxm2" => "1.04 m²"
              "akeneo_packboxstk" => "46 Pc"
              "akeneo_za08_weight" => "15.38 kg"
              "akeneo_preisversandgruppe" => "vg0"
              "akeneo_statusinshopbestellbar" => true
              "akeneo_statusinshoppreiszeigen" => true
              "akeneo_artikelherstellereangtin" => 8054119008077
            ]
            "slotConfig" => null
            "customSearchKeywords" => null
          ]
          #createdAt: DateTimeImmutable @1684681846 {#14302
            date: 2023-05-21 15:10:46.042 UTC (+00:00)
          }
          #updatedAt: DateTimeImmutable @1717576879 {#14323
            date: 2024-06-05 08:41:19.072 UTC (+00:00)
          }
          -_entityName: "product"
          -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
          #parentId: null
          #childCount: 0
          #autoIncrement: 42795
          #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
          #manufacturerId: "1254d5a37782425f9ed966f51613e18f"
          #unitId: "16f6e345106749179f57c2ef093335f4"
          #active: true
          #displayGroup: "b41f17324dd5be561fd10346b7252373"
          #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#14325 …}
          #manufacturerNumber: null
          #ean: null
          #sales: 5
          #productNumber: "7001283-alfalux"
          #stock: 0
          #availableStock: -114
          #available: true
          #deliveryTimeId: "ab54f2a7406346caa9d4fddaad61400f"
          #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14307 …}
          #restockTime: 10
          #isCloseout: false
          #purchaseSteps: 10
          #maxPurchase: 100
          #minPurchase: 33
          #purchaseUnit: 1.04
          #referenceUnit: 7.0
          #shippingFree: false
          #purchasePrices: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#14343 …}
          #markAsTopseller: null
          #weight: 15.995
          #width: null
          #height: null
          #length: null
          #releaseDate: null
          #categoryTree: [
            "f626b7e3d9ca4656900d710ef5af2a02"
            "b1b9ae034ee14e41944d99227080714a"
            "5dc1556910d94b969e4b1b250d266c36"
            "e3a3415d127c478fa424e9bfb70ae6a1"
          ]
          #streamIds: [
            "141f25c9c1b2472db9db93b3aa5d834b"
            "38f03c6f6aa84d228da7226170f9a443"
            "e67306d60c77465b9ad803a125398487"
          ]
          #optionIds: null
          #propertyIds: [
            "038d5fef28b444d4a977e8f7bfdaf739"
            "07a8e45ecd5c426f9daafe324819897e"
            "0cf84a0c26fd4aff9baeea5b2d57e60a"
            "20cd41c4c72646b1b09a79e086bc864f"
            "321f3fa520f44c36980007477fad7d3e"
            "410c92a37c954025a025bc18381e0a41"
            "5fe21a7b24814a3892c8dbf867966841"
            "62454956c780424abf37b56dac079148"
            "6fdde1419bba42caa18d4f9bf9f734c3"
            "9f2c8bd560304764bcee0e86b3c5392c"
            "aac8860d68b74ca9a017093adf85ab8b"
            "c4942f390c924810982601763f89079d"
            "f107d0fec4cb47918d2379ad2f324c7f"
            "fcf4763357724ca9aa945d93542dacc1"
          ]
          #name: "Alfalux Civitas Dorato Naturale 7001283 15x15cm 8mm"
          #keywords: null
          #description: "Important: note the technical details in the manufacturer catalog for the article Alfalux Civitas Dorato Naturale 7001283 15x15cm 8mm"
          #metaDescription: "Order Alfalux Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
          #metaTitle: "Alfalux Civitas Dorato 7001283 naturale 15x15cm 8mm | Trendfliesen"
          #packUnit: null
          #packUnitPlural: null
          #variantRestrictions: null
          #configuratorGroupConfig: null
          #mainVariantId: null
          #displayParent: null
          #variantListingConfig: null
          #variation: []
          #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
          #manufacturer: null
          #unit: Shopware\Core\System\Unit\UnitEntity {#14648 …}
          #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#14356 …}
          #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#14332 …}
          #cover: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaEntity {#14366 …}
          #parent: null
          #children: null
          #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#14372 …}
          #cmsPageId: null
          #cmsPage: null
          #slotConfig: null
          #searchKeywords: null
          #translations: null
          #categories: null
          #customFieldSets: null
          #tags: null
          #properties: null
          #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#14385 …}
          #configuratorSettings: null
          #categoriesRo: null
          #coverId: "72956d598a444583bdb7351a7fddf592"
          #blacklistIds: null
          #whitelistIds: null
          #visibilities: null
          #tagIds: null
          #categoryIds: [
            "e3a3415d127c478fa424e9bfb70ae6a1"
          ]
          #productReviews: null
          #ratingAverage: null
          #mainCategories: null
          #seoUrls: null
          #orderLineItems: null
          #crossSellings: null
          #crossSellingAssignedProducts: null
          #featureSetId: null
          #featureSet: null
          #customFieldSetSelectionActive: null
          #customSearchKeywords: null
          #wishlists: null
          #canonicalProductId: null
          #canonicalProduct: null
          #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#14362 …}
          #streams: null
          #id: "6f42ec6254ba464db11419e4aa2efc74"
          #customFields: [
            "akeneo_key" => "7001283-alfalux"
            "akeneo_packboxkg" => "16 kg"
            "akeneo_packboxm2" => "1.04 m²"
            "akeneo_packboxstk" => "46 Pc"
            "akeneo_za08_weight" => "15.38 kg"
            "akeneo_preisversandgruppe" => "vg0"
            "akeneo_statusinshopbestellbar" => true
            "akeneo_statusinshoppreiszeigen" => true
            "akeneo_artikelherstellereangtin" => 8054119008077
          ]
          #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#14378 …}
          #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#14032 …}
          #sortedProperties: null
          #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#14111 …}
          #isNew: false
          #calculatedMaxPurchase: 93
          #seoCategory: null
        }
        "cd13d2644ad54f5a88b1f2f957cfbbf9" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#14076
          #extensions: [
            "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#14100
              #extensions: []
              #data: []
              #apiAlias: null
            }
            "acrisPromotion" => Shopware\Core\Framework\Struct\ArrayEntity {#13672
              #extensions: []
              #_uniqueIdentifier: null
              #versionId: null
              #translated: []
              #createdAt: null
              #updatedAt: null
              -_entityName: null
              -_fieldVisibility: null
              #data: [
                "promotionIds" => [
                  "dc59e6479ceb45fdb83aeddce8edcb92"
                ]
              ]
              #_entityName: "array-entity"
            }
            "search" => Shopware\Core\Framework\Struct\ArrayEntity {#13688
              #extensions: []
              #_uniqueIdentifier: null
              #versionId: null
              #translated: []
              #createdAt: null
              #updatedAt: null
              -_entityName: null
              -_fieldVisibility: null
              #data: [
                "productNumber" => "LSCWF10-lea"
                "product_number" => "LSCWF10-lea"
                "autoIncrement" => 14565
                "auto_increment" => 14565
              ]
              #_entityName: "array-entity"
            }
          ]
          #_uniqueIdentifier: "cd13d2644ad54f5a88b1f2f957cfbbf9"
          #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
          #translated: [
            "metaDescription" => "Order Lea Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            "name" => "Lea Slimtech Waterfall Gray Flow Naturale – Antibacterial LSCWF10 100x100cm rectified 5,5mm"
            "keywords" => null
            "description" => "Important: note the technical details in the manufacturer catalog for the article Lea Slimtech Waterfall Gray Flow Naturale – Antibacterial LSCWF10 100x100cm rectified 5,5mm"
            "metaTitle" => "Lea Slimtech Waterfall Gray Flow LSCWF10 naturale – antibacterial 100x100cm rectified 5,5mm | Trendfliesen"
            "packUnit" => null
            "packUnitPlural" => null
            "customFields" => [
              "akeneo_key" => "LSCWF10-lea"
              "akeneo_packboxkg" => "23 kg"
              "akeneo_packboxm2" => "2 m²"
              "akeneo_packboxstk" => "2 Pc"
              "akeneo_za08_weight" => "11.5 kg"
              "akeneo_preisversandgruppe" => "vg1"
              "akeneo_artikelherstellereangtin" => 8025885108940
            ]
            "slotConfig" => null
            "customSearchKeywords" => null
          ]
          #createdAt: DateTimeImmutable @1684263097 {#13700
            date: 2023-05-16 18:51:37.659 UTC (+00:00)
          }
          #updatedAt: DateTimeImmutable @1720535743 {#13421
            date: 2024-07-09 14:35:43.935 UTC (+00:00)
          }
          -_entityName: "product"
          -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
          #parentId: null
          #childCount: 0
          #autoIncrement: 14565
          #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
          #manufacturerId: "0f993559518942e586dd4e5c55741406"
          #unitId: "16f6e345106749179f57c2ef093335f4"
          #active: true
          #displayGroup: "000024382b8cb0563937383cf616578c"
          #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#13992 …}
          #manufacturerNumber: null
          #ean: null
          #sales: 0
          #productNumber: "LSCWF10-lea"
          #stock: 0
          #availableStock: -3
          #available: true
          #deliveryTimeId: "56f2d43d78ab4fd78a0e90a660ad2525"
          #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14691 …}
          #restockTime: 7
          #isCloseout: false
          #purchaseSteps: 1
          #maxPurchase: null
          #minPurchase: 1
          #purchaseUnit: 2.0
          #referenceUnit: 1.0
          #shippingFree: false
          #purchasePrices: null
          #markAsTopseller: null
          #weight: 11.5
          #width: null
          #height: null
          #length: null
          #releaseDate: null
          #categoryTree: [
            "f626b7e3d9ca4656900d710ef5af2a02"
            "b1b9ae034ee14e41944d99227080714a"
            "88f97718173448ebb4ff2ba064d64524"
            "1135a997ee2e40bb8a6f3458e0261db8"
          ]
          #streamIds: [
            "141f25c9c1b2472db9db93b3aa5d834b"
            "38f03c6f6aa84d228da7226170f9a443"
          ]
          #optionIds: null
          #propertyIds: [
            "07a8e45ecd5c426f9daafe324819897e"
            "0cf84a0c26fd4aff9baeea5b2d57e60a"
            "293d2f5ab50f454f957734c8a279f0e2"
            "3205a93056fd46dab9eb8144255f4ae0"
            "410c92a37c954025a025bc18381e0a41"
            "4185bafb80ff42fe9770f5a2cc6bdd31"
            "41fd4c7ed1a8455e989a1a55b957e44a"
            "877872fd07cb42cba918a2f42850cd09"
            "9a765c0a79d9455ca04385c38d809dfe"
            "9f2c8bd560304764bcee0e86b3c5392c"
            "aac8860d68b74ca9a017093adf85ab8b"
            "b401bc8c7e344d52b85d563da2bcdb75"
            "c1a077e96d99485a9bf7f5a0e4c688cb"
            "c4942f390c924810982601763f89079d"
            "f107d0fec4cb47918d2379ad2f324c7f"
          ]
          #name: "Lea Slimtech Waterfall Gray Flow Naturale – Antibacterial LSCWF10 100x100cm rectified 5,5mm"
          #keywords: null
          #description: "Important: note the technical details in the manufacturer catalog for the article Lea Slimtech Waterfall Gray Flow Naturale – Antibacterial LSCWF10 100x100cm rectified 5,5mm"
          #metaDescription: "Order Lea Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
          #metaTitle: "Lea Slimtech Waterfall Gray Flow LSCWF10 naturale – antibacterial 100x100cm rectified 5,5mm | Trendfliesen"
          #packUnit: null
          #packUnitPlural: null
          #variantRestrictions: null
          #configuratorGroupConfig: null
          #mainVariantId: null
          #displayParent: null
          #variantListingConfig: null
          #variation: []
          #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
          #manufacturer: null
          #unit: Shopware\Core\System\Unit\UnitEntity {#14648 …}
          #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#16724 …}
          #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#16734 …}
          #cover: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaEntity {#13956 …}
          #parent: null
          #children: null
          #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#17132 …}
          #cmsPageId: null
          #cmsPage: null
          #slotConfig: null
          #searchKeywords: null
          #translations: null
          #categories: null
          #customFieldSets: null
          #tags: null
          #properties: null
          #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#16327 …}
          #configuratorSettings: null
          #categoriesRo: null
          #coverId: "980961a0d10f43d5a4fbcfacfe83249f"
          #blacklistIds: null
          #whitelistIds: null
          #visibilities: null
          #tagIds: null
          #categoryIds: [
            "1135a997ee2e40bb8a6f3458e0261db8"
          ]
          #productReviews: null
          #ratingAverage: null
          #mainCategories: null
          #seoUrls: null
          #orderLineItems: null
          #crossSellings: null
          #crossSellingAssignedProducts: null
          #featureSetId: null
          #featureSet: null
          #customFieldSetSelectionActive: null
          #customSearchKeywords: null
          #wishlists: null
          #canonicalProductId: null
          #canonicalProduct: null
          #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#16654 …}
          #streams: null
          #id: "cd13d2644ad54f5a88b1f2f957cfbbf9"
          #customFields: [
            "akeneo_key" => "LSCWF10-lea"
            "akeneo_packboxkg" => "23 kg"
            "akeneo_packboxm2" => "2 m²"
            "akeneo_packboxstk" => "2 Pc"
            "akeneo_za08_weight" => "11.5 kg"
            "akeneo_preisversandgruppe" => "vg1"
            "akeneo_artikelherstellereangtin" => 8025885108940
          ]
          #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#16410 …}
          #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#16776 …}
          #sortedProperties: null
          #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#16770 …}
          #isNew: false
          #calculatedMaxPurchase: 2020
          #seoCategory: null
        }
        "c0bf75689d41449a82f67dab9a332b0e" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#16821
          #extensions: [
            "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#16706
              #extensions: []
              #data: []
              #apiAlias: null
            }
            "acrisPromotion" => Shopware\Core\Framework\Struct\ArrayEntity {#16466
              #extensions: []
              #_uniqueIdentifier: null
              #versionId: null
              #translated: []
              #createdAt: null
              #updatedAt: null
              -_entityName: null
              -_fieldVisibility: null
              #data: [
                "promotionIds" => [
                  "dc59e6479ceb45fdb83aeddce8edcb92"
                ]
              ]
              #_entityName: "array-entity"
            }
            "search" => Shopware\Core\Framework\Struct\ArrayEntity {#16631
              #extensions: []
              #_uniqueIdentifier: null
              #versionId: null
              #translated: []
              #createdAt: null
              #updatedAt: null
              -_entityName: null
              -_fieldVisibility: null
              #data: [
                "productNumber" => "M172-marazzi"
                "product_number" => "M172-marazzi"
                "autoIncrement" => 128207
                "auto_increment" => 128207
              ]
              #_entityName: "array-entity"
            }
          ]
          #_uniqueIdentifier: "c0bf75689d41449a82f67dab9a332b0e"
          #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
          #translated: [
            "metaDescription" => "Order Marazzi Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            "name" => "Marazzi Rocking Tobacco Strutturato M172 30x30cm rectified 9,5mm"
            "keywords" => null
            "description" => "Important: note the technical details in the manufacturer catalog for the article Marazzi Rocking Tobacco Strutturato M172 30x30cm rectified 9,5mm"
            "metaTitle" => "Marazzi Rocking Tobacco M172 strutturato 30x30cm rectified 9,5mm | Trendfliesen"
            "packUnit" => null
            "packUnitPlural" => null
            "customFields" => [
              "akeneo_key" => "M172-marazzi"
              "akeneo_packboxkg" => "22.52 kg"
              "akeneo_packboxm2" => "1.08 m²"
              "akeneo_packboxstk" => "12 Pc"
              "akeneo_za08_weight" => "20.85 kg"
              "akeneo_preisversandgruppe" => "vg0"
              "akeneo_artikelherstellereangtin" => 8011373596924
            ]
            "slotConfig" => null
            "customSearchKeywords" => null
          ]
          #createdAt: DateTimeImmutable @1696593824 {#16791
            date: 2023-10-06 12:03:44.094 UTC (+00:00)
          }
          #updatedAt: DateTimeImmutable @1706712594 {#16865
            date: 2024-01-31 14:49:54.196 UTC (+00:00)
          }
          -_entityName: "product"
          -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
          #parentId: null
          #childCount: 0
          #autoIncrement: 128207
          #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
          #manufacturerId: "aa95bb0085734ce7bcbd208b0247367b"
          #unitId: "16f6e345106749179f57c2ef093335f4"
          #active: true
          #displayGroup: "0000f00a7273c0c9057a79b3d2c5bfff"
          #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#16021 …}
          #manufacturerNumber: null
          #ean: null
          #sales: 0
          #productNumber: "M172-marazzi"
          #stock: 0
          #availableStock: -7
          #available: true
          #deliveryTimeId: "56f2d43d78ab4fd78a0e90a660ad2525"
          #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14691 …}
          #restockTime: 7
          #isCloseout: false
          #purchaseSteps: 1
          #maxPurchase: null
          #minPurchase: 1
          #purchaseUnit: 1.08
          #referenceUnit: 1.0
          #shippingFree: false
          #purchasePrices: null
          #markAsTopseller: null
          #weight: 20.85
          #width: null
          #height: null
          #length: null
          #releaseDate: null
          #categoryTree: [
            "f626b7e3d9ca4656900d710ef5af2a02"
            "b1b9ae034ee14e41944d99227080714a"
            "67660be8fac24d908aff3745fd85c7a4"
            "e8238a8c958245a0bc32a05e6d25d192"
          ]
          #streamIds: [
            "141f25c9c1b2472db9db93b3aa5d834b"
            "38f03c6f6aa84d228da7226170f9a443"
          ]
          #optionIds: null
          #propertyIds: [
            "047953f1e5034c6786d3a129fa2b4c4c"
            "0583bfc99e2b469b879381c1c35c254c"
            "07a8e45ecd5c426f9daafe324819897e"
            "0cf84a0c26fd4aff9baeea5b2d57e60a"
            "120b3da1420c4c54b8effd0ec4205987"
            "321f3fa520f44c36980007477fad7d3e"
            "410c92a37c954025a025bc18381e0a41"
            "4185bafb80ff42fe9770f5a2cc6bdd31"
            "60668e82b7bb45c98241e3dad8e9013f"
            "6e0ab92a230641dbaed3f9bd4714cffc"
            "877872fd07cb42cba918a2f42850cd09"
            "9d180946bae44b25b58f617084a8548d"
            "9f2c8bd560304764bcee0e86b3c5392c"
            "b132d8fad5b1469882ea4a977413e0ba"
            "d96554208f5e4c26a219d084f4f81e83"
            "e8ea5595782e480db09fd3c5fa7ccff7"
            "f107d0fec4cb47918d2379ad2f324c7f"
            "fa122b6e535f49409672fcbd99232ffc"
          ]
          #name: "Marazzi Rocking Tobacco Strutturato M172 30x30cm rectified 9,5mm"
          #keywords: null
          #description: "Important: note the technical details in the manufacturer catalog for the article Marazzi Rocking Tobacco Strutturato M172 30x30cm rectified 9,5mm"
          #metaDescription: "Order Marazzi Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
          #metaTitle: "Marazzi Rocking Tobacco M172 strutturato 30x30cm rectified 9,5mm | Trendfliesen"
          #packUnit: null
          #packUnitPlural: null
          #variantRestrictions: null
          #configuratorGroupConfig: null
          #mainVariantId: null
          #displayParent: null
          #variantListingConfig: null
          #variation: []
          #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
          #manufacturer: null
          #unit: Shopware\Core\System\Unit\UnitEntity {#14648 …}
          #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#14785 …}
          #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#14536 …}
          #cover: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaEntity {#16725 …}
          #parent: null
          #children: null
          #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#13423 …}
          #cmsPageId: null
          #cmsPage: null
          #slotConfig: null
          #searchKeywords: null
          #translations: null
          #categories: null
          #customFieldSets: null
          #tags: null
          #properties: null
          #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#15595 …}
          #configuratorSettings: null
          #categoriesRo: null
          #coverId: "a6a16fe5791d43839a58d5d3d64710f8"
          #blacklistIds: null
          #whitelistIds: null
          #visibilities: null
          #tagIds: null
          #categoryIds: [
            "e8238a8c958245a0bc32a05e6d25d192"
          ]
          #productReviews: null
          #ratingAverage: null
          #mainCategories: null
          #seoUrls: null
          #orderLineItems: null
          #crossSellings: null
          #crossSellingAssignedProducts: null
          #featureSetId: null
          #featureSet: null
          #customFieldSetSelectionActive: null
          #customSearchKeywords: null
          #wishlists: null
          #canonicalProductId: null
          #canonicalProduct: null
          #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#15352 …}
          #streams: null
          #id: "c0bf75689d41449a82f67dab9a332b0e"
          #customFields: [
            "akeneo_key" => "M172-marazzi"
            "akeneo_packboxkg" => "22.52 kg"
            "akeneo_packboxm2" => "1.08 m²"
            "akeneo_packboxstk" => "12 Pc"
            "akeneo_za08_weight" => "20.85 kg"
            "akeneo_preisversandgruppe" => "vg0"
            "akeneo_artikelherstellereangtin" => 8011373596924
          ]
          #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#15337 …}
          #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#15940 …}
          #sortedProperties: null
          #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#15947 …}
          #isNew: false
          #calculatedMaxPurchase: 2020
          #seoCategory: null
        }
        "cdd46572c6584309b9779dc0330f4cef" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#15366
          #extensions: [
            "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#15377
              #extensions: []
              #data: []
              #apiAlias: null
            }
            "search" => Shopware\Core\Framework\Struct\ArrayEntity {#15349
              #extensions: []
              #_uniqueIdentifier: null
              #versionId: null
              #translated: []
              #createdAt: null
              #updatedAt: null
              -_entityName: null
              -_fieldVisibility: null
              #data: [
                "productNumber" => "767194-florim"
                "product_number" => "767194-florim"
                "autoIncrement" => 114238
                "auto_increment" => 114238
              ]
              #_entityName: "array-entity"
            }
          ]
          #_uniqueIdentifier: "cdd46572c6584309b9779dc0330f4cef"
          #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
          #translated: [
            "metaDescription" => "Order FLORIM Contemporary Design Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            "name" => "FLORIM Contemporary Design Elemental Stone Of Cerim Grey Dolomia Matt – Naturale Mosaic 3D 5x30 767194 30x30cm rectified 9mm"
            "keywords" => null
            "description" => "Important: note the technical details in the manufacturer catalog for the article FLORIM Contemporary Design Elemental Stone Of Cerim Grey Dolomia Matt – Naturale Mosaic 3D 5x30 767194 30x30cm rectified 9mm"
            "metaTitle" => "FLORIM Contemporary Design Elemental Stone Of Cerim Grey Dolomia 767194 matt – naturale 30x30cm Mosaico 3D 5x30 rectified 9mm | Trendfliesen"
            "packUnit" => null
            "packUnitPlural" => null
            "customFields" => [
              "akeneo_key" => "767194-florim"
              "akeneo_packboxm" => "2.4 m"
              "akeneo_packboxkg" => "14.4 kg"
              "akeneo_packboxm2" => "0.73 m²"
              "akeneo_packboxstk" => "8 Pc"
              "akeneo_za08_weight" => "1.8 kg"
              "akeneo_preisversandgruppe" => "vg0"
              "akeneo_artikelherstellereangtin" => 8032842228757
            ]
            "slotConfig" => null
            "customSearchKeywords" => null
          ]
          #createdAt: DateTimeImmutable @1696469778 {#15361
            date: 2023-10-05 01:36:18.826 UTC (+00:00)
          }
          #updatedAt: DateTimeImmutable @1707229041 {#15327
            date: 2024-02-06 14:17:21.734 UTC (+00:00)
          }
          -_entityName: "product"
          -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
          #parentId: null
          #childCount: 0
          #autoIncrement: 114238
          #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
          #manufacturerId: "1a2bb158a2b64abcae72f4ef520f3df6"
          #unitId: "0aa5ed8c40384f5d84e2b69063f939c1"
          #active: true
          #displayGroup: "00014b318fe419993a4ca5ad8cb69c89"
          #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#14927 …}
          #manufacturerNumber: null
          #ean: null
          #sales: 0
          #productNumber: "767194-florim"
          #stock: 0
          #availableStock: 0
          #available: true
          #deliveryTimeId: "56f2d43d78ab4fd78a0e90a660ad2525"
          #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14691 …}
          #restockTime: 7
          #isCloseout: false
          #purchaseSteps: 1
          #maxPurchase: null
          #minPurchase: 1
          #purchaseUnit: 8.0
          #referenceUnit: 1.0
          #shippingFree: false
          #purchasePrices: null
          #markAsTopseller: null
          #weight: 1.8
          #width: null
          #height: null
          #length: null
          #releaseDate: null
          #categoryTree: [
            "f626b7e3d9ca4656900d710ef5af2a02"
            "b1b9ae034ee14e41944d99227080714a"
            "4d444b86b9104321a9042a7de445280f"
            "26c9b9e463724561b61b6b13465821d6"
            "7455d1f383774557922f51e695dbab4b"
          ]
          #streamIds: [
            "38f03c6f6aa84d228da7226170f9a443"
          ]
          #optionIds: null
          #propertyIds: [
            "07a8e45ecd5c426f9daafe324819897e"
            "0c8bf11ecc9945b78ee21991fcc555a9"
            "0cf84a0c26fd4aff9baeea5b2d57e60a"
            "2439d7c26b33498cb2a613156231feda"
            "4044a0f483ac4ffc90dc5cbfe13a507c"
            "410c92a37c954025a025bc18381e0a41"
            "60668e82b7bb45c98241e3dad8e9013f"
            "877872fd07cb42cba918a2f42850cd09"
            "9f0b9fcb97a248b0a294c505b67b48e4"
            "a2516da8d67e45939aef71915cf0ad50"
            "aac8860d68b74ca9a017093adf85ab8b"
            "aefe1f8a04b449228cfd7654d56906bb"
            "b132d8fad5b1469882ea4a977413e0ba"
            "c4942f390c924810982601763f89079d"
            "ee99cd141a2d4dcda4737dc5fee3ce9f"
            "f55fdf97ec6549dab82b4f52c419fd5e"
            "fa122b6e535f49409672fcbd99232ffc"
          ]
          #name: "FLORIM Contemporary Design Elemental Stone Of Cerim Grey Dolomia Matt – Naturale Mosaic 3D 5x30 767194 30x30cm rectified 9mm"
          #keywords: null
          #description: "Important: note the technical details in the manufacturer catalog for the article FLORIM Contemporary Design Elemental Stone Of Cerim Grey Dolomia Matt – Naturale Mosaic 3D 5x30 767194 30x30cm rectified 9mm"
          #metaDescription: "Order FLORIM Contemporary Design Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
          #metaTitle: "FLORIM Contemporary Design Elemental Stone Of Cerim Grey Dolomia 767194 matt – naturale 30x30cm Mosaico 3D 5x30 rectified 9mm | Trendfliesen"
          #packUnit: null
          #packUnitPlural: null
          #variantRestrictions: null
          #configuratorGroupConfig: null
          #mainVariantId: null
          #displayParent: null
          #variantListingConfig: null
          #variation: []
          #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
          #manufacturer: null
          #unit: Shopware\Core\System\Unit\UnitEntity {#15920 …}
          #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#15911 …}
          #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#15906 …}
          #cover: null
          #parent: null
          #children: null
          #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#15896 …}
          #cmsPageId: null
          #cmsPage: null
          #slotConfig: null
          #searchKeywords: null
          #translations: null
          #categories: null
          #customFieldSets: null
          #tags: null
          #properties: null
          #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#15919 …}
          #configuratorSettings: null
          #categoriesRo: null
          #coverId: null
          #blacklistIds: null
          #whitelistIds: null
          #visibilities: null
          #tagIds: null
          #categoryIds: [
            "7455d1f383774557922f51e695dbab4b"
          ]
          #productReviews: null
          #ratingAverage: null
          #mainCategories: null
          #seoUrls: null
          #orderLineItems: null
          #crossSellings: null
          #crossSellingAssignedProducts: null
          #featureSetId: null
          #featureSet: null
          #customFieldSetSelectionActive: null
          #customSearchKeywords: null
          #wishlists: null
          #canonicalProductId: null
          #canonicalProduct: null
          #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#15917 …}
          #streams: null
          #id: "cdd46572c6584309b9779dc0330f4cef"
          #customFields: [
            "akeneo_key" => "767194-florim"
            "akeneo_packboxm" => "2.4 m"
            "akeneo_packboxkg" => "14.4 kg"
            "akeneo_packboxm2" => "0.73 m²"
            "akeneo_packboxstk" => "8 Pc"
            "akeneo_za08_weight" => "1.8 kg"
            "akeneo_preisversandgruppe" => "vg0"
            "akeneo_artikelherstellereangtin" => 8032842228757
          ]
          #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#15026 …}
          #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#15914 …}
          #sortedProperties: null
          #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#15017 …}
          #isNew: false
          #calculatedMaxPurchase: 2020
          #seoCategory: null
        }
        "88ddf4f2d974439baf65d0ad0c96e573" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#7994
          #extensions: [
            "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#14946
              #extensions: []
              #data: []
              #apiAlias: null
            }
            "acrisPromotion" => Shopware\Core\Framework\Struct\ArrayEntity {#14938
              #extensions: []
              #_uniqueIdentifier: null
              #versionId: null
              #translated: []
              #createdAt: null
              #updatedAt: null
              -_entityName: null
              -_fieldVisibility: null
              #data: [
                "promotionIds" => [
                  "dc59e6479ceb45fdb83aeddce8edcb92"
                ]
              ]
              #_entityName: "array-entity"
            }
            "search" => Shopware\Core\Framework\Struct\ArrayEntity {#14911
              #extensions: []
              #_uniqueIdentifier: null
              #versionId: null
              #translated: []
              #createdAt: null
              #updatedAt: null
              -_entityName: null
              -_fieldVisibility: null
              #data: [
                "productNumber" => "92129-cerdomus"
                "product_number" => "92129-cerdomus"
                "autoIncrement" => 106037
                "auto_increment" => 106037
              ]
              #_entityName: "array-entity"
            }
          ]
          #_uniqueIdentifier: "88ddf4f2d974439baf65d0ad0c96e573"
          #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
          #translated: [
            "metaDescription" => "Order Cerdomus Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            "name" => "Cerdomus Skorpion Ivory Matt 92129 120x280cm rectified 6mm"
            "keywords" => null
            "description" => "Articles, shipping and packaging costs on request. Contact us! Important: note the technical details in the manufacturer catalog for the article Cerdomus Skorpion Ivory Matt 92129 120x280cm rectified 6mm"
            "metaTitle" => "Cerdomus Skorpion Ivory 92129 matt 120x280cm rectified 6mm | Trendfliesen"
            "packUnit" => null
            "packUnitPlural" => null
            "customFields" => [
              "akeneo_key" => "92129-cerdomus"
              "akeneo_packboxkg" => "48.72 kg"
              "akeneo_packboxm2" => "3.36 m²"
              "akeneo_packboxstk" => "1 Pc"
              "akeneo_za08_weight" => "14.5 kg"
              "akeneo_preisversandgruppe" => "vg3"
              "akeneo_artikelherstellereangtin" => 8023484069099
            ]
            "slotConfig" => null
            "customSearchKeywords" => null
          ]
          #createdAt: DateTimeImmutable @1696414469 {#14908
            date: 2023-10-04 10:14:29.220 UTC (+00:00)
          }
          #updatedAt: DateTimeImmutable @1706711116 {#14913
            date: 2024-01-31 14:25:16.035 UTC (+00:00)
          }
          -_entityName: "product"
          -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
          #parentId: null
          #childCount: 0
          #autoIncrement: 106037
          #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
          #manufacturerId: "0034c62290464c568050415ab7aa3751"
          #unitId: "16f6e345106749179f57c2ef093335f4"
          #active: true
          #displayGroup: "0001b7932601cef45eccf4996e3b50bf"
          #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#14910 …}
          #manufacturerNumber: null
          #ean: null
          #sales: 0
          #productNumber: "92129-cerdomus"
          #stock: 0
          #availableStock: 0
          #available: true
          #deliveryTimeId: "56f2d43d78ab4fd78a0e90a660ad2525"
          #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14691 …}
          #restockTime: 7
          #isCloseout: false
          #purchaseSteps: 1
          #maxPurchase: null
          #minPurchase: 1
          #purchaseUnit: 3.36
          #referenceUnit: 1.0
          #shippingFree: false
          #purchasePrices: null
          #markAsTopseller: null
          #weight: 14.5
          #width: null
          #height: null
          #length: null
          #releaseDate: null
          #categoryTree: [
            "f626b7e3d9ca4656900d710ef5af2a02"
            "b1b9ae034ee14e41944d99227080714a"
            "6230422cca3147fbbc3601a5deea4e4a"
            "7d692fac23834bafba16dd1b37a77081"
          ]
          #streamIds: [
            "38f03c6f6aa84d228da7226170f9a443"
          ]
          #optionIds: null
          #propertyIds: [
            "07a8e45ecd5c426f9daafe324819897e"
            "0cf84a0c26fd4aff9baeea5b2d57e60a"
            "321f3fa520f44c36980007477fad7d3e"
            "45d4940b7ba34184ac3640c7afd5a343"
            "4afba50cfb43436087df483dfb710906"
            "6befabda19a444a49f2fe838de0145a7"
            "6fdde1419bba42caa18d4f9bf9f734c3"
            "877872fd07cb42cba918a2f42850cd09"
            "9f2c8bd560304764bcee0e86b3c5392c"
            "aefe1f8a04b449228cfd7654d56906bb"
            "c4942f390c924810982601763f89079d"
            "d36e8e69694e41fe9e448466d0cc4663"
            "d4dbc60718f241ca804021c841e79595"
            "f107d0fec4cb47918d2379ad2f324c7f"
          ]
          #name: "Cerdomus Skorpion Ivory Matt 92129 120x280cm rectified 6mm"
          #keywords: null
          #description: "Articles, shipping and packaging costs on request. Contact us! Important: note the technical details in the manufacturer catalog for the article Cerdomus Skorpion Ivory Matt 92129 120x280cm rectified 6mm"
          #metaDescription: "Order Cerdomus Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
          #metaTitle: "Cerdomus Skorpion Ivory 92129 matt 120x280cm rectified 6mm | Trendfliesen"
          #packUnit: null
          #packUnitPlural: null
          #variantRestrictions: null
          #configuratorGroupConfig: null
          #mainVariantId: null
          #displayParent: null
          #variantListingConfig: null
          #variation: []
          #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
          #manufacturer: null
          #unit: Shopware\Core\System\Unit\UnitEntity {#14648 …}
          #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#14887 …}
          #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#15326 …}
          #cover: null
          #parent: null
          #children: null
          #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#16255 …}
          #cmsPageId: null
          #cmsPage: null
          #slotConfig: null
          #searchKeywords: null
          #translations: null
          #categories: null
          #customFieldSets: null
          #tags: null
          #properties: null
          #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#16231 …}
          #configuratorSettings: null
          #categoriesRo: null
          #coverId: null
          #blacklistIds: null
          #whitelistIds: null
          #visibilities: null
          #tagIds: null
          #categoryIds: [
            "7d692fac23834bafba16dd1b37a77081"
          ]
          #productReviews: null
          #ratingAverage: null
          #mainCategories: null
          #seoUrls: null
          #orderLineItems: null
          #crossSellings: null
          #crossSellingAssignedProducts: null
          #featureSetId: null
          #featureSet: null
          #customFieldSetSelectionActive: null
          #customSearchKeywords: null
          #wishlists: null
          #canonicalProductId: null
          #canonicalProduct: null
          #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#16270 …}
          #streams: null
          #id: "88ddf4f2d974439baf65d0ad0c96e573"
          #customFields: [
            "akeneo_key" => "92129-cerdomus"
            "akeneo_packboxkg" => "48.72 kg"
            "akeneo_packboxm2" => "3.36 m²"
            "akeneo_packboxstk" => "1 Pc"
            "akeneo_za08_weight" => "14.5 kg"
            "akeneo_preisversandgruppe" => "vg3"
            "akeneo_artikelherstellereangtin" => 8023484069099
          ]
          #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#16246 …}
          #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#16250 …}
          #sortedProperties: null
          #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#15285 …}
          #isNew: false
          #calculatedMaxPurchase: 2020
          #seoCategory: null
        }
        "6639115e8c1c46b582f8dc0ab19f612a" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#15910
          #extensions: [
            "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#15912
              #extensions: []
              #data: []
              #apiAlias: null
            }
            "search" => Shopware\Core\Framework\Struct\ArrayEntity {#15891
              #extensions: []
              #_uniqueIdentifier: null
              #versionId: null
              #translated: []
              #createdAt: null
              #updatedAt: null
              -_entityName: null
              -_fieldVisibility: null
              #data: [
                "productNumber" => "0107748-monocibec"
                "product_number" => "0107748-monocibec"
                "autoIncrement" => 1791
                "auto_increment" => 1791
              ]
              #_entityName: "array-entity"
            }
          ]
          #_uniqueIdentifier: "6639115e8c1c46b582f8dc0ab19f612a"
          #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
          #translated: [
            "metaDescription" => "Order Monocibec Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            "name" => "Monocibec Charisma Trend Naturale 0107748 30x60cm rectified 9mm"
            "keywords" => null
            "description" => "Important: note the technical details in the manufacturer catalog for the article Monocibec Charisma Trend Naturale 0107748 30x60cm rectified 9mm"
            "metaTitle" => "Monocibec Charisma Trend 0107748 naturale 30x60cm rectified 9mm | Trendfliesen"
            "packUnit" => null
            "packUnitPlural" => null
            "customFields" => [
              "akeneo_key" => "0107748-monocibec"
              "akeneo_packboxkg" => "22.4 kg"
              "akeneo_packboxm2" => "1.08 m²"
              "akeneo_packboxstk" => "6 Pc"
              "akeneo_za08_weight" => "20.74 kg"
              "akeneo_preisversandgruppe" => "vg0"
              "akeneo_artikelherstellereangtin" => 8027812348191
            ]
            "slotConfig" => null
            "customSearchKeywords" => null
          ]
          #createdAt: DateTimeImmutable @1681461942 {#15886
            date: 2023-04-14 08:45:42.781 UTC (+00:00)
          }
          #updatedAt: DateTimeImmutable @1726753264 {#15909
            date: 2024-09-19 13:41:04.027 UTC (+00:00)
          }
          -_entityName: "product"
          -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
          #parentId: null
          #childCount: 0
          #autoIncrement: 1791
          #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
          #manufacturerId: "bb27e8e18e344c0e9c69f596b0ed51ca"
          #unitId: "16f6e345106749179f57c2ef093335f4"
          #active: true
          #displayGroup: "00020e56c938fed60e474f2c837da087"
          #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#15907 …}
          #manufacturerNumber: null
          #ean: null
          #sales: 0
          #productNumber: "0107748-monocibec"
          #stock: 0
          #availableStock: 0
          #available: true
          #deliveryTimeId: "7c53b96acf8943ffba5a11d439f227d0"
          #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#15899 …}
          #restockTime: 6
          #isCloseout: false
          #purchaseSteps: 1
          #maxPurchase: null
          #minPurchase: 1
          #purchaseUnit: 1.08
          #referenceUnit: 1.0
          #shippingFree: false
          #purchasePrices: null
          #markAsTopseller: null
          #weight: 20.74
          #width: null
          #height: null
          #length: null
          #releaseDate: null
          #categoryTree: [
            "f626b7e3d9ca4656900d710ef5af2a02"
            "b1b9ae034ee14e41944d99227080714a"
            "913d8bd1196a4712a0809948c06662e7"
            "00148985269f4815a38e8c27e98f08e1"
          ]
          #streamIds: [
            "141f25c9c1b2472db9db93b3aa5d834b"
            "38f03c6f6aa84d228da7226170f9a443"
          ]
          #optionIds: null
          #propertyIds: [
            "038d5fef28b444d4a977e8f7bfdaf739"
            "07a8e45ecd5c426f9daafe324819897e"
            "0cf84a0c26fd4aff9baeea5b2d57e60a"
            "110999819c57484e80de9eca4a5edac4"
            "2439d7c26b33498cb2a613156231feda"
            "4044a0f483ac4ffc90dc5cbfe13a507c"
            "410c92a37c954025a025bc18381e0a41"
            "6fdde1419bba42caa18d4f9bf9f734c3"
            "877872fd07cb42cba918a2f42850cd09"
            "9f2c8bd560304764bcee0e86b3c5392c"
            "9f5ab56723f04aff88ddd671a7e88d91"
            "aac8860d68b74ca9a017093adf85ab8b"
            "e581b3cd8b504b91a504f9c9584a3480"
            "f107d0fec4cb47918d2379ad2f324c7f"
          ]
          #name: "Monocibec Charisma Trend Naturale 0107748 30x60cm rectified 9mm"
          #keywords: null
          #description: "Important: note the technical details in the manufacturer catalog for the article Monocibec Charisma Trend Naturale 0107748 30x60cm rectified 9mm"
          #metaDescription: "Order Monocibec Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
          #metaTitle: "Monocibec Charisma Trend 0107748 naturale 30x60cm rectified 9mm | Trendfliesen"
          #packUnit: null
          #packUnitPlural: null
          #variantRestrictions: null
          #configuratorGroupConfig: null
          #mainVariantId: null
          #displayParent: null
          #variantListingConfig: null
          #variation: []
          #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
          #manufacturer: null
          #unit: Shopware\Core\System\Unit\UnitEntity {#14648 …}
          #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#15594 …}
          #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#15574 …}
          #cover: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaEntity {#15549 …}
          #parent: null
          #children: null
          #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#15232 …}
          #cmsPageId: null
          #cmsPage: null
          #slotConfig: null
          #searchKeywords: null
          #translations: null
          #categories: null
          #customFieldSets: null
          #tags: null
          #properties: null
          #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#16235 …}
          #configuratorSettings: null
          #categoriesRo: null
          #coverId: "089cb6eee45448f6b95e2b142ab1e0e1"
          #blacklistIds: null
          #whitelistIds: null
          #visibilities: null
          #tagIds: null
          #categoryIds: [
            "00148985269f4815a38e8c27e98f08e1"
          ]
          #productReviews: null
          #ratingAverage: null
          #mainCategories: null
          #seoUrls: null
          #orderLineItems: null
          #crossSellings: null
          #crossSellingAssignedProducts: null
          #featureSetId: null
          #featureSet: null
          #customFieldSetSelectionActive: null
          #customSearchKeywords: null
          #wishlists: null
          #canonicalProductId: null
          #canonicalProduct: null
          #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#16211 …}
          #streams: null
          #id: "6639115e8c1c46b582f8dc0ab19f612a"
          #customFields: [
            "akeneo_key" => "0107748-monocibec"
            "akeneo_packboxkg" => "22.4 kg"
            "akeneo_packboxm2" => "1.08 m²"
            "akeneo_packboxstk" => "6 Pc"
            "akeneo_za08_weight" => "20.74 kg"
            "akeneo_preisversandgruppe" => "vg0"
            "akeneo_artikelherstellereangtin" => 8027812348191
          ]
          #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#16206 …}
          #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#15016 …}
          #sortedProperties: null
          #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#15865 …}
          #isNew: false
          #calculatedMaxPurchase: 2020
          #seoCategory: null
        }
        "e16cf23a3b3844cf97610a1a39ae8dd1" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#15857
          #extensions: [
            "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#15831
              #extensions: []
              #data: []
              #apiAlias: null
            }
            "search" => Shopware\Core\Framework\Struct\ArrayEntity {#15854
              #extensions: []
              #_uniqueIdentifier: null
              #versionId: null
              #translated: []
              #createdAt: null
              #updatedAt: null
              -_entityName: null
              -_fieldVisibility: null
              #data: [
                "productNumber" => "D704-marcacorona"
                "product_number" => "D704-marcacorona"
                "autoIncrement" => 68623
                "auto_increment" => 68623
              ]
              #_entityName: "array-entity"
            }
          ]
          #_uniqueIdentifier: "e16cf23a3b3844cf97610a1a39ae8dd1"
          #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
          #translated: [
            "metaDescription" => "Order Marca Corona Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            "name" => "Marca Corona Textile Gold Half D704 0,3x37,5cm 8,5mm"
            "keywords" => null
            "description" => "Important: note the technical details in the manufacturer catalog for the article Marca Corona Textile Gold Half D704 0,3x37,5cm 8,5mm"
            "metaTitle" => "Marca Corona Textile Gold D704 0,3x37,5cm Half 8,5mm | Trendfliesen"
            "packUnit" => null
            "packUnitPlural" => null
            "customFields" => [
              "akeneo_key" => "D704-marcacorona"
              "akeneo_packboxm" => "3.75 m"
              "akeneo_packboxkg" => "0.5 kg"
              "akeneo_packboxm2" => "0.01 m²"
              "akeneo_packboxstk" => "10 Pc"
              "akeneo_za08_weight" => "0.05 kg"
              "akeneo_preisversandgruppe" => "vg0"
            ]
            "slotConfig" => null
            "customSearchKeywords" => null
          ]
          #createdAt: DateTimeImmutable @1691347947 {#15852
            date: 2023-08-06 18:52:27.052 UTC (+00:00)
          }
          #updatedAt: DateTimeImmutable @1706709158 {#15411
            date: 2024-01-31 13:52:38.460 UTC (+00:00)
          }
          -_entityName: "product"
          -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
          #parentId: null
          #childCount: 0
          #autoIncrement: 68623
          #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
          #manufacturerId: "b27a9f95ebd6402c90ee8d554332b2e1"
          #unitId: "0aa5ed8c40384f5d84e2b69063f939c1"
          #active: true
          #displayGroup: "000246dfc2233db0705b18103f946e9c"
          #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#15844 …}
          #manufacturerNumber: null
          #ean: null
          #sales: 0
          #productNumber: "D704-marcacorona"
          #stock: 0
          #availableStock: -2
          #available: true
          #deliveryTimeId: "56f2d43d78ab4fd78a0e90a660ad2525"
          #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14691 …}
          #restockTime: 7
          #isCloseout: false
          #purchaseSteps: 1
          #maxPurchase: null
          #minPurchase: 1
          #purchaseUnit: 10.0
          #referenceUnit: 1.0
          #shippingFree: false
          #purchasePrices: null
          #markAsTopseller: null
          #weight: 0.05
          #width: null
          #height: null
          #length: null
          #releaseDate: null
          #categoryTree: [
            "f626b7e3d9ca4656900d710ef5af2a02"
            "b1b9ae034ee14e41944d99227080714a"
            "1379f4f9634942e282e8d0d1a25f6be4"
            "38f8eb41dbe641d6b18aee6b071a0838"
          ]
          #streamIds: [
            "141f25c9c1b2472db9db93b3aa5d834b"
            "38f03c6f6aa84d228da7226170f9a443"
          ]
          #optionIds: null
          #propertyIds: [
            "078df2ff2b02414498267d89ee09d792"
            "0cf84a0c26fd4aff9baeea5b2d57e60a"
            "13215c2697334f80b40fb3ab8958cca0"
            "2439d7c26b33498cb2a613156231feda"
            "39b07250c0c64acd8288ec8d44a94bcf"
            "5fe21a7b24814a3892c8dbf867966841"
            "8346961f1f9541ab995f4dd47ea17857"
            "98db61b9c87042d595e6896da5d31fbd"
            "c4942f390c924810982601763f89079d"
            "f2d69e939a1c41b19da6ddb0f4ade089"
          ]
          #name: "Marca Corona Textile Gold Half D704 0,3x37,5cm 8,5mm"
          #keywords: null
          #description: "Important: note the technical details in the manufacturer catalog for the article Marca Corona Textile Gold Half D704 0,3x37,5cm 8,5mm"
          #metaDescription: "Order Marca Corona Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
          #metaTitle: "Marca Corona Textile Gold D704 0,3x37,5cm Half 8,5mm | Trendfliesen"
          #packUnit: null
          #packUnitPlural: null
          #variantRestrictions: null
          #configuratorGroupConfig: null
          #mainVariantId: null
          #displayParent: null
          #variantListingConfig: null
          #variation: []
          #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
          #manufacturer: null
          #unit: Shopware\Core\System\Unit\UnitEntity {#15920 …}
          #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#15432 …}
          #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#15402 …}
          #cover: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaEntity {#15379 …}
          #parent: null
          #children: null
          #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#7960 …}
          #cmsPageId: null
          #cmsPage: null
          #slotConfig: null
          #searchKeywords: null
          #translations: null
          #categories: null
          #customFieldSets: null
          #tags: null
          #properties: null
          #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#16222 …}
          #configuratorSettings: null
          #categoriesRo: null
          #coverId: "1a73b1062d7e4a56852de00a86fe34a0"
          #blacklistIds: null
          #whitelistIds: null
          #visibilities: null
          #tagIds: null
          #categoryIds: [
            "38f8eb41dbe641d6b18aee6b071a0838"
          ]
          #productReviews: null
          #ratingAverage: null
          #mainCategories: null
          #seoUrls: null
          #orderLineItems: null
          #crossSellings: null
          #crossSellingAssignedProducts: null
          #featureSetId: null
          #featureSet: null
          #customFieldSetSelectionActive: null
          #customSearchKeywords: null
          #wishlists: null
          #canonicalProductId: null
          #canonicalProduct: null
          #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#16224 …}
          #streams: null
          #id: "e16cf23a3b3844cf97610a1a39ae8dd1"
          #customFields: [
            "akeneo_key" => "D704-marcacorona"
            "akeneo_packboxm" => "3.75 m"
            "akeneo_packboxkg" => "0.5 kg"
            "akeneo_packboxm2" => "0.01 m²"
            "akeneo_packboxstk" => "10 Pc"
            "akeneo_za08_weight" => "0.05 kg"
            "akeneo_preisversandgruppe" => "vg0"
          ]
          #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#16732 …}
          #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#16595 …}
          #sortedProperties: null
          #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#16205 …}
          #isNew: false
          #calculatedMaxPurchase: 2020
          #seoCategory: null
        }
        "61f6116c986d45c394cb9437187879be" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#15617
          #extensions: [
            "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#15053
              #extensions: []
              #data: []
              #apiAlias: null
            }
            "search" => Shopware\Core\Framework\Struct\ArrayEntity {#15048
              #extensions: []
              #_uniqueIdentifier: null
              #versionId: null
              #translated: []
              #createdAt: null
              #updatedAt: null
              -_entityName: null
              -_fieldVisibility: null
              #data: [
                "productNumber" => "0120181-monocibec"
                "product_number" => "0120181-monocibec"
                "autoIncrement" => 1741
                "auto_increment" => 1741
              ]
              #_entityName: "array-entity"
            }
          ]
          #_uniqueIdentifier: "61f6116c986d45c394cb9437187879be"
          #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
          #translated: [
            "metaDescription" => "Order Monocibec Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            "name" => "Monocibec Blade Pure Naturale Stair plate 0120181 30x60cm rectified 9mm"
            "keywords" => null
            "description" => "Important: note the technical details in the manufacturer catalog for the article Monocibec Blade Pure Naturale Stair plate 0120181 30x60cm rectified 9mm"
            "metaTitle" => "Monocibec Blade Pure 0120181 naturale 30x60cm Gradino rectified 9mm | Trendfliesen"
            "packUnit" => null
            "packUnitPlural" => null
            "customFields" => [
              "akeneo_key" => "0120181-monocibec"
              "akeneo_packboxm" => "0.6 m"
              "akeneo_packboxkg" => "3.5 kg"
              "akeneo_packboxm2" => "0.18 m²"
              "akeneo_packboxstk" => "1 Pc"
              "akeneo_za08_weight" => "3.5 kg"
              "akeneo_preisversandgruppe" => "vg0"
              "akeneo_artikelherstellereangtin" => 8027812380092
            ]
            "slotConfig" => null
            "customSearchKeywords" => null
          ]
          #createdAt: DateTimeImmutable @1681461592 {#15032
            date: 2023-04-14 08:39:52.159 UTC (+00:00)
          }
          #updatedAt: DateTimeImmutable @1726753238 {#15043
            date: 2024-09-19 13:40:38.728 UTC (+00:00)
          }
          -_entityName: "product"
          -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
          #parentId: null
          #childCount: 0
          #autoIncrement: 1741
          #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
          #manufacturerId: "bb27e8e18e344c0e9c69f596b0ed51ca"
          #unitId: "0aa5ed8c40384f5d84e2b69063f939c1"
          #active: true
          #displayGroup: "ffffd2cdcc292a706187c026c3f6f126"
          #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#15050 …}
          #manufacturerNumber: null
          #ean: null
          #sales: 0
          #productNumber: "0120181-monocibec"
          #stock: 0
          #availableStock: 0
          #available: true
          #deliveryTimeId: "56f2d43d78ab4fd78a0e90a660ad2525"
          #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14691 …}
          #restockTime: 7
          #isCloseout: false
          #purchaseSteps: 1
          #maxPurchase: null
          #minPurchase: 1
          #purchaseUnit: 1.0
          #referenceUnit: 1.0
          #shippingFree: false
          #purchasePrices: null
          #markAsTopseller: null
          #weight: 3.5
          #width: null
          #height: null
          #length: null
          #releaseDate: null
          #categoryTree: [
            "f626b7e3d9ca4656900d710ef5af2a02"
            "b1b9ae034ee14e41944d99227080714a"
            "913d8bd1196a4712a0809948c06662e7"
            "d90ffdfe88ec4c6c9c48b1f233e368c8"
          ]
          #streamIds: [
            "141f25c9c1b2472db9db93b3aa5d834b"
            "38f03c6f6aa84d228da7226170f9a443"
          ]
          #optionIds: null
          #propertyIds: [
            "038d5fef28b444d4a977e8f7bfdaf739"
            "07a8e45ecd5c426f9daafe324819897e"
            "0cf84a0c26fd4aff9baeea5b2d57e60a"
            "22fb127bf2354a65853cf9f3bd8b11b8"
            "2439d7c26b33498cb2a613156231feda"
            "4044a0f483ac4ffc90dc5cbfe13a507c"
            "6fdde1419bba42caa18d4f9bf9f734c3"
            "877872fd07cb42cba918a2f42850cd09"
            "96cb9c25124d44aa8e997322af3a7a93"
            "9f5ab56723f04aff88ddd671a7e88d91"
            "aac8860d68b74ca9a017093adf85ab8b"
            "c4942f390c924810982601763f89079d"
            "c51ef77c079a4e4eafbcb4a42268cf03"
            "d196bd330a0d45728f1131ba9833f520"
            "f6fe04b41f98423f95459afc39f154ab"
          ]
          #name: "Monocibec Blade Pure Naturale Stair plate 0120181 30x60cm rectified 9mm"
          #keywords: null
          #description: "Important: note the technical details in the manufacturer catalog for the article Monocibec Blade Pure Naturale Stair plate 0120181 30x60cm rectified 9mm"
          #metaDescription: "Order Monocibec Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
          #metaTitle: "Monocibec Blade Pure 0120181 naturale 30x60cm Gradino rectified 9mm | Trendfliesen"
          #packUnit: null
          #packUnitPlural: null
          #variantRestrictions: null
          #configuratorGroupConfig: null
          #mainVariantId: null
          #displayParent: null
          #variantListingConfig: null
          #variation: []
          #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
          #manufacturer: null
          #unit: Shopware\Core\System\Unit\UnitEntity {#15920 …}
          #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#16840 …}
          #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#15056 …}
          #cover: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaEntity {#16164 …}
          #parent: null
          #children: null
          #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#15263 …}
          #cmsPageId: null
          #cmsPage: null
          #slotConfig: null
          #searchKeywords: null
          #translations: null
          #categories: null
          #customFieldSets: null
          #tags: null
          #properties: null
          #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#15440 …}
          #configuratorSettings: null
          #categoriesRo: null
          #coverId: "1f9a918d396a44429f63c3fa3c1f2b76"
          #blacklistIds: null
          #whitelistIds: null
          #visibilities: null
          #tagIds: null
          #categoryIds: [
            "d90ffdfe88ec4c6c9c48b1f233e368c8"
          ]
          #productReviews: null
          #ratingAverage: null
          #mainCategories: null
          #seoUrls: null
          #orderLineItems: null
          #crossSellings: null
          #crossSellingAssignedProducts: null
          #featureSetId: null
          #featureSet: null
          #customFieldSetSelectionActive: null
          #customSearchKeywords: null
          #wishlists: null
          #canonicalProductId: null
          #canonicalProduct: null
          #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#15487 …}
          #streams: null
          #id: "61f6116c986d45c394cb9437187879be"
          #customFields: [
            "akeneo_key" => "0120181-monocibec"
            "akeneo_packboxm" => "0.6 m"
            "akeneo_packboxkg" => "3.5 kg"
            "akeneo_packboxm2" => "0.18 m²"
            "akeneo_packboxstk" => "1 Pc"
            "akeneo_za08_weight" => "3.5 kg"
            "akeneo_preisversandgruppe" => "vg0"
            "akeneo_artikelherstellereangtin" => 8027812380092
          ]
          #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#15496 …}
          #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#15790 …}
          #sortedProperties: null
          #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#15786 …}
          #isNew: false
          #calculatedMaxPurchase: 2020
          #seoCategory: null
        }
        "b359bc9cdf8d4bf1a3b8a8f19f3a0e93" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#15787
          #extensions: [
            "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#15501
              #extensions: []
              #data: []
              #apiAlias: null
            }
            "search" => Shopware\Core\Framework\Struct\ArrayEntity {#15784
              #extensions: []
              #_uniqueIdentifier: null
              #versionId: null
              #translated: []
              #createdAt: null
              #updatedAt: null
              -_entityName: null
              -_fieldVisibility: null
              #data: [
                "productNumber" => "AHC5-mirage"
                "product_number" => "AHC5-mirage"
                "autoIncrement" => 144470
                "auto_increment" => 144470
              ]
              #_entityName: "array-entity"
            }
          ]
          #_uniqueIdentifier: "b359bc9cdf8d4bf1a3b8a8f19f3a0e93"
          #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
          #translated: [
            "metaDescription" => "Order Mirage Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            "name" => "Mirage Glocal Gc 08 Chamois Naturale AHC5 naturale 80x80cm rectified 9mm"
            "keywords" => null
            "description" => "Important: note the technical details in the manufacturer catalog for the article Mirage Glocal Gc 08 Chamois Naturale AHC5 naturale 80x80cm rectified 9mm"
            "metaTitle" => "Mirage Glocal Gc 08 Chamois AHC5 naturale 80x80cm rectified 9mm | Trendfliesen"
            "packUnit" => null
            "packUnitPlural" => null
            "customFields" => [
              "akeneo_key" => "AHC5-mirage"
              "akeneo_packboxkg" => "25.23 kg"
              "akeneo_packboxm2" => "1.28 m²"
              "akeneo_packboxstk" => "2 Pc"
              "akeneo_za08_weight" => "19.71 kg"
              "akeneo_preisversandgruppe" => "vg0"
              "akeneo_artikelherstellereangtin" => 8055493056364
            ]
            "slotConfig" => null
            "customSearchKeywords" => null
          ]
          #createdAt: DateTimeImmutable @1696713496 {#15524
            date: 2023-10-07 21:18:16.786 UTC (+00:00)
          }
          #updatedAt: DateTimeImmutable @1706713560 {#15522
            date: 2024-01-31 15:06:00.737 UTC (+00:00)
          }
          -_entityName: "product"
          -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
          #parentId: null
          #childCount: 0
          #autoIncrement: 144470
          #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
          #manufacturerId: "ba3a370b38ee4e199fa4022ebf2cb758"
          #unitId: "16f6e345106749179f57c2ef093335f4"
          #active: true
          #displayGroup: "00041655e2bf834c979988545d2e6e9d"
          #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#15517 …}
          #manufacturerNumber: null
          #ean: null
          #sales: 0
          #productNumber: "AHC5-mirage"
          #stock: 0
          #availableStock: 0
          #available: true
          #deliveryTimeId: "56f2d43d78ab4fd78a0e90a660ad2525"
          #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14691 …}
          #restockTime: 7
          #isCloseout: false
          #purchaseSteps: 1
          #maxPurchase: null
          #minPurchase: 1
          #purchaseUnit: 1.28
          #referenceUnit: 1.0
          #shippingFree: false
          #purchasePrices: null
          #markAsTopseller: null
          #weight: 19.71
          #width: null
          #height: null
          #length: null
          #releaseDate: null
          #categoryTree: [
            "f626b7e3d9ca4656900d710ef5af2a02"
            "b1b9ae034ee14e41944d99227080714a"
            "83e21c63a4354a22bad723ffd67a4808"
            "c1557e2d957a45b2ab74d6955da65950"
          ]
          #streamIds: [
            "141f25c9c1b2472db9db93b3aa5d834b"
            "38f03c6f6aa84d228da7226170f9a443"
          ]
          #optionIds: null
          #propertyIds: [
            "038d5fef28b444d4a977e8f7bfdaf739"
            "07a8e45ecd5c426f9daafe324819897e"
            "0cf84a0c26fd4aff9baeea5b2d57e60a"
            "22fb127bf2354a65853cf9f3bd8b11b8"
            "2439d7c26b33498cb2a613156231feda"
            "2f49e7b94f6a4a4395cc2b6745177fb1"
            "4044a0f483ac4ffc90dc5cbfe13a507c"
            "4185bafb80ff42fe9770f5a2cc6bdd31"
            "79dff1c2c9754144bfefcbf5a66f8ace"
            "877872fd07cb42cba918a2f42850cd09"
            "9f2c8bd560304764bcee0e86b3c5392c"
            "aac8860d68b74ca9a017093adf85ab8b"
            "b078cbedcf974b03a020ead3cac2264c"
            "b132d8fad5b1469882ea4a977413e0ba"
            "c4942f390c924810982601763f89079d"
            "f107d0fec4cb47918d2379ad2f324c7f"
            "fa122b6e535f49409672fcbd99232ffc"
          ]
          #name: "Mirage Glocal Gc 08 Chamois Naturale AHC5 naturale 80x80cm rectified 9mm"
          #keywords: null
          #description: "Important: note the technical details in the manufacturer catalog for the article Mirage Glocal Gc 08 Chamois Naturale AHC5 naturale 80x80cm rectified 9mm"
          #metaDescription: "Order Mirage Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
          #metaTitle: "Mirage Glocal Gc 08 Chamois AHC5 naturale 80x80cm rectified 9mm | Trendfliesen"
          #packUnit: null
          #packUnitPlural: null
          #variantRestrictions: null
          #configuratorGroupConfig: null
          #mainVariantId: null
          #displayParent: null
          #variantListingConfig: null
          #variation: []
          #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
          #manufacturer: null
          #unit: Shopware\Core\System\Unit\UnitEntity {#14648 …}
          #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#15530 …}
          #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#15489 …}
          #cover: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaEntity {#15770 …}
          #parent: null
          #children: null
          #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#15610 …}
          #cmsPageId: null
          #cmsPage: null
          #slotConfig: null
          #searchKeywords: null
          #translations: null
          #categories: null
          #customFieldSets: null
          #tags: null
          #properties: null
          #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#16080 …}
          #configuratorSettings: null
          #categoriesRo: null
          #coverId: "73de2b1d72484fedb8113e80b8dccd3d"
          #blacklistIds: null
          #whitelistIds: null
          #visibilities: null
          #tagIds: null
          #categoryIds: [
            "c1557e2d957a45b2ab74d6955da65950"
          ]
          #productReviews: null
          #ratingAverage: null
          #mainCategories: null
          #seoUrls: null
          #orderLineItems: null
          #crossSellings: null
          #crossSellingAssignedProducts: null
          #featureSetId: null
          #featureSet: null
          #customFieldSetSelectionActive: null
          #customSearchKeywords: null
          #wishlists: null
          #canonicalProductId: null
          #canonicalProduct: null
          #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#16056 …}
          #streams: null
          #id: "b359bc9cdf8d4bf1a3b8a8f19f3a0e93"
          #customFields: [
            "akeneo_key" => "AHC5-mirage"
            "akeneo_packboxkg" => "25.23 kg"
            "akeneo_packboxm2" => "1.28 m²"
            "akeneo_packboxstk" => "2 Pc"
            "akeneo_za08_weight" => "19.71 kg"
            "akeneo_preisversandgruppe" => "vg0"
            "akeneo_artikelherstellereangtin" => 8055493056364
          ]
          #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#16051 …}
          #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#15207 …}
          #sortedProperties: null
          #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#15765 …}
          #isNew: false
          #calculatedMaxPurchase: 2020
          #seoCategory: null
        }
      ]
    }
    "zenitPlatformStratus" => Shopware\Core\Framework\Struct\ArrayEntity {#17560
      #extensions: []
      #_uniqueIdentifier: null
      #versionId: null
      #translated: []
      #createdAt: null
      #updatedAt: null
      -_entityName: null
      -_fieldVisibility: null
      #data: [
        "system" => "platform"
      ]
      #_entityName: "array-entity"
    }
  ]
  #languageIdChain: [
    "08fc5b43b2734a728b95ed037328ff42"
    "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
  ]
  #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
  #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
  #currencyFactor: 1.0
  #scope: "user"
  #ruleIds: [
    "de67ee3675904d6e86786106a5ed9312"
    "44280f1cb1274f6e9743cbd41d4bc2e0"
    "8c093c6cfdbd4290934c7763fba52f29"
    "c29a4505aedd481299e9355a49479a8f"
    "e5dac7a49999424fb18da9d04466d6c3"
    "f75c7450a1b2403aa429de31e036c0a5"
    "5d386fd2f0c246269c77c9cd7c6cb849"
    "087549160c554cfba10edfd3d960228f"
    "20b55eff2d474b14bca213fbc25b6fa1"
    "246e3a31a80f414db84234bc0df09794"
    "503a0e3d21954683bfc770ad8751b3da"
    "62daa92a46f1442f9da796073ae43cfd"
    "73acb06800f34dfeb018ecfcca5ce077"
    "a2177ef77a0843eabce10644477a234f"
    "ba3e5e83b4824c1ca7abbe1b7709e728"
    "bc96d4652f1046f48c66723ca78b7903"
  ]
  #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#2160 …}
  #considerInheritance: true
  #taxState: "gross"
  #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#3488 …}
  -states: [
    "cart-filled" => "cart-filled"
    "logged-in" => "logged-in"
  ]
}
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"ac73c3532e1b46a9a8f6d8a6d9d72f4a"
sw-maintenance
false
sw-maintenance-ip-whitelist
null
sw-original-request-uri
"/en"
sw-sales-channel-absolute-base-url
"https://dev.artecon.426.agency"
sw-sales-channel-base-url
"/en"
sw-sales-channel-context
Shopware\Core\System\SalesChannel\SalesChannelContext {#4115
  #extensions: []
  #token: "i6WNFe0KRRKGMRMZReMODMx2woSueCQR"
  #currentCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#4793 …}
  #fallbackCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#3589 …}
  #currency: Shopware\Core\System\Currency\CurrencyEntity {#3477 …}
  #salesChannel: Shopware\Core\System\SalesChannel\SalesChannelEntity {#2525 …}
  #taxRules: Shopware\Core\System\Tax\TaxCollection {#4101 …}
  #customer: Shopware\Core\Checkout\Customer\CustomerEntity {#4518 …}
  #paymentMethod: Shopware\Core\Checkout\Payment\PaymentMethodEntity {#4114 …}
  #shippingMethod: Shopware\Core\Checkout\Shipping\ShippingMethodEntity {#4452 …}
  #shippingLocation: Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation {#5168 …}
  #rulesIds: [
    "de67ee3675904d6e86786106a5ed9312"
    "44280f1cb1274f6e9743cbd41d4bc2e0"
    "8c093c6cfdbd4290934c7763fba52f29"
    "c29a4505aedd481299e9355a49479a8f"
    "e5dac7a49999424fb18da9d04466d6c3"
    "f75c7450a1b2403aa429de31e036c0a5"
    "5d386fd2f0c246269c77c9cd7c6cb849"
    "087549160c554cfba10edfd3d960228f"
    "20b55eff2d474b14bca213fbc25b6fa1"
    "246e3a31a80f414db84234bc0df09794"
    "503a0e3d21954683bfc770ad8751b3da"
    "62daa92a46f1442f9da796073ae43cfd"
    "73acb06800f34dfeb018ecfcca5ce077"
    "a2177ef77a0843eabce10644477a234f"
    "ba3e5e83b4824c1ca7abbe1b7709e728"
    "bc96d4652f1046f48c66723ca78b7903"
  ]
  #areaRuleIds: [
    "shipping" => [
      "44280f1cb1274f6e9743cbd41d4bc2e0"
      "087549160c554cfba10edfd3d960228f"
    ]
    "product" => [
      "f75c7450a1b2403aa429de31e036c0a5"
    ]
    "promotion" => [
      "5d386fd2f0c246269c77c9cd7c6cb849"
      "ba3e5e83b4824c1ca7abbe1b7709e728"
    ]
    "payment" => [
      "73acb06800f34dfeb018ecfcca5ce077"
      "ba3e5e83b4824c1ca7abbe1b7709e728"
    ]
  ]
  #rulesLocked: false
  #permissions: []
  #permisionsLocked: false
  #context: Shopware\Core\Framework\Context {#4107
    #extensions: [
      "disGA4ProductsExtension" => Shopware\Core\Framework\DataAbstractionLayer\EntityCollection {#17450
        #extensions: []
        #elements: [
          "ac339710265b43c187b1029beee50fc1" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#14711
            #extensions: [
              "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#14695
                #extensions: []
                #data: []
                #apiAlias: null
              }
              "search" => Shopware\Core\Framework\Struct\ArrayEntity {#14693
                #extensions: []
                #_uniqueIdentifier: null
                #versionId: null
                #translated: []
                #createdAt: null
                #updatedAt: null
                -_entityName: null
                -_fieldVisibility: null
                #data: [
                  "productNumber" => "4100608-41zero42"
                  "product_number" => "4100608-41zero42"
                  "autoIncrement" => 10292
                  "auto_increment" => 10292
                ]
                #_entityName: "array-entity"
              }
            ]
            #_uniqueIdentifier: "ac339710265b43c187b1029beee50fc1"
            #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
            #translated: [
              "metaDescription" => "Order 41zero42 Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
              "name" => "41zero42 Biscuit Bianco Matt Peak 4100608 5x20cm 8mm"
              "keywords" => null
              "description" => "Important: note the technical details in the manufacturer catalog for the article 41zero42 Biscuit Bianco Matt Peak 4100608 5x20cm 8mm"
              "metaTitle" => "41zero42 Biscuit Bianco 4100608 matt 5x20cm Peak 8mm | Trendfliesen"
              "packUnit" => null
              "packUnitPlural" => null
              "customFields" => [
                "akeneo_key" => "4100608-41zero42"
                "akeneo_packboxkg" => "5.4 kg"
                "akeneo_packboxm2" => "0.4 m²"
                "akeneo_packboxstk" => "40 Pc"
                "akeneo_za08_weight" => "13.5 kg"
                "akeneo_preisversandgruppe" => "vg0"
                "akeneo_statusinshopbestellbar" => false
              ]
              "slotConfig" => null
              "customSearchKeywords" => null
            ]
            #createdAt: DateTimeImmutable @1681831777 {#14672
              date: 2023-04-18 15:29:37.917 UTC (+00:00)
            }
            #updatedAt: DateTimeImmutable @1720534222 {#14696
              date: 2024-07-09 14:10:22.524 UTC (+00:00)
            }
            -_entityName: "product"
            -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
            #parentId: null
            #childCount: 0
            #autoIncrement: 10292
            #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
            #manufacturerId: "6a17e25f5bb14565a2525e708d903313"
            #unitId: "16f6e345106749179f57c2ef093335f4"
            #active: true
            #displayGroup: "1bd676b293f218003c9aab6710efb06e"
            #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#14688 …}
            #manufacturerNumber: null
            #ean: null
            #sales: 10
            #productNumber: "4100608-41zero42"
            #stock: 0
            #availableStock: -68
            #available: true
            #deliveryTimeId: "56f2d43d78ab4fd78a0e90a660ad2525"
            #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14691 …}
            #restockTime: 7
            #isCloseout: false
            #purchaseSteps: 1
            #maxPurchase: null
            #minPurchase: 1
            #purchaseUnit: 0.4
            #referenceUnit: 1.0
            #shippingFree: false
            #purchasePrices: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#14663 …}
            #markAsTopseller: null
            #weight: 13.5
            #width: null
            #height: null
            #length: null
            #releaseDate: null
            #categoryTree: [
              "f626b7e3d9ca4656900d710ef5af2a02"
              "b1b9ae034ee14e41944d99227080714a"
              "95185004eade488a9ce4023709c691ed"
              "d5ed019e9ca44779be08a4c37f7d6dbe"
            ]
            #streamIds: [
              "141f25c9c1b2472db9db93b3aa5d834b"
              "38f03c6f6aa84d228da7226170f9a443"
            ]
            #optionIds: null
            #propertyIds: [
              "0b1a37b5c20e4ca7a0acdb52fbd8e81a"
              "0cf84a0c26fd4aff9baeea5b2d57e60a"
              "3618c8464597465ebfa6270882fcca45"
              "38cb1174506c4996ae8f1699b79df8eb"
              "45d4940b7ba34184ac3640c7afd5a343"
              "48592959f24d4b8da254bda43ebd77da"
              "5fe21a7b24814a3892c8dbf867966841"
              "62454956c780424abf37b56dac079148"
              "8d5c1f69c58f422792f7d0128b53fdb0"
              "9f2c8bd560304764bcee0e86b3c5392c"
              "aefe1f8a04b449228cfd7654d56906bb"
              "b54825d729434ee68839b6c277b262a5"
              "f107d0fec4cb47918d2379ad2f324c7f"
            ]
            #name: "41zero42 Biscuit Bianco Matt Peak 4100608 5x20cm 8mm"
            #keywords: null
            #description: "Important: note the technical details in the manufacturer catalog for the article 41zero42 Biscuit Bianco Matt Peak 4100608 5x20cm 8mm"
            #metaDescription: "Order 41zero42 Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            #metaTitle: "41zero42 Biscuit Bianco 4100608 matt 5x20cm Peak 8mm | Trendfliesen"
            #packUnit: null
            #packUnitPlural: null
            #variantRestrictions: null
            #configuratorGroupConfig: null
            #mainVariantId: null
            #displayParent: null
            #variantListingConfig: null
            #variation: []
            #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
            #manufacturer: null
            #unit: Shopware\Core\System\Unit\UnitEntity {#14648 …}
            #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#14845 …}
            #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#14826 …}
            #cover: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaEntity {#14833 …}
            #parent: null
            #children: null
            #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#14578 …}
            #cmsPageId: null
            #cmsPage: null
            #slotConfig: null
            #searchKeywords: null
            #translations: null
            #categories: null
            #customFieldSets: null
            #tags: null
            #properties: null
            #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#14535 …}
            #configuratorSettings: null
            #categoriesRo: null
            #coverId: "fcb48f038d404f26a4d820858ad1cc8f"
            #blacklistIds: null
            #whitelistIds: null
            #visibilities: null
            #tagIds: null
            #categoryIds: [
              "d5ed019e9ca44779be08a4c37f7d6dbe"
            ]
            #productReviews: null
            #ratingAverage: null
            #mainCategories: null
            #seoUrls: null
            #orderLineItems: null
            #crossSellings: null
            #crossSellingAssignedProducts: null
            #featureSetId: null
            #featureSet: null
            #customFieldSetSelectionActive: null
            #customSearchKeywords: null
            #wishlists: null
            #canonicalProductId: null
            #canonicalProduct: null
            #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#14533 …}
            #streams: null
            #id: "ac339710265b43c187b1029beee50fc1"
            #customFields: [
              "akeneo_key" => "4100608-41zero42"
              "akeneo_packboxkg" => "5.4 kg"
              "akeneo_packboxm2" => "0.4 m²"
              "akeneo_packboxstk" => "40 Pc"
              "akeneo_za08_weight" => "13.5 kg"
              "akeneo_preisversandgruppe" => "vg0"
              "akeneo_statusinshopbestellbar" => false
            ]
            #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#14031 …}
            #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#14022 …}
            #sortedProperties: null
            #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#14843 …}
            #isNew: false
            #calculatedMaxPurchase: 2020
            #seoCategory: null
          }
          "6f42ec6254ba464db11419e4aa2efc74" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#14297
            #extensions: [
              "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#14318
                #extensions: []
                #data: []
                #apiAlias: null
              }
              "acrisPromotion" => Shopware\Core\Framework\Struct\ArrayEntity {#14320
                #extensions: []
                #_uniqueIdentifier: null
                #versionId: null
                #translated: []
                #createdAt: null
                #updatedAt: null
                -_entityName: null
                -_fieldVisibility: null
                #data: [
                  "promotionIds" => [
                    "dc59e6479ceb45fdb83aeddce8edcb92"
                  ]
                ]
                #_entityName: "array-entity"
              }
              "search" => Shopware\Core\Framework\Struct\ArrayEntity {#14326
                #extensions: []
                #_uniqueIdentifier: null
                #versionId: null
                #translated: []
                #createdAt: null
                #updatedAt: null
                -_entityName: null
                -_fieldVisibility: null
                #data: [
                  "productNumber" => "7001283-alfalux"
                  "product_number" => "7001283-alfalux"
                  "autoIncrement" => 42795
                  "auto_increment" => 42795
                ]
                #_entityName: "array-entity"
              }
            ]
            #_uniqueIdentifier: "6f42ec6254ba464db11419e4aa2efc74"
            #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
            #translated: [
              "metaDescription" => "Order Alfalux Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
              "name" => "Alfalux Civitas Dorato Naturale 7001283 15x15cm 8mm"
              "keywords" => null
              "description" => "Important: note the technical details in the manufacturer catalog for the article Alfalux Civitas Dorato Naturale 7001283 15x15cm 8mm"
              "metaTitle" => "Alfalux Civitas Dorato 7001283 naturale 15x15cm 8mm | Trendfliesen"
              "packUnit" => "AAA"
              "packUnitPlural" => "AAAAs"
              "customFields" => [
                "akeneo_key" => "7001283-alfalux"
                "akeneo_packboxkg" => "16 kg"
                "akeneo_packboxm2" => "1.04 m²"
                "akeneo_packboxstk" => "46 Pc"
                "akeneo_za08_weight" => "15.38 kg"
                "akeneo_preisversandgruppe" => "vg0"
                "akeneo_statusinshopbestellbar" => true
                "akeneo_statusinshoppreiszeigen" => true
                "akeneo_artikelherstellereangtin" => 8054119008077
              ]
              "slotConfig" => null
              "customSearchKeywords" => null
            ]
            #createdAt: DateTimeImmutable @1684681846 {#14302
              date: 2023-05-21 15:10:46.042 UTC (+00:00)
            }
            #updatedAt: DateTimeImmutable @1717576879 {#14323
              date: 2024-06-05 08:41:19.072 UTC (+00:00)
            }
            -_entityName: "product"
            -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
            #parentId: null
            #childCount: 0
            #autoIncrement: 42795
            #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
            #manufacturerId: "1254d5a37782425f9ed966f51613e18f"
            #unitId: "16f6e345106749179f57c2ef093335f4"
            #active: true
            #displayGroup: "b41f17324dd5be561fd10346b7252373"
            #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#14325 …}
            #manufacturerNumber: null
            #ean: null
            #sales: 5
            #productNumber: "7001283-alfalux"
            #stock: 0
            #availableStock: -114
            #available: true
            #deliveryTimeId: "ab54f2a7406346caa9d4fddaad61400f"
            #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14307 …}
            #restockTime: 10
            #isCloseout: false
            #purchaseSteps: 10
            #maxPurchase: 100
            #minPurchase: 33
            #purchaseUnit: 1.04
            #referenceUnit: 7.0
            #shippingFree: false
            #purchasePrices: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#14343 …}
            #markAsTopseller: null
            #weight: 15.995
            #width: null
            #height: null
            #length: null
            #releaseDate: null
            #categoryTree: [
              "f626b7e3d9ca4656900d710ef5af2a02"
              "b1b9ae034ee14e41944d99227080714a"
              "5dc1556910d94b969e4b1b250d266c36"
              "e3a3415d127c478fa424e9bfb70ae6a1"
            ]
            #streamIds: [
              "141f25c9c1b2472db9db93b3aa5d834b"
              "38f03c6f6aa84d228da7226170f9a443"
              "e67306d60c77465b9ad803a125398487"
            ]
            #optionIds: null
            #propertyIds: [
              "038d5fef28b444d4a977e8f7bfdaf739"
              "07a8e45ecd5c426f9daafe324819897e"
              "0cf84a0c26fd4aff9baeea5b2d57e60a"
              "20cd41c4c72646b1b09a79e086bc864f"
              "321f3fa520f44c36980007477fad7d3e"
              "410c92a37c954025a025bc18381e0a41"
              "5fe21a7b24814a3892c8dbf867966841"
              "62454956c780424abf37b56dac079148"
              "6fdde1419bba42caa18d4f9bf9f734c3"
              "9f2c8bd560304764bcee0e86b3c5392c"
              "aac8860d68b74ca9a017093adf85ab8b"
              "c4942f390c924810982601763f89079d"
              "f107d0fec4cb47918d2379ad2f324c7f"
              "fcf4763357724ca9aa945d93542dacc1"
            ]
            #name: "Alfalux Civitas Dorato Naturale 7001283 15x15cm 8mm"
            #keywords: null
            #description: "Important: note the technical details in the manufacturer catalog for the article Alfalux Civitas Dorato Naturale 7001283 15x15cm 8mm"
            #metaDescription: "Order Alfalux Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            #metaTitle: "Alfalux Civitas Dorato 7001283 naturale 15x15cm 8mm | Trendfliesen"
            #packUnit: null
            #packUnitPlural: null
            #variantRestrictions: null
            #configuratorGroupConfig: null
            #mainVariantId: null
            #displayParent: null
            #variantListingConfig: null
            #variation: []
            #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
            #manufacturer: null
            #unit: Shopware\Core\System\Unit\UnitEntity {#14648 …}
            #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#14356 …}
            #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#14332 …}
            #cover: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaEntity {#14366 …}
            #parent: null
            #children: null
            #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#14372 …}
            #cmsPageId: null
            #cmsPage: null
            #slotConfig: null
            #searchKeywords: null
            #translations: null
            #categories: null
            #customFieldSets: null
            #tags: null
            #properties: null
            #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#14385 …}
            #configuratorSettings: null
            #categoriesRo: null
            #coverId: "72956d598a444583bdb7351a7fddf592"
            #blacklistIds: null
            #whitelistIds: null
            #visibilities: null
            #tagIds: null
            #categoryIds: [
              "e3a3415d127c478fa424e9bfb70ae6a1"
            ]
            #productReviews: null
            #ratingAverage: null
            #mainCategories: null
            #seoUrls: null
            #orderLineItems: null
            #crossSellings: null
            #crossSellingAssignedProducts: null
            #featureSetId: null
            #featureSet: null
            #customFieldSetSelectionActive: null
            #customSearchKeywords: null
            #wishlists: null
            #canonicalProductId: null
            #canonicalProduct: null
            #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#14362 …}
            #streams: null
            #id: "6f42ec6254ba464db11419e4aa2efc74"
            #customFields: [
              "akeneo_key" => "7001283-alfalux"
              "akeneo_packboxkg" => "16 kg"
              "akeneo_packboxm2" => "1.04 m²"
              "akeneo_packboxstk" => "46 Pc"
              "akeneo_za08_weight" => "15.38 kg"
              "akeneo_preisversandgruppe" => "vg0"
              "akeneo_statusinshopbestellbar" => true
              "akeneo_statusinshoppreiszeigen" => true
              "akeneo_artikelherstellereangtin" => 8054119008077
            ]
            #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#14378 …}
            #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#14032 …}
            #sortedProperties: null
            #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#14111 …}
            #isNew: false
            #calculatedMaxPurchase: 93
            #seoCategory: null
          }
          "cd13d2644ad54f5a88b1f2f957cfbbf9" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#14076
            #extensions: [
              "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#14100
                #extensions: []
                #data: []
                #apiAlias: null
              }
              "acrisPromotion" => Shopware\Core\Framework\Struct\ArrayEntity {#13672
                #extensions: []
                #_uniqueIdentifier: null
                #versionId: null
                #translated: []
                #createdAt: null
                #updatedAt: null
                -_entityName: null
                -_fieldVisibility: null
                #data: [
                  "promotionIds" => [
                    "dc59e6479ceb45fdb83aeddce8edcb92"
                  ]
                ]
                #_entityName: "array-entity"
              }
              "search" => Shopware\Core\Framework\Struct\ArrayEntity {#13688
                #extensions: []
                #_uniqueIdentifier: null
                #versionId: null
                #translated: []
                #createdAt: null
                #updatedAt: null
                -_entityName: null
                -_fieldVisibility: null
                #data: [
                  "productNumber" => "LSCWF10-lea"
                  "product_number" => "LSCWF10-lea"
                  "autoIncrement" => 14565
                  "auto_increment" => 14565
                ]
                #_entityName: "array-entity"
              }
            ]
            #_uniqueIdentifier: "cd13d2644ad54f5a88b1f2f957cfbbf9"
            #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
            #translated: [
              "metaDescription" => "Order Lea Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
              "name" => "Lea Slimtech Waterfall Gray Flow Naturale – Antibacterial LSCWF10 100x100cm rectified 5,5mm"
              "keywords" => null
              "description" => "Important: note the technical details in the manufacturer catalog for the article Lea Slimtech Waterfall Gray Flow Naturale – Antibacterial LSCWF10 100x100cm rectified 5,5mm"
              "metaTitle" => "Lea Slimtech Waterfall Gray Flow LSCWF10 naturale – antibacterial 100x100cm rectified 5,5mm | Trendfliesen"
              "packUnit" => null
              "packUnitPlural" => null
              "customFields" => [
                "akeneo_key" => "LSCWF10-lea"
                "akeneo_packboxkg" => "23 kg"
                "akeneo_packboxm2" => "2 m²"
                "akeneo_packboxstk" => "2 Pc"
                "akeneo_za08_weight" => "11.5 kg"
                "akeneo_preisversandgruppe" => "vg1"
                "akeneo_artikelherstellereangtin" => 8025885108940
              ]
              "slotConfig" => null
              "customSearchKeywords" => null
            ]
            #createdAt: DateTimeImmutable @1684263097 {#13700
              date: 2023-05-16 18:51:37.659 UTC (+00:00)
            }
            #updatedAt: DateTimeImmutable @1720535743 {#13421
              date: 2024-07-09 14:35:43.935 UTC (+00:00)
            }
            -_entityName: "product"
            -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
            #parentId: null
            #childCount: 0
            #autoIncrement: 14565
            #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
            #manufacturerId: "0f993559518942e586dd4e5c55741406"
            #unitId: "16f6e345106749179f57c2ef093335f4"
            #active: true
            #displayGroup: "000024382b8cb0563937383cf616578c"
            #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#13992 …}
            #manufacturerNumber: null
            #ean: null
            #sales: 0
            #productNumber: "LSCWF10-lea"
            #stock: 0
            #availableStock: -3
            #available: true
            #deliveryTimeId: "56f2d43d78ab4fd78a0e90a660ad2525"
            #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14691 …}
            #restockTime: 7
            #isCloseout: false
            #purchaseSteps: 1
            #maxPurchase: null
            #minPurchase: 1
            #purchaseUnit: 2.0
            #referenceUnit: 1.0
            #shippingFree: false
            #purchasePrices: null
            #markAsTopseller: null
            #weight: 11.5
            #width: null
            #height: null
            #length: null
            #releaseDate: null
            #categoryTree: [
              "f626b7e3d9ca4656900d710ef5af2a02"
              "b1b9ae034ee14e41944d99227080714a"
              "88f97718173448ebb4ff2ba064d64524"
              "1135a997ee2e40bb8a6f3458e0261db8"
            ]
            #streamIds: [
              "141f25c9c1b2472db9db93b3aa5d834b"
              "38f03c6f6aa84d228da7226170f9a443"
            ]
            #optionIds: null
            #propertyIds: [
              "07a8e45ecd5c426f9daafe324819897e"
              "0cf84a0c26fd4aff9baeea5b2d57e60a"
              "293d2f5ab50f454f957734c8a279f0e2"
              "3205a93056fd46dab9eb8144255f4ae0"
              "410c92a37c954025a025bc18381e0a41"
              "4185bafb80ff42fe9770f5a2cc6bdd31"
              "41fd4c7ed1a8455e989a1a55b957e44a"
              "877872fd07cb42cba918a2f42850cd09"
              "9a765c0a79d9455ca04385c38d809dfe"
              "9f2c8bd560304764bcee0e86b3c5392c"
              "aac8860d68b74ca9a017093adf85ab8b"
              "b401bc8c7e344d52b85d563da2bcdb75"
              "c1a077e96d99485a9bf7f5a0e4c688cb"
              "c4942f390c924810982601763f89079d"
              "f107d0fec4cb47918d2379ad2f324c7f"
            ]
            #name: "Lea Slimtech Waterfall Gray Flow Naturale – Antibacterial LSCWF10 100x100cm rectified 5,5mm"
            #keywords: null
            #description: "Important: note the technical details in the manufacturer catalog for the article Lea Slimtech Waterfall Gray Flow Naturale – Antibacterial LSCWF10 100x100cm rectified 5,5mm"
            #metaDescription: "Order Lea Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            #metaTitle: "Lea Slimtech Waterfall Gray Flow LSCWF10 naturale – antibacterial 100x100cm rectified 5,5mm | Trendfliesen"
            #packUnit: null
            #packUnitPlural: null
            #variantRestrictions: null
            #configuratorGroupConfig: null
            #mainVariantId: null
            #displayParent: null
            #variantListingConfig: null
            #variation: []
            #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
            #manufacturer: null
            #unit: Shopware\Core\System\Unit\UnitEntity {#14648 …}
            #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#16724 …}
            #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#16734 …}
            #cover: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaEntity {#13956 …}
            #parent: null
            #children: null
            #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#17132 …}
            #cmsPageId: null
            #cmsPage: null
            #slotConfig: null
            #searchKeywords: null
            #translations: null
            #categories: null
            #customFieldSets: null
            #tags: null
            #properties: null
            #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#16327 …}
            #configuratorSettings: null
            #categoriesRo: null
            #coverId: "980961a0d10f43d5a4fbcfacfe83249f"
            #blacklistIds: null
            #whitelistIds: null
            #visibilities: null
            #tagIds: null
            #categoryIds: [
              "1135a997ee2e40bb8a6f3458e0261db8"
            ]
            #productReviews: null
            #ratingAverage: null
            #mainCategories: null
            #seoUrls: null
            #orderLineItems: null
            #crossSellings: null
            #crossSellingAssignedProducts: null
            #featureSetId: null
            #featureSet: null
            #customFieldSetSelectionActive: null
            #customSearchKeywords: null
            #wishlists: null
            #canonicalProductId: null
            #canonicalProduct: null
            #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#16654 …}
            #streams: null
            #id: "cd13d2644ad54f5a88b1f2f957cfbbf9"
            #customFields: [
              "akeneo_key" => "LSCWF10-lea"
              "akeneo_packboxkg" => "23 kg"
              "akeneo_packboxm2" => "2 m²"
              "akeneo_packboxstk" => "2 Pc"
              "akeneo_za08_weight" => "11.5 kg"
              "akeneo_preisversandgruppe" => "vg1"
              "akeneo_artikelherstellereangtin" => 8025885108940
            ]
            #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#16410 …}
            #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#16776 …}
            #sortedProperties: null
            #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#16770 …}
            #isNew: false
            #calculatedMaxPurchase: 2020
            #seoCategory: null
          }
          "c0bf75689d41449a82f67dab9a332b0e" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#16821
            #extensions: [
              "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#16706
                #extensions: []
                #data: []
                #apiAlias: null
              }
              "acrisPromotion" => Shopware\Core\Framework\Struct\ArrayEntity {#16466
                #extensions: []
                #_uniqueIdentifier: null
                #versionId: null
                #translated: []
                #createdAt: null
                #updatedAt: null
                -_entityName: null
                -_fieldVisibility: null
                #data: [
                  "promotionIds" => [
                    "dc59e6479ceb45fdb83aeddce8edcb92"
                  ]
                ]
                #_entityName: "array-entity"
              }
              "search" => Shopware\Core\Framework\Struct\ArrayEntity {#16631
                #extensions: []
                #_uniqueIdentifier: null
                #versionId: null
                #translated: []
                #createdAt: null
                #updatedAt: null
                -_entityName: null
                -_fieldVisibility: null
                #data: [
                  "productNumber" => "M172-marazzi"
                  "product_number" => "M172-marazzi"
                  "autoIncrement" => 128207
                  "auto_increment" => 128207
                ]
                #_entityName: "array-entity"
              }
            ]
            #_uniqueIdentifier: "c0bf75689d41449a82f67dab9a332b0e"
            #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
            #translated: [
              "metaDescription" => "Order Marazzi Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
              "name" => "Marazzi Rocking Tobacco Strutturato M172 30x30cm rectified 9,5mm"
              "keywords" => null
              "description" => "Important: note the technical details in the manufacturer catalog for the article Marazzi Rocking Tobacco Strutturato M172 30x30cm rectified 9,5mm"
              "metaTitle" => "Marazzi Rocking Tobacco M172 strutturato 30x30cm rectified 9,5mm | Trendfliesen"
              "packUnit" => null
              "packUnitPlural" => null
              "customFields" => [
                "akeneo_key" => "M172-marazzi"
                "akeneo_packboxkg" => "22.52 kg"
                "akeneo_packboxm2" => "1.08 m²"
                "akeneo_packboxstk" => "12 Pc"
                "akeneo_za08_weight" => "20.85 kg"
                "akeneo_preisversandgruppe" => "vg0"
                "akeneo_artikelherstellereangtin" => 8011373596924
              ]
              "slotConfig" => null
              "customSearchKeywords" => null
            ]
            #createdAt: DateTimeImmutable @1696593824 {#16791
              date: 2023-10-06 12:03:44.094 UTC (+00:00)
            }
            #updatedAt: DateTimeImmutable @1706712594 {#16865
              date: 2024-01-31 14:49:54.196 UTC (+00:00)
            }
            -_entityName: "product"
            -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
            #parentId: null
            #childCount: 0
            #autoIncrement: 128207
            #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
            #manufacturerId: "aa95bb0085734ce7bcbd208b0247367b"
            #unitId: "16f6e345106749179f57c2ef093335f4"
            #active: true
            #displayGroup: "0000f00a7273c0c9057a79b3d2c5bfff"
            #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#16021 …}
            #manufacturerNumber: null
            #ean: null
            #sales: 0
            #productNumber: "M172-marazzi"
            #stock: 0
            #availableStock: -7
            #available: true
            #deliveryTimeId: "56f2d43d78ab4fd78a0e90a660ad2525"
            #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14691 …}
            #restockTime: 7
            #isCloseout: false
            #purchaseSteps: 1
            #maxPurchase: null
            #minPurchase: 1
            #purchaseUnit: 1.08
            #referenceUnit: 1.0
            #shippingFree: false
            #purchasePrices: null
            #markAsTopseller: null
            #weight: 20.85
            #width: null
            #height: null
            #length: null
            #releaseDate: null
            #categoryTree: [
              "f626b7e3d9ca4656900d710ef5af2a02"
              "b1b9ae034ee14e41944d99227080714a"
              "67660be8fac24d908aff3745fd85c7a4"
              "e8238a8c958245a0bc32a05e6d25d192"
            ]
            #streamIds: [
              "141f25c9c1b2472db9db93b3aa5d834b"
              "38f03c6f6aa84d228da7226170f9a443"
            ]
            #optionIds: null
            #propertyIds: [
              "047953f1e5034c6786d3a129fa2b4c4c"
              "0583bfc99e2b469b879381c1c35c254c"
              "07a8e45ecd5c426f9daafe324819897e"
              "0cf84a0c26fd4aff9baeea5b2d57e60a"
              "120b3da1420c4c54b8effd0ec4205987"
              "321f3fa520f44c36980007477fad7d3e"
              "410c92a37c954025a025bc18381e0a41"
              "4185bafb80ff42fe9770f5a2cc6bdd31"
              "60668e82b7bb45c98241e3dad8e9013f"
              "6e0ab92a230641dbaed3f9bd4714cffc"
              "877872fd07cb42cba918a2f42850cd09"
              "9d180946bae44b25b58f617084a8548d"
              "9f2c8bd560304764bcee0e86b3c5392c"
              "b132d8fad5b1469882ea4a977413e0ba"
              "d96554208f5e4c26a219d084f4f81e83"
              "e8ea5595782e480db09fd3c5fa7ccff7"
              "f107d0fec4cb47918d2379ad2f324c7f"
              "fa122b6e535f49409672fcbd99232ffc"
            ]
            #name: "Marazzi Rocking Tobacco Strutturato M172 30x30cm rectified 9,5mm"
            #keywords: null
            #description: "Important: note the technical details in the manufacturer catalog for the article Marazzi Rocking Tobacco Strutturato M172 30x30cm rectified 9,5mm"
            #metaDescription: "Order Marazzi Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            #metaTitle: "Marazzi Rocking Tobacco M172 strutturato 30x30cm rectified 9,5mm | Trendfliesen"
            #packUnit: null
            #packUnitPlural: null
            #variantRestrictions: null
            #configuratorGroupConfig: null
            #mainVariantId: null
            #displayParent: null
            #variantListingConfig: null
            #variation: []
            #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
            #manufacturer: null
            #unit: Shopware\Core\System\Unit\UnitEntity {#14648 …}
            #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#14785 …}
            #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#14536 …}
            #cover: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaEntity {#16725 …}
            #parent: null
            #children: null
            #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#13423 …}
            #cmsPageId: null
            #cmsPage: null
            #slotConfig: null
            #searchKeywords: null
            #translations: null
            #categories: null
            #customFieldSets: null
            #tags: null
            #properties: null
            #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#15595 …}
            #configuratorSettings: null
            #categoriesRo: null
            #coverId: "a6a16fe5791d43839a58d5d3d64710f8"
            #blacklistIds: null
            #whitelistIds: null
            #visibilities: null
            #tagIds: null
            #categoryIds: [
              "e8238a8c958245a0bc32a05e6d25d192"
            ]
            #productReviews: null
            #ratingAverage: null
            #mainCategories: null
            #seoUrls: null
            #orderLineItems: null
            #crossSellings: null
            #crossSellingAssignedProducts: null
            #featureSetId: null
            #featureSet: null
            #customFieldSetSelectionActive: null
            #customSearchKeywords: null
            #wishlists: null
            #canonicalProductId: null
            #canonicalProduct: null
            #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#15352 …}
            #streams: null
            #id: "c0bf75689d41449a82f67dab9a332b0e"
            #customFields: [
              "akeneo_key" => "M172-marazzi"
              "akeneo_packboxkg" => "22.52 kg"
              "akeneo_packboxm2" => "1.08 m²"
              "akeneo_packboxstk" => "12 Pc"
              "akeneo_za08_weight" => "20.85 kg"
              "akeneo_preisversandgruppe" => "vg0"
              "akeneo_artikelherstellereangtin" => 8011373596924
            ]
            #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#15337 …}
            #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#15940 …}
            #sortedProperties: null
            #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#15947 …}
            #isNew: false
            #calculatedMaxPurchase: 2020
            #seoCategory: null
          }
          "cdd46572c6584309b9779dc0330f4cef" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#15366
            #extensions: [
              "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#15377
                #extensions: []
                #data: []
                #apiAlias: null
              }
              "search" => Shopware\Core\Framework\Struct\ArrayEntity {#15349
                #extensions: []
                #_uniqueIdentifier: null
                #versionId: null
                #translated: []
                #createdAt: null
                #updatedAt: null
                -_entityName: null
                -_fieldVisibility: null
                #data: [
                  "productNumber" => "767194-florim"
                  "product_number" => "767194-florim"
                  "autoIncrement" => 114238
                  "auto_increment" => 114238
                ]
                #_entityName: "array-entity"
              }
            ]
            #_uniqueIdentifier: "cdd46572c6584309b9779dc0330f4cef"
            #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
            #translated: [
              "metaDescription" => "Order FLORIM Contemporary Design Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
              "name" => "FLORIM Contemporary Design Elemental Stone Of Cerim Grey Dolomia Matt – Naturale Mosaic 3D 5x30 767194 30x30cm rectified 9mm"
              "keywords" => null
              "description" => "Important: note the technical details in the manufacturer catalog for the article FLORIM Contemporary Design Elemental Stone Of Cerim Grey Dolomia Matt – Naturale Mosaic 3D 5x30 767194 30x30cm rectified 9mm"
              "metaTitle" => "FLORIM Contemporary Design Elemental Stone Of Cerim Grey Dolomia 767194 matt – naturale 30x30cm Mosaico 3D 5x30 rectified 9mm | Trendfliesen"
              "packUnit" => null
              "packUnitPlural" => null
              "customFields" => [
                "akeneo_key" => "767194-florim"
                "akeneo_packboxm" => "2.4 m"
                "akeneo_packboxkg" => "14.4 kg"
                "akeneo_packboxm2" => "0.73 m²"
                "akeneo_packboxstk" => "8 Pc"
                "akeneo_za08_weight" => "1.8 kg"
                "akeneo_preisversandgruppe" => "vg0"
                "akeneo_artikelherstellereangtin" => 8032842228757
              ]
              "slotConfig" => null
              "customSearchKeywords" => null
            ]
            #createdAt: DateTimeImmutable @1696469778 {#15361
              date: 2023-10-05 01:36:18.826 UTC (+00:00)
            }
            #updatedAt: DateTimeImmutable @1707229041 {#15327
              date: 2024-02-06 14:17:21.734 UTC (+00:00)
            }
            -_entityName: "product"
            -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
            #parentId: null
            #childCount: 0
            #autoIncrement: 114238
            #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
            #manufacturerId: "1a2bb158a2b64abcae72f4ef520f3df6"
            #unitId: "0aa5ed8c40384f5d84e2b69063f939c1"
            #active: true
            #displayGroup: "00014b318fe419993a4ca5ad8cb69c89"
            #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#14927 …}
            #manufacturerNumber: null
            #ean: null
            #sales: 0
            #productNumber: "767194-florim"
            #stock: 0
            #availableStock: 0
            #available: true
            #deliveryTimeId: "56f2d43d78ab4fd78a0e90a660ad2525"
            #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14691 …}
            #restockTime: 7
            #isCloseout: false
            #purchaseSteps: 1
            #maxPurchase: null
            #minPurchase: 1
            #purchaseUnit: 8.0
            #referenceUnit: 1.0
            #shippingFree: false
            #purchasePrices: null
            #markAsTopseller: null
            #weight: 1.8
            #width: null
            #height: null
            #length: null
            #releaseDate: null
            #categoryTree: [
              "f626b7e3d9ca4656900d710ef5af2a02"
              "b1b9ae034ee14e41944d99227080714a"
              "4d444b86b9104321a9042a7de445280f"
              "26c9b9e463724561b61b6b13465821d6"
              "7455d1f383774557922f51e695dbab4b"
            ]
            #streamIds: [
              "38f03c6f6aa84d228da7226170f9a443"
            ]
            #optionIds: null
            #propertyIds: [
              "07a8e45ecd5c426f9daafe324819897e"
              "0c8bf11ecc9945b78ee21991fcc555a9"
              "0cf84a0c26fd4aff9baeea5b2d57e60a"
              "2439d7c26b33498cb2a613156231feda"
              "4044a0f483ac4ffc90dc5cbfe13a507c"
              "410c92a37c954025a025bc18381e0a41"
              "60668e82b7bb45c98241e3dad8e9013f"
              "877872fd07cb42cba918a2f42850cd09"
              "9f0b9fcb97a248b0a294c505b67b48e4"
              "a2516da8d67e45939aef71915cf0ad50"
              "aac8860d68b74ca9a017093adf85ab8b"
              "aefe1f8a04b449228cfd7654d56906bb"
              "b132d8fad5b1469882ea4a977413e0ba"
              "c4942f390c924810982601763f89079d"
              "ee99cd141a2d4dcda4737dc5fee3ce9f"
              "f55fdf97ec6549dab82b4f52c419fd5e"
              "fa122b6e535f49409672fcbd99232ffc"
            ]
            #name: "FLORIM Contemporary Design Elemental Stone Of Cerim Grey Dolomia Matt – Naturale Mosaic 3D 5x30 767194 30x30cm rectified 9mm"
            #keywords: null
            #description: "Important: note the technical details in the manufacturer catalog for the article FLORIM Contemporary Design Elemental Stone Of Cerim Grey Dolomia Matt – Naturale Mosaic 3D 5x30 767194 30x30cm rectified 9mm"
            #metaDescription: "Order FLORIM Contemporary Design Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            #metaTitle: "FLORIM Contemporary Design Elemental Stone Of Cerim Grey Dolomia 767194 matt – naturale 30x30cm Mosaico 3D 5x30 rectified 9mm | Trendfliesen"
            #packUnit: null
            #packUnitPlural: null
            #variantRestrictions: null
            #configuratorGroupConfig: null
            #mainVariantId: null
            #displayParent: null
            #variantListingConfig: null
            #variation: []
            #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
            #manufacturer: null
            #unit: Shopware\Core\System\Unit\UnitEntity {#15920 …}
            #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#15911 …}
            #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#15906 …}
            #cover: null
            #parent: null
            #children: null
            #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#15896 …}
            #cmsPageId: null
            #cmsPage: null
            #slotConfig: null
            #searchKeywords: null
            #translations: null
            #categories: null
            #customFieldSets: null
            #tags: null
            #properties: null
            #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#15919 …}
            #configuratorSettings: null
            #categoriesRo: null
            #coverId: null
            #blacklistIds: null
            #whitelistIds: null
            #visibilities: null
            #tagIds: null
            #categoryIds: [
              "7455d1f383774557922f51e695dbab4b"
            ]
            #productReviews: null
            #ratingAverage: null
            #mainCategories: null
            #seoUrls: null
            #orderLineItems: null
            #crossSellings: null
            #crossSellingAssignedProducts: null
            #featureSetId: null
            #featureSet: null
            #customFieldSetSelectionActive: null
            #customSearchKeywords: null
            #wishlists: null
            #canonicalProductId: null
            #canonicalProduct: null
            #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#15917 …}
            #streams: null
            #id: "cdd46572c6584309b9779dc0330f4cef"
            #customFields: [
              "akeneo_key" => "767194-florim"
              "akeneo_packboxm" => "2.4 m"
              "akeneo_packboxkg" => "14.4 kg"
              "akeneo_packboxm2" => "0.73 m²"
              "akeneo_packboxstk" => "8 Pc"
              "akeneo_za08_weight" => "1.8 kg"
              "akeneo_preisversandgruppe" => "vg0"
              "akeneo_artikelherstellereangtin" => 8032842228757
            ]
            #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#15026 …}
            #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#15914 …}
            #sortedProperties: null
            #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#15017 …}
            #isNew: false
            #calculatedMaxPurchase: 2020
            #seoCategory: null
          }
          "88ddf4f2d974439baf65d0ad0c96e573" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#7994
            #extensions: [
              "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#14946
                #extensions: []
                #data: []
                #apiAlias: null
              }
              "acrisPromotion" => Shopware\Core\Framework\Struct\ArrayEntity {#14938
                #extensions: []
                #_uniqueIdentifier: null
                #versionId: null
                #translated: []
                #createdAt: null
                #updatedAt: null
                -_entityName: null
                -_fieldVisibility: null
                #data: [
                  "promotionIds" => [
                    "dc59e6479ceb45fdb83aeddce8edcb92"
                  ]
                ]
                #_entityName: "array-entity"
              }
              "search" => Shopware\Core\Framework\Struct\ArrayEntity {#14911
                #extensions: []
                #_uniqueIdentifier: null
                #versionId: null
                #translated: []
                #createdAt: null
                #updatedAt: null
                -_entityName: null
                -_fieldVisibility: null
                #data: [
                  "productNumber" => "92129-cerdomus"
                  "product_number" => "92129-cerdomus"
                  "autoIncrement" => 106037
                  "auto_increment" => 106037
                ]
                #_entityName: "array-entity"
              }
            ]
            #_uniqueIdentifier: "88ddf4f2d974439baf65d0ad0c96e573"
            #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
            #translated: [
              "metaDescription" => "Order Cerdomus Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
              "name" => "Cerdomus Skorpion Ivory Matt 92129 120x280cm rectified 6mm"
              "keywords" => null
              "description" => "Articles, shipping and packaging costs on request. Contact us! Important: note the technical details in the manufacturer catalog for the article Cerdomus Skorpion Ivory Matt 92129 120x280cm rectified 6mm"
              "metaTitle" => "Cerdomus Skorpion Ivory 92129 matt 120x280cm rectified 6mm | Trendfliesen"
              "packUnit" => null
              "packUnitPlural" => null
              "customFields" => [
                "akeneo_key" => "92129-cerdomus"
                "akeneo_packboxkg" => "48.72 kg"
                "akeneo_packboxm2" => "3.36 m²"
                "akeneo_packboxstk" => "1 Pc"
                "akeneo_za08_weight" => "14.5 kg"
                "akeneo_preisversandgruppe" => "vg3"
                "akeneo_artikelherstellereangtin" => 8023484069099
              ]
              "slotConfig" => null
              "customSearchKeywords" => null
            ]
            #createdAt: DateTimeImmutable @1696414469 {#14908
              date: 2023-10-04 10:14:29.220 UTC (+00:00)
            }
            #updatedAt: DateTimeImmutable @1706711116 {#14913
              date: 2024-01-31 14:25:16.035 UTC (+00:00)
            }
            -_entityName: "product"
            -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
            #parentId: null
            #childCount: 0
            #autoIncrement: 106037
            #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
            #manufacturerId: "0034c62290464c568050415ab7aa3751"
            #unitId: "16f6e345106749179f57c2ef093335f4"
            #active: true
            #displayGroup: "0001b7932601cef45eccf4996e3b50bf"
            #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#14910 …}
            #manufacturerNumber: null
            #ean: null
            #sales: 0
            #productNumber: "92129-cerdomus"
            #stock: 0
            #availableStock: 0
            #available: true
            #deliveryTimeId: "56f2d43d78ab4fd78a0e90a660ad2525"
            #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14691 …}
            #restockTime: 7
            #isCloseout: false
            #purchaseSteps: 1
            #maxPurchase: null
            #minPurchase: 1
            #purchaseUnit: 3.36
            #referenceUnit: 1.0
            #shippingFree: false
            #purchasePrices: null
            #markAsTopseller: null
            #weight: 14.5
            #width: null
            #height: null
            #length: null
            #releaseDate: null
            #categoryTree: [
              "f626b7e3d9ca4656900d710ef5af2a02"
              "b1b9ae034ee14e41944d99227080714a"
              "6230422cca3147fbbc3601a5deea4e4a"
              "7d692fac23834bafba16dd1b37a77081"
            ]
            #streamIds: [
              "38f03c6f6aa84d228da7226170f9a443"
            ]
            #optionIds: null
            #propertyIds: [
              "07a8e45ecd5c426f9daafe324819897e"
              "0cf84a0c26fd4aff9baeea5b2d57e60a"
              "321f3fa520f44c36980007477fad7d3e"
              "45d4940b7ba34184ac3640c7afd5a343"
              "4afba50cfb43436087df483dfb710906"
              "6befabda19a444a49f2fe838de0145a7"
              "6fdde1419bba42caa18d4f9bf9f734c3"
              "877872fd07cb42cba918a2f42850cd09"
              "9f2c8bd560304764bcee0e86b3c5392c"
              "aefe1f8a04b449228cfd7654d56906bb"
              "c4942f390c924810982601763f89079d"
              "d36e8e69694e41fe9e448466d0cc4663"
              "d4dbc60718f241ca804021c841e79595"
              "f107d0fec4cb47918d2379ad2f324c7f"
            ]
            #name: "Cerdomus Skorpion Ivory Matt 92129 120x280cm rectified 6mm"
            #keywords: null
            #description: "Articles, shipping and packaging costs on request. Contact us! Important: note the technical details in the manufacturer catalog for the article Cerdomus Skorpion Ivory Matt 92129 120x280cm rectified 6mm"
            #metaDescription: "Order Cerdomus Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            #metaTitle: "Cerdomus Skorpion Ivory 92129 matt 120x280cm rectified 6mm | Trendfliesen"
            #packUnit: null
            #packUnitPlural: null
            #variantRestrictions: null
            #configuratorGroupConfig: null
            #mainVariantId: null
            #displayParent: null
            #variantListingConfig: null
            #variation: []
            #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
            #manufacturer: null
            #unit: Shopware\Core\System\Unit\UnitEntity {#14648 …}
            #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#14887 …}
            #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#15326 …}
            #cover: null
            #parent: null
            #children: null
            #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#16255 …}
            #cmsPageId: null
            #cmsPage: null
            #slotConfig: null
            #searchKeywords: null
            #translations: null
            #categories: null
            #customFieldSets: null
            #tags: null
            #properties: null
            #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#16231 …}
            #configuratorSettings: null
            #categoriesRo: null
            #coverId: null
            #blacklistIds: null
            #whitelistIds: null
            #visibilities: null
            #tagIds: null
            #categoryIds: [
              "7d692fac23834bafba16dd1b37a77081"
            ]
            #productReviews: null
            #ratingAverage: null
            #mainCategories: null
            #seoUrls: null
            #orderLineItems: null
            #crossSellings: null
            #crossSellingAssignedProducts: null
            #featureSetId: null
            #featureSet: null
            #customFieldSetSelectionActive: null
            #customSearchKeywords: null
            #wishlists: null
            #canonicalProductId: null
            #canonicalProduct: null
            #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#16270 …}
            #streams: null
            #id: "88ddf4f2d974439baf65d0ad0c96e573"
            #customFields: [
              "akeneo_key" => "92129-cerdomus"
              "akeneo_packboxkg" => "48.72 kg"
              "akeneo_packboxm2" => "3.36 m²"
              "akeneo_packboxstk" => "1 Pc"
              "akeneo_za08_weight" => "14.5 kg"
              "akeneo_preisversandgruppe" => "vg3"
              "akeneo_artikelherstellereangtin" => 8023484069099
            ]
            #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#16246 …}
            #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#16250 …}
            #sortedProperties: null
            #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#15285 …}
            #isNew: false
            #calculatedMaxPurchase: 2020
            #seoCategory: null
          }
          "6639115e8c1c46b582f8dc0ab19f612a" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#15910
            #extensions: [
              "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#15912
                #extensions: []
                #data: []
                #apiAlias: null
              }
              "search" => Shopware\Core\Framework\Struct\ArrayEntity {#15891
                #extensions: []
                #_uniqueIdentifier: null
                #versionId: null
                #translated: []
                #createdAt: null
                #updatedAt: null
                -_entityName: null
                -_fieldVisibility: null
                #data: [
                  "productNumber" => "0107748-monocibec"
                  "product_number" => "0107748-monocibec"
                  "autoIncrement" => 1791
                  "auto_increment" => 1791
                ]
                #_entityName: "array-entity"
              }
            ]
            #_uniqueIdentifier: "6639115e8c1c46b582f8dc0ab19f612a"
            #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
            #translated: [
              "metaDescription" => "Order Monocibec Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
              "name" => "Monocibec Charisma Trend Naturale 0107748 30x60cm rectified 9mm"
              "keywords" => null
              "description" => "Important: note the technical details in the manufacturer catalog for the article Monocibec Charisma Trend Naturale 0107748 30x60cm rectified 9mm"
              "metaTitle" => "Monocibec Charisma Trend 0107748 naturale 30x60cm rectified 9mm | Trendfliesen"
              "packUnit" => null
              "packUnitPlural" => null
              "customFields" => [
                "akeneo_key" => "0107748-monocibec"
                "akeneo_packboxkg" => "22.4 kg"
                "akeneo_packboxm2" => "1.08 m²"
                "akeneo_packboxstk" => "6 Pc"
                "akeneo_za08_weight" => "20.74 kg"
                "akeneo_preisversandgruppe" => "vg0"
                "akeneo_artikelherstellereangtin" => 8027812348191
              ]
              "slotConfig" => null
              "customSearchKeywords" => null
            ]
            #createdAt: DateTimeImmutable @1681461942 {#15886
              date: 2023-04-14 08:45:42.781 UTC (+00:00)
            }
            #updatedAt: DateTimeImmutable @1726753264 {#15909
              date: 2024-09-19 13:41:04.027 UTC (+00:00)
            }
            -_entityName: "product"
            -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
            #parentId: null
            #childCount: 0
            #autoIncrement: 1791
            #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
            #manufacturerId: "bb27e8e18e344c0e9c69f596b0ed51ca"
            #unitId: "16f6e345106749179f57c2ef093335f4"
            #active: true
            #displayGroup: "00020e56c938fed60e474f2c837da087"
            #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#15907 …}
            #manufacturerNumber: null
            #ean: null
            #sales: 0
            #productNumber: "0107748-monocibec"
            #stock: 0
            #availableStock: 0
            #available: true
            #deliveryTimeId: "7c53b96acf8943ffba5a11d439f227d0"
            #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#15899 …}
            #restockTime: 6
            #isCloseout: false
            #purchaseSteps: 1
            #maxPurchase: null
            #minPurchase: 1
            #purchaseUnit: 1.08
            #referenceUnit: 1.0
            #shippingFree: false
            #purchasePrices: null
            #markAsTopseller: null
            #weight: 20.74
            #width: null
            #height: null
            #length: null
            #releaseDate: null
            #categoryTree: [
              "f626b7e3d9ca4656900d710ef5af2a02"
              "b1b9ae034ee14e41944d99227080714a"
              "913d8bd1196a4712a0809948c06662e7"
              "00148985269f4815a38e8c27e98f08e1"
            ]
            #streamIds: [
              "141f25c9c1b2472db9db93b3aa5d834b"
              "38f03c6f6aa84d228da7226170f9a443"
            ]
            #optionIds: null
            #propertyIds: [
              "038d5fef28b444d4a977e8f7bfdaf739"
              "07a8e45ecd5c426f9daafe324819897e"
              "0cf84a0c26fd4aff9baeea5b2d57e60a"
              "110999819c57484e80de9eca4a5edac4"
              "2439d7c26b33498cb2a613156231feda"
              "4044a0f483ac4ffc90dc5cbfe13a507c"
              "410c92a37c954025a025bc18381e0a41"
              "6fdde1419bba42caa18d4f9bf9f734c3"
              "877872fd07cb42cba918a2f42850cd09"
              "9f2c8bd560304764bcee0e86b3c5392c"
              "9f5ab56723f04aff88ddd671a7e88d91"
              "aac8860d68b74ca9a017093adf85ab8b"
              "e581b3cd8b504b91a504f9c9584a3480"
              "f107d0fec4cb47918d2379ad2f324c7f"
            ]
            #name: "Monocibec Charisma Trend Naturale 0107748 30x60cm rectified 9mm"
            #keywords: null
            #description: "Important: note the technical details in the manufacturer catalog for the article Monocibec Charisma Trend Naturale 0107748 30x60cm rectified 9mm"
            #metaDescription: "Order Monocibec Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            #metaTitle: "Monocibec Charisma Trend 0107748 naturale 30x60cm rectified 9mm | Trendfliesen"
            #packUnit: null
            #packUnitPlural: null
            #variantRestrictions: null
            #configuratorGroupConfig: null
            #mainVariantId: null
            #displayParent: null
            #variantListingConfig: null
            #variation: []
            #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
            #manufacturer: null
            #unit: Shopware\Core\System\Unit\UnitEntity {#14648 …}
            #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#15594 …}
            #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#15574 …}
            #cover: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaEntity {#15549 …}
            #parent: null
            #children: null
            #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#15232 …}
            #cmsPageId: null
            #cmsPage: null
            #slotConfig: null
            #searchKeywords: null
            #translations: null
            #categories: null
            #customFieldSets: null
            #tags: null
            #properties: null
            #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#16235 …}
            #configuratorSettings: null
            #categoriesRo: null
            #coverId: "089cb6eee45448f6b95e2b142ab1e0e1"
            #blacklistIds: null
            #whitelistIds: null
            #visibilities: null
            #tagIds: null
            #categoryIds: [
              "00148985269f4815a38e8c27e98f08e1"
            ]
            #productReviews: null
            #ratingAverage: null
            #mainCategories: null
            #seoUrls: null
            #orderLineItems: null
            #crossSellings: null
            #crossSellingAssignedProducts: null
            #featureSetId: null
            #featureSet: null
            #customFieldSetSelectionActive: null
            #customSearchKeywords: null
            #wishlists: null
            #canonicalProductId: null
            #canonicalProduct: null
            #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#16211 …}
            #streams: null
            #id: "6639115e8c1c46b582f8dc0ab19f612a"
            #customFields: [
              "akeneo_key" => "0107748-monocibec"
              "akeneo_packboxkg" => "22.4 kg"
              "akeneo_packboxm2" => "1.08 m²"
              "akeneo_packboxstk" => "6 Pc"
              "akeneo_za08_weight" => "20.74 kg"
              "akeneo_preisversandgruppe" => "vg0"
              "akeneo_artikelherstellereangtin" => 8027812348191
            ]
            #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#16206 …}
            #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#15016 …}
            #sortedProperties: null
            #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#15865 …}
            #isNew: false
            #calculatedMaxPurchase: 2020
            #seoCategory: null
          }
          "e16cf23a3b3844cf97610a1a39ae8dd1" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#15857
            #extensions: [
              "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#15831
                #extensions: []
                #data: []
                #apiAlias: null
              }
              "search" => Shopware\Core\Framework\Struct\ArrayEntity {#15854
                #extensions: []
                #_uniqueIdentifier: null
                #versionId: null
                #translated: []
                #createdAt: null
                #updatedAt: null
                -_entityName: null
                -_fieldVisibility: null
                #data: [
                  "productNumber" => "D704-marcacorona"
                  "product_number" => "D704-marcacorona"
                  "autoIncrement" => 68623
                  "auto_increment" => 68623
                ]
                #_entityName: "array-entity"
              }
            ]
            #_uniqueIdentifier: "e16cf23a3b3844cf97610a1a39ae8dd1"
            #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
            #translated: [
              "metaDescription" => "Order Marca Corona Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
              "name" => "Marca Corona Textile Gold Half D704 0,3x37,5cm 8,5mm"
              "keywords" => null
              "description" => "Important: note the technical details in the manufacturer catalog for the article Marca Corona Textile Gold Half D704 0,3x37,5cm 8,5mm"
              "metaTitle" => "Marca Corona Textile Gold D704 0,3x37,5cm Half 8,5mm | Trendfliesen"
              "packUnit" => null
              "packUnitPlural" => null
              "customFields" => [
                "akeneo_key" => "D704-marcacorona"
                "akeneo_packboxm" => "3.75 m"
                "akeneo_packboxkg" => "0.5 kg"
                "akeneo_packboxm2" => "0.01 m²"
                "akeneo_packboxstk" => "10 Pc"
                "akeneo_za08_weight" => "0.05 kg"
                "akeneo_preisversandgruppe" => "vg0"
              ]
              "slotConfig" => null
              "customSearchKeywords" => null
            ]
            #createdAt: DateTimeImmutable @1691347947 {#15852
              date: 2023-08-06 18:52:27.052 UTC (+00:00)
            }
            #updatedAt: DateTimeImmutable @1706709158 {#15411
              date: 2024-01-31 13:52:38.460 UTC (+00:00)
            }
            -_entityName: "product"
            -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
            #parentId: null
            #childCount: 0
            #autoIncrement: 68623
            #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
            #manufacturerId: "b27a9f95ebd6402c90ee8d554332b2e1"
            #unitId: "0aa5ed8c40384f5d84e2b69063f939c1"
            #active: true
            #displayGroup: "000246dfc2233db0705b18103f946e9c"
            #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#15844 …}
            #manufacturerNumber: null
            #ean: null
            #sales: 0
            #productNumber: "D704-marcacorona"
            #stock: 0
            #availableStock: -2
            #available: true
            #deliveryTimeId: "56f2d43d78ab4fd78a0e90a660ad2525"
            #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14691 …}
            #restockTime: 7
            #isCloseout: false
            #purchaseSteps: 1
            #maxPurchase: null
            #minPurchase: 1
            #purchaseUnit: 10.0
            #referenceUnit: 1.0
            #shippingFree: false
            #purchasePrices: null
            #markAsTopseller: null
            #weight: 0.05
            #width: null
            #height: null
            #length: null
            #releaseDate: null
            #categoryTree: [
              "f626b7e3d9ca4656900d710ef5af2a02"
              "b1b9ae034ee14e41944d99227080714a"
              "1379f4f9634942e282e8d0d1a25f6be4"
              "38f8eb41dbe641d6b18aee6b071a0838"
            ]
            #streamIds: [
              "141f25c9c1b2472db9db93b3aa5d834b"
              "38f03c6f6aa84d228da7226170f9a443"
            ]
            #optionIds: null
            #propertyIds: [
              "078df2ff2b02414498267d89ee09d792"
              "0cf84a0c26fd4aff9baeea5b2d57e60a"
              "13215c2697334f80b40fb3ab8958cca0"
              "2439d7c26b33498cb2a613156231feda"
              "39b07250c0c64acd8288ec8d44a94bcf"
              "5fe21a7b24814a3892c8dbf867966841"
              "8346961f1f9541ab995f4dd47ea17857"
              "98db61b9c87042d595e6896da5d31fbd"
              "c4942f390c924810982601763f89079d"
              "f2d69e939a1c41b19da6ddb0f4ade089"
            ]
            #name: "Marca Corona Textile Gold Half D704 0,3x37,5cm 8,5mm"
            #keywords: null
            #description: "Important: note the technical details in the manufacturer catalog for the article Marca Corona Textile Gold Half D704 0,3x37,5cm 8,5mm"
            #metaDescription: "Order Marca Corona Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            #metaTitle: "Marca Corona Textile Gold D704 0,3x37,5cm Half 8,5mm | Trendfliesen"
            #packUnit: null
            #packUnitPlural: null
            #variantRestrictions: null
            #configuratorGroupConfig: null
            #mainVariantId: null
            #displayParent: null
            #variantListingConfig: null
            #variation: []
            #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
            #manufacturer: null
            #unit: Shopware\Core\System\Unit\UnitEntity {#15920 …}
            #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#15432 …}
            #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#15402 …}
            #cover: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaEntity {#15379 …}
            #parent: null
            #children: null
            #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#7960 …}
            #cmsPageId: null
            #cmsPage: null
            #slotConfig: null
            #searchKeywords: null
            #translations: null
            #categories: null
            #customFieldSets: null
            #tags: null
            #properties: null
            #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#16222 …}
            #configuratorSettings: null
            #categoriesRo: null
            #coverId: "1a73b1062d7e4a56852de00a86fe34a0"
            #blacklistIds: null
            #whitelistIds: null
            #visibilities: null
            #tagIds: null
            #categoryIds: [
              "38f8eb41dbe641d6b18aee6b071a0838"
            ]
            #productReviews: null
            #ratingAverage: null
            #mainCategories: null
            #seoUrls: null
            #orderLineItems: null
            #crossSellings: null
            #crossSellingAssignedProducts: null
            #featureSetId: null
            #featureSet: null
            #customFieldSetSelectionActive: null
            #customSearchKeywords: null
            #wishlists: null
            #canonicalProductId: null
            #canonicalProduct: null
            #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#16224 …}
            #streams: null
            #id: "e16cf23a3b3844cf97610a1a39ae8dd1"
            #customFields: [
              "akeneo_key" => "D704-marcacorona"
              "akeneo_packboxm" => "3.75 m"
              "akeneo_packboxkg" => "0.5 kg"
              "akeneo_packboxm2" => "0.01 m²"
              "akeneo_packboxstk" => "10 Pc"
              "akeneo_za08_weight" => "0.05 kg"
              "akeneo_preisversandgruppe" => "vg0"
            ]
            #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#16732 …}
            #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#16595 …}
            #sortedProperties: null
            #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#16205 …}
            #isNew: false
            #calculatedMaxPurchase: 2020
            #seoCategory: null
          }
          "61f6116c986d45c394cb9437187879be" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#15617
            #extensions: [
              "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#15053
                #extensions: []
                #data: []
                #apiAlias: null
              }
              "search" => Shopware\Core\Framework\Struct\ArrayEntity {#15048
                #extensions: []
                #_uniqueIdentifier: null
                #versionId: null
                #translated: []
                #createdAt: null
                #updatedAt: null
                -_entityName: null
                -_fieldVisibility: null
                #data: [
                  "productNumber" => "0120181-monocibec"
                  "product_number" => "0120181-monocibec"
                  "autoIncrement" => 1741
                  "auto_increment" => 1741
                ]
                #_entityName: "array-entity"
              }
            ]
            #_uniqueIdentifier: "61f6116c986d45c394cb9437187879be"
            #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
            #translated: [
              "metaDescription" => "Order Monocibec Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
              "name" => "Monocibec Blade Pure Naturale Stair plate 0120181 30x60cm rectified 9mm"
              "keywords" => null
              "description" => "Important: note the technical details in the manufacturer catalog for the article Monocibec Blade Pure Naturale Stair plate 0120181 30x60cm rectified 9mm"
              "metaTitle" => "Monocibec Blade Pure 0120181 naturale 30x60cm Gradino rectified 9mm | Trendfliesen"
              "packUnit" => null
              "packUnitPlural" => null
              "customFields" => [
                "akeneo_key" => "0120181-monocibec"
                "akeneo_packboxm" => "0.6 m"
                "akeneo_packboxkg" => "3.5 kg"
                "akeneo_packboxm2" => "0.18 m²"
                "akeneo_packboxstk" => "1 Pc"
                "akeneo_za08_weight" => "3.5 kg"
                "akeneo_preisversandgruppe" => "vg0"
                "akeneo_artikelherstellereangtin" => 8027812380092
              ]
              "slotConfig" => null
              "customSearchKeywords" => null
            ]
            #createdAt: DateTimeImmutable @1681461592 {#15032
              date: 2023-04-14 08:39:52.159 UTC (+00:00)
            }
            #updatedAt: DateTimeImmutable @1726753238 {#15043
              date: 2024-09-19 13:40:38.728 UTC (+00:00)
            }
            -_entityName: "product"
            -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
            #parentId: null
            #childCount: 0
            #autoIncrement: 1741
            #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
            #manufacturerId: "bb27e8e18e344c0e9c69f596b0ed51ca"
            #unitId: "0aa5ed8c40384f5d84e2b69063f939c1"
            #active: true
            #displayGroup: "ffffd2cdcc292a706187c026c3f6f126"
            #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#15050 …}
            #manufacturerNumber: null
            #ean: null
            #sales: 0
            #productNumber: "0120181-monocibec"
            #stock: 0
            #availableStock: 0
            #available: true
            #deliveryTimeId: "56f2d43d78ab4fd78a0e90a660ad2525"
            #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14691 …}
            #restockTime: 7
            #isCloseout: false
            #purchaseSteps: 1
            #maxPurchase: null
            #minPurchase: 1
            #purchaseUnit: 1.0
            #referenceUnit: 1.0
            #shippingFree: false
            #purchasePrices: null
            #markAsTopseller: null
            #weight: 3.5
            #width: null
            #height: null
            #length: null
            #releaseDate: null
            #categoryTree: [
              "f626b7e3d9ca4656900d710ef5af2a02"
              "b1b9ae034ee14e41944d99227080714a"
              "913d8bd1196a4712a0809948c06662e7"
              "d90ffdfe88ec4c6c9c48b1f233e368c8"
            ]
            #streamIds: [
              "141f25c9c1b2472db9db93b3aa5d834b"
              "38f03c6f6aa84d228da7226170f9a443"
            ]
            #optionIds: null
            #propertyIds: [
              "038d5fef28b444d4a977e8f7bfdaf739"
              "07a8e45ecd5c426f9daafe324819897e"
              "0cf84a0c26fd4aff9baeea5b2d57e60a"
              "22fb127bf2354a65853cf9f3bd8b11b8"
              "2439d7c26b33498cb2a613156231feda"
              "4044a0f483ac4ffc90dc5cbfe13a507c"
              "6fdde1419bba42caa18d4f9bf9f734c3"
              "877872fd07cb42cba918a2f42850cd09"
              "96cb9c25124d44aa8e997322af3a7a93"
              "9f5ab56723f04aff88ddd671a7e88d91"
              "aac8860d68b74ca9a017093adf85ab8b"
              "c4942f390c924810982601763f89079d"
              "c51ef77c079a4e4eafbcb4a42268cf03"
              "d196bd330a0d45728f1131ba9833f520"
              "f6fe04b41f98423f95459afc39f154ab"
            ]
            #name: "Monocibec Blade Pure Naturale Stair plate 0120181 30x60cm rectified 9mm"
            #keywords: null
            #description: "Important: note the technical details in the manufacturer catalog for the article Monocibec Blade Pure Naturale Stair plate 0120181 30x60cm rectified 9mm"
            #metaDescription: "Order Monocibec Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            #metaTitle: "Monocibec Blade Pure 0120181 naturale 30x60cm Gradino rectified 9mm | Trendfliesen"
            #packUnit: null
            #packUnitPlural: null
            #variantRestrictions: null
            #configuratorGroupConfig: null
            #mainVariantId: null
            #displayParent: null
            #variantListingConfig: null
            #variation: []
            #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
            #manufacturer: null
            #unit: Shopware\Core\System\Unit\UnitEntity {#15920 …}
            #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#16840 …}
            #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#15056 …}
            #cover: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaEntity {#16164 …}
            #parent: null
            #children: null
            #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#15263 …}
            #cmsPageId: null
            #cmsPage: null
            #slotConfig: null
            #searchKeywords: null
            #translations: null
            #categories: null
            #customFieldSets: null
            #tags: null
            #properties: null
            #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#15440 …}
            #configuratorSettings: null
            #categoriesRo: null
            #coverId: "1f9a918d396a44429f63c3fa3c1f2b76"
            #blacklistIds: null
            #whitelistIds: null
            #visibilities: null
            #tagIds: null
            #categoryIds: [
              "d90ffdfe88ec4c6c9c48b1f233e368c8"
            ]
            #productReviews: null
            #ratingAverage: null
            #mainCategories: null
            #seoUrls: null
            #orderLineItems: null
            #crossSellings: null
            #crossSellingAssignedProducts: null
            #featureSetId: null
            #featureSet: null
            #customFieldSetSelectionActive: null
            #customSearchKeywords: null
            #wishlists: null
            #canonicalProductId: null
            #canonicalProduct: null
            #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#15487 …}
            #streams: null
            #id: "61f6116c986d45c394cb9437187879be"
            #customFields: [
              "akeneo_key" => "0120181-monocibec"
              "akeneo_packboxm" => "0.6 m"
              "akeneo_packboxkg" => "3.5 kg"
              "akeneo_packboxm2" => "0.18 m²"
              "akeneo_packboxstk" => "1 Pc"
              "akeneo_za08_weight" => "3.5 kg"
              "akeneo_preisversandgruppe" => "vg0"
              "akeneo_artikelherstellereangtin" => 8027812380092
            ]
            #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#15496 …}
            #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#15790 …}
            #sortedProperties: null
            #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#15786 …}
            #isNew: false
            #calculatedMaxPurchase: 2020
            #seoCategory: null
          }
          "b359bc9cdf8d4bf1a3b8a8f19f3a0e93" => Shopware\Core\Content\Product\SalesChannel\SalesChannelProductEntity {#15787
            #extensions: [
              "foreignKeys" => Shopware\Core\Framework\Struct\ArrayStruct {#15501
                #extensions: []
                #data: []
                #apiAlias: null
              }
              "search" => Shopware\Core\Framework\Struct\ArrayEntity {#15784
                #extensions: []
                #_uniqueIdentifier: null
                #versionId: null
                #translated: []
                #createdAt: null
                #updatedAt: null
                -_entityName: null
                -_fieldVisibility: null
                #data: [
                  "productNumber" => "AHC5-mirage"
                  "product_number" => "AHC5-mirage"
                  "autoIncrement" => 144470
                  "auto_increment" => 144470
                ]
                #_entityName: "array-entity"
              }
            ]
            #_uniqueIdentifier: "b359bc9cdf8d4bf1a3b8a8f19f3a0e93"
            #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
            #translated: [
              "metaDescription" => "Order Mirage Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
              "name" => "Mirage Glocal Gc 08 Chamois Naturale AHC5 naturale 80x80cm rectified 9mm"
              "keywords" => null
              "description" => "Important: note the technical details in the manufacturer catalog for the article Mirage Glocal Gc 08 Chamois Naturale AHC5 naturale 80x80cm rectified 9mm"
              "metaTitle" => "Mirage Glocal Gc 08 Chamois AHC5 naturale 80x80cm rectified 9mm | Trendfliesen"
              "packUnit" => null
              "packUnitPlural" => null
              "customFields" => [
                "akeneo_key" => "AHC5-mirage"
                "akeneo_packboxkg" => "25.23 kg"
                "akeneo_packboxm2" => "1.28 m²"
                "akeneo_packboxstk" => "2 Pc"
                "akeneo_za08_weight" => "19.71 kg"
                "akeneo_preisversandgruppe" => "vg0"
                "akeneo_artikelherstellereangtin" => 8055493056364
              ]
              "slotConfig" => null
              "customSearchKeywords" => null
            ]
            #createdAt: DateTimeImmutable @1696713496 {#15524
              date: 2023-10-07 21:18:16.786 UTC (+00:00)
            }
            #updatedAt: DateTimeImmutable @1706713560 {#15522
              date: 2024-01-31 15:06:00.737 UTC (+00:00)
            }
            -_entityName: "product"
            -_fieldVisibility: Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility {#14690 …}
            #parentId: null
            #childCount: 0
            #autoIncrement: 144470
            #taxId: "8c81b4ce1cd9485ea6ff9073ec3caa2b"
            #manufacturerId: "ba3a370b38ee4e199fa4022ebf2cb758"
            #unitId: "16f6e345106749179f57c2ef093335f4"
            #active: true
            #displayGroup: "00041655e2bf834c979988545d2e6e9d"
            #price: Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection {#15517 …}
            #manufacturerNumber: null
            #ean: null
            #sales: 0
            #productNumber: "AHC5-mirage"
            #stock: 0
            #availableStock: 0
            #available: true
            #deliveryTimeId: "56f2d43d78ab4fd78a0e90a660ad2525"
            #deliveryTime: Shopware\Core\System\DeliveryTime\DeliveryTimeEntity {#14691 …}
            #restockTime: 7
            #isCloseout: false
            #purchaseSteps: 1
            #maxPurchase: null
            #minPurchase: 1
            #purchaseUnit: 1.28
            #referenceUnit: 1.0
            #shippingFree: false
            #purchasePrices: null
            #markAsTopseller: null
            #weight: 19.71
            #width: null
            #height: null
            #length: null
            #releaseDate: null
            #categoryTree: [
              "f626b7e3d9ca4656900d710ef5af2a02"
              "b1b9ae034ee14e41944d99227080714a"
              "83e21c63a4354a22bad723ffd67a4808"
              "c1557e2d957a45b2ab74d6955da65950"
            ]
            #streamIds: [
              "141f25c9c1b2472db9db93b3aa5d834b"
              "38f03c6f6aa84d228da7226170f9a443"
            ]
            #optionIds: null
            #propertyIds: [
              "038d5fef28b444d4a977e8f7bfdaf739"
              "07a8e45ecd5c426f9daafe324819897e"
              "0cf84a0c26fd4aff9baeea5b2d57e60a"
              "22fb127bf2354a65853cf9f3bd8b11b8"
              "2439d7c26b33498cb2a613156231feda"
              "2f49e7b94f6a4a4395cc2b6745177fb1"
              "4044a0f483ac4ffc90dc5cbfe13a507c"
              "4185bafb80ff42fe9770f5a2cc6bdd31"
              "79dff1c2c9754144bfefcbf5a66f8ace"
              "877872fd07cb42cba918a2f42850cd09"
              "9f2c8bd560304764bcee0e86b3c5392c"
              "aac8860d68b74ca9a017093adf85ab8b"
              "b078cbedcf974b03a020ead3cac2264c"
              "b132d8fad5b1469882ea4a977413e0ba"
              "c4942f390c924810982601763f89079d"
              "f107d0fec4cb47918d2379ad2f324c7f"
              "fa122b6e535f49409672fcbd99232ffc"
            ]
            #name: "Mirage Glocal Gc 08 Chamois Naturale AHC5 naturale 80x80cm rectified 9mm"
            #keywords: null
            #description: "Important: note the technical details in the manufacturer catalog for the article Mirage Glocal Gc 08 Chamois Naturale AHC5 naturale 80x80cm rectified 9mm"
            #metaDescription: "Order Mirage Tiles now at Trendfliesen ✅ Best price guarantee ✅ Fast and professional delivery"
            #metaTitle: "Mirage Glocal Gc 08 Chamois AHC5 naturale 80x80cm rectified 9mm | Trendfliesen"
            #packUnit: null
            #packUnitPlural: null
            #variantRestrictions: null
            #configuratorGroupConfig: null
            #mainVariantId: null
            #displayParent: null
            #variantListingConfig: null
            #variation: []
            #tax: Shopware\Core\System\Tax\TaxEntity {#14666 …}
            #manufacturer: null
            #unit: Shopware\Core\System\Unit\UnitEntity {#14648 …}
            #prices: Shopware\Core\Content\Product\Aggregate\ProductPrice\ProductPriceCollection {#15530 …}
            #cheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPrice {#15489 …}
            #cover: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaEntity {#15770 …}
            #parent: null
            #children: null
            #media: Shopware\Core\Content\Product\Aggregate\ProductMedia\ProductMediaCollection {#15610 …}
            #cmsPageId: null
            #cmsPage: null
            #slotConfig: null
            #searchKeywords: null
            #translations: null
            #categories: null
            #customFieldSets: null
            #tags: null
            #properties: null
            #options: Shopware\Core\Content\Property\Aggregate\PropertyGroupOption\PropertyGroupOptionCollection {#16080 …}
            #configuratorSettings: null
            #categoriesRo: null
            #coverId: "73de2b1d72484fedb8113e80b8dccd3d"
            #blacklistIds: null
            #whitelistIds: null
            #visibilities: null
            #tagIds: null
            #categoryIds: [
              "c1557e2d957a45b2ab74d6955da65950"
            ]
            #productReviews: null
            #ratingAverage: null
            #mainCategories: null
            #seoUrls: null
            #orderLineItems: null
            #crossSellings: null
            #crossSellingAssignedProducts: null
            #featureSetId: null
            #featureSet: null
            #customFieldSetSelectionActive: null
            #customSearchKeywords: null
            #wishlists: null
            #canonicalProductId: null
            #canonicalProduct: null
            #cheapestPriceContainer: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CheapestPriceContainer {#16056 …}
            #streams: null
            #id: "b359bc9cdf8d4bf1a3b8a8f19f3a0e93"
            #customFields: [
              "akeneo_key" => "AHC5-mirage"
              "akeneo_packboxkg" => "25.23 kg"
              "akeneo_packboxm2" => "1.28 m²"
              "akeneo_packboxstk" => "2 Pc"
              "akeneo_za08_weight" => "19.71 kg"
              "akeneo_preisversandgruppe" => "vg0"
              "akeneo_artikelherstellereangtin" => 8055493056364
            ]
            #calculatedPrices: Shopware\Core\Checkout\Cart\Price\Struct\PriceCollection {#16051 …}
            #calculatedPrice: Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice {#15207 …}
            #sortedProperties: null
            #calculatedCheapestPrice: Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPrice\CalculatedCheapestPrice {#15765 …}
            #isNew: false
            #calculatedMaxPurchase: 2020
            #seoCategory: null
          }
        ]
      }
      "zenitPlatformStratus" => Shopware\Core\Framework\Struct\ArrayEntity {#17560
        #extensions: []
        #_uniqueIdentifier: null
        #versionId: null
        #translated: []
        #createdAt: null
        #updatedAt: null
        -_entityName: null
        -_fieldVisibility: null
        #data: [
          "system" => "platform"
        ]
        #_entityName: "array-entity"
      }
    ]
    #languageIdChain: [
      "08fc5b43b2734a728b95ed037328ff42"
      "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
    ]
    #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
    #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
    #currencyFactor: 1.0
    #scope: "user"
    #ruleIds: [
      "de67ee3675904d6e86786106a5ed9312"
      "44280f1cb1274f6e9743cbd41d4bc2e0"
      "8c093c6cfdbd4290934c7763fba52f29"
      "c29a4505aedd481299e9355a49479a8f"
      "e5dac7a49999424fb18da9d04466d6c3"
      "f75c7450a1b2403aa429de31e036c0a5"
      "5d386fd2f0c246269c77c9cd7c6cb849"
      "087549160c554cfba10edfd3d960228f"
      "20b55eff2d474b14bca213fbc25b6fa1"
      "246e3a31a80f414db84234bc0df09794"
      "503a0e3d21954683bfc770ad8751b3da"
      "62daa92a46f1442f9da796073ae43cfd"
      "73acb06800f34dfeb018ecfcca5ce077"
      "a2177ef77a0843eabce10644477a234f"
      "ba3e5e83b4824c1ca7abbe1b7709e728"
      "bc96d4652f1046f48c66723ca78b7903"
    ]
    #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#2160 …}
    #considerInheritance: true
    #taxState: "gross"
    #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#3488 …}
    -states: [
      "cart-filled" => "cart-filled"
      "logged-in" => "logged-in"
    ]
  }
  -itemRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#3488 …}
  -totalRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#3472 …}
  -domainId: "ac73c3532e1b46a9a8f6d8a6d9d72f4a"
  -states: []
}
sw-sales-channel-id
"c53c11945afd4502b4aa8fd93e8cdeb7"
sw-snippet-set-id
"9aaa9923476741b4b19b99477ac0fa23"
sw-storefront-url
"https://dev.artecon.426.agency/en"
theme-base-name
"zenitPlatformStratus"
theme-id
"4d8e45e26d144207937e481b67c97c16"
theme-name
"zenitPlatformStratusSet4"