Google Shopping Feed Problem

Hallo Community,

ich habe ein Google Shopping Feed Problem. Unter dem Link wird mir leider ein Fehler angezeigt:

{„errors“:[{„status“:„400“,„code“:„FRAMEWORK__STRING_TEMPLATE_RENDERING_FAILED“,„title“:„Bad Request“,„detail“:„Failed rendering string template using Twig: Failed rendering string template using Twig: Impossible to access an attribute (\u0022translated\u0022) on a null variable in \u002241cbc190c3c5384c4d84c00de5e3a72c\u0022 at line 23.“,„meta“:{„parameters“:{„message“:„Failed rendering string template using Twig: Impossible to access an attribute (\u0022translated\u0022) on a null variable in \u002241cbc190c3c5384c4d84c00de5e3a72c\u0022 at line 23.“}}}]}

Was muss ich denn ausbessern, dass es wieder funktioniert?

Vielen Dank!

Wenn es das selbe wie bei mir ist, liegt es an folgendem:
<g:product_type>{% if product.categories.first is not null %}{{ product.categories.first.getBreadCrumb|slice(1)|join(' > ')|raw|escape }}{% endif %}</g:product_type>

Einfach mal austauschen und ausprobieren :slight_smile:

Vielen Dank! Hat funktioniert =)