Kopfzeile: Produktzeile: {% if product != null %} {{ product.id }} {% if product != null %} {{ product.productNumber }} {% else %} not set {% endif %} {% if product.translated.name != null %} {{ product.translated.name|escape }} {% endif %} {{ seoUrl('frontend.detail.page', {'productId': product.id}) }} {% if product.translated.description != null %} {{ product.translated.description|escape }} {% else %} - {% endif %} {{ product.calculatedPrice.unitPrice|number_format(context.currency.itemRounding.decimals, '.', '') }} {% if product.cover != null %} {{ product.cover.media.url }} {% endif %} {% if product.categories|length > 1 %} {% set catNames = '' %} {% for cat in product.categories %} {% if loop.last %} {% set catNames = catNames ~ cat.name %} {% else %} {% set catNames = catNames ~ cat.name ~ ", " %} {% endif %} {% endfor %} {{ catNames }} {% else %} {% if product.categories.first != null %} {{ product.categories.first.name }} {% else %} no-category {% endif %} {% endif %} {{ product.availableStock }} {% endif %} Fusszeile: