Hallo,
wir bauen uns einen xml Export für Google Shopping
sowas
<item>
<g:id>{{ product.productNumber }}</g:id>
<title>{{ product.translated.name|escape }}</title>
<description>{{ product.translated.description|escape }}</description>
<g:google_product_category>950{# change your Google Shopping category #}</g:google_product_category>
{%- if product.categories.count > 0 -%}
<g:product_type>{{ product.categories.first.getBreadCrumb|slice(1)|join(' > ')|raw|escape }}</g:product_type>
{%- endif -%}
<link>{{ seoUrl('frontend.detail.page', {'productId': product.id}) }}</link>
{% if product.cover.media is defined %}<g:image_link>{{ product.cover.media.url }}</g:image_link>{% endif %}
<g:condition>new</g:condition>
Kann mir jemand sagen, wie das Feld für die Kategorie heißt ?