{%- assign current_variant = product.selected_or_first_available_variant -%}
Positionsnummer: {{ current_variant.sku }}
{% if product.metafields.my_fields.age.value != blank %}
Altersempfehlung: {{ product.metafields.my_fields.age.value }}
{% endif %}
{% if product.metafields.my_fields.language.value != blank %}
Sprache: {{ product.metafields.my_fields.language.value }}
{% endif %}
{% if product.metafields.my_fields.translator.value != blank %}
Übersetzung: {{ product.metafields.my_fields.translator.value }}
{% endif %}
{% if product.metafields.custom._vydavnytstvo.value != blank %}
Herausgeber: {{ product.metafields.custom._vydavnytstvo.value }}
{% endif %}
{% if product.metafields.my_fields.number_of_pages.value != blank %}
Anzahl Seiten: {{ product.metafields.my_fields.number_of_pages.value }}
{% endif %}
{% if product.variants.first.weight != blank %}
Gewicht: {{ product.variants.first.weight | weight_with_unit }}
{% endif %}
{% if product.metafields.my_fields.length.value != blank %}
Größe: {{ product.metafields.my_fields.length.value }} x
{{ product.metafields.my_fields.width.value }} X
{{ product.metafields.my_fields.hight.value }} cm
{% endif %}
{% if product.metafields.my_fields.isbn.value != blank %}
ISBN-Nummer: {{ product.metafields.my_fields.isbn.value }}
{% endif %}
{% if product.metafields.my_fields.publication_year.value != blank %}
Zu verkaufen bei: {{ product.metafields.my_fields.publication_year.value }}
{% endif %}
{% if product.metafields.my_fields.cover_type.value != blank %}
Abdeckungstyp: {{ product.metafields.my_fields.cover_type.value }}
{% endif %}