Typy objektů¶
v přípravě - není dostupné v šablonách
AccountingDocument¶
Název |
Typ |
Popis |
---|---|---|
code |
string |
Kód |
pdfUrl |
URL stažení PDF |
Příklady:
{{ accountingdocument.code }}
{{ accountingdocument.pdfUrl }}
{{ accountingdocument.pdfUrl.absolute }}
{{ accountingdocument.pdfUrl.path }}
Actuality¶
Název |
Typ |
Popis |
---|---|---|
id |
int |
Id |
name |
string |
Název |
date |
datetime |
Datum |
url |
URL článku |
|
annotation |
string | null |
Anotace |
text |
string | null |
Text |
image |
Image | null |
Hlavní obrázek |
Příklady:
{{ actuality.id }}
{{ actuality.name }}
{{ actuality.date|date('d. m. Y H:i') }}
{{ actuality.url }}
{{ actuality.url.absolute }}
{{ actuality.url.path }}
{% if actuality.annotation %}
{{ actuality.annotation }}
{% endif %}
{% if actuality.text %}
{{ actuality.text }}
{% endif %}
{% if actuality.image %}
{{ actuality.image.originalHeight }}
{{ actuality.image.originalWidth }}
{{ actuality.image.url }}
{% if actuality.image.alt %}
{{ actuality.image.alt }}
{% endif %}
{% if actuality.image.text %}
{{ actuality.image.text }}
{% endif %}
{% endif %}
Address¶
Název |
Typ |
Popis |
---|---|---|
name |
Jméno |
|
city |
string | null |
Město |
company |
string | null |
Firma |
companyId |
string | null |
IČ |
string | null |
||
phone |
string | null |
Telefon |
region |
string | null |
Region (stát, okres, …) |
street |
string | null |
Ulice a čp. |
vatId |
string | null |
DIČ |
zip |
string | null |
PSČ |
country |
Address/Country | null |
Země |
Příklady:
{{ address.name }}
{% if address.name.first %}
{{ address.name.first }}
{% endif %}
{% if address.name.last %}
{{ address.name.last }}
{% endif %}
{% if address.city %}
{{ address.city }}
{% endif %}
{% if address.company %}
{{ address.company }}
{% endif %}
{% if address.companyId %}
{{ address.companyId }}
{% endif %}
{% if address.email %}
{{ address.email }}
{% endif %}
{% if address.phone %}
{{ address.phone }}
{% endif %}
{% if address.region %}
{{ address.region }}
{% endif %}
{% if address.street %}
{{ address.street }}
{% endif %}
{% if address.vatId %}
{{ address.vatId }}
{% endif %}
{% if address.zip %}
{{ address.zip }}
{% endif %}
{% if address.country %}
{{ address.country.code }}
{{ address.country.name }}
{% endif %}
Address/Country¶
Název |
Typ |
Popis |
---|---|---|
code |
string |
Kód (například cz) |
name |
string |
Název |
Příklady:
{{ country.code }}
{{ country.name }}
Address/Name¶
Název |
Typ |
Popis |
---|---|---|
first |
string | null |
Křestní |
last |
string | null |
Příjmení |
Příklady:
{{ name }}
{% if name.first %}
{{ name.first }}
{% endif %}
{% if name.last %}
{{ name.last }}
{% endif %}
Addresses¶
Název |
Typ |
Popis |
---|---|---|
delivery |
||
invoice |
Příklady:
{{ addresses.delivery.name }}
{% if addresses.delivery.name.first %}
{{ addresses.delivery.name.first }}
{% endif %}
{% if addresses.delivery.name.last %}
{{ addresses.delivery.name.last }}
{% endif %}
{% if addresses.delivery.city %}
{{ addresses.delivery.city }}
{% endif %}
{% if addresses.delivery.company %}
{{ addresses.delivery.company }}
{% endif %}
{% if addresses.delivery.companyId %}
{{ addresses.delivery.companyId }}
{% endif %}
{% if addresses.delivery.email %}
{{ addresses.delivery.email }}
{% endif %}
{% if addresses.delivery.phone %}
{{ addresses.delivery.phone }}
{% endif %}
{% if addresses.delivery.region %}
{{ addresses.delivery.region }}
{% endif %}
{% if addresses.delivery.street %}
{{ addresses.delivery.street }}
{% endif %}
{% if addresses.delivery.vatId %}
{{ addresses.delivery.vatId }}
{% endif %}
{% if addresses.delivery.zip %}
{{ addresses.delivery.zip }}
{% endif %}
{% if addresses.delivery.country %}
{{ addresses.delivery.country.code }}
{{ addresses.delivery.country.name }}
{% endif %}
{{ addresses.invoice.name }}
{% if addresses.invoice.name.first %}
{{ addresses.invoice.name.first }}
{% endif %}
{% if addresses.invoice.name.last %}
{{ addresses.invoice.name.last }}
{% endif %}
{% if addresses.invoice.city %}
{{ addresses.invoice.city }}
{% endif %}
{% if addresses.invoice.company %}
{{ addresses.invoice.company }}
{% endif %}
{% if addresses.invoice.companyId %}
{{ addresses.invoice.companyId }}
{% endif %}
{% if addresses.invoice.email %}
{{ addresses.invoice.email }}
{% endif %}
{% if addresses.invoice.phone %}
{{ addresses.invoice.phone }}
{% endif %}
{% if addresses.invoice.region %}
{{ addresses.invoice.region }}
{% endif %}
{% if addresses.invoice.street %}
{{ addresses.invoice.street }}
{% endif %}
{% if addresses.invoice.vatId %}
{{ addresses.invoice.vatId }}
{% endif %}
{% if addresses.invoice.zip %}
{{ addresses.invoice.zip }}
{% endif %}
{% if addresses.invoice.country %}
{{ addresses.invoice.country.code }}
{{ addresses.invoice.country.name }}
{% endif %}
Admin¶
Administrátor eshopu
Název |
Typ |
Popis |
---|---|---|
id |
int |
Id |
string |
||
phone |
string |
Telefon |
position |
string |
Pozice |
name |
Jméno |
|
image |
Obrázek |
|
text |
html | null |
Text |
Příklady:
{{ admin.id }}
{{ admin.email }}
{{ admin.phone }}
{{ admin.position }}
{{ admin.name }}
{% if admin.name.first %}
{{ admin.name.first }}
{% endif %}
{% if admin.name.last %}
{{ admin.name.last }}
{% endif %}
{{ admin.image.originalHeight }}
{{ admin.image.originalWidth }}
{{ admin.image.url }}
{% if admin.image.alt %}
{{ admin.image.alt }}
{% endif %}
{% if admin.image.text %}
{{ admin.image.text }}
{% endif %}
{% if admin.text %}
{{ admin.text }}
{% endif %}
Article¶
Název |
Typ |
Popis |
---|---|---|
id |
int |
Id |
name |
string |
Nazev |
datePublished |
datetime |
Datum publikování |
author |
Autor |
|
images |
Image[] |
Obrázky |
topic |
Téma (zařazení) |
|
topics |
Topic[] |
Témata |
url |
URL článku |
|
videos |
Video[] |
Videa |
text |
html | null |
Text |
image |
Image | null |
Hlavní obrázek |
seo |
Seo | null |
SEO attributy |
Příklady:
{{ article.id }}
{{ article.name }}
{{ article.datePublished|date('d. m. Y H:i') }}
{{ article.author.id }}
{{ article.author.email }}
{{ article.author.phone }}
{{ article.author.position }}
{{ article.author.name }}
{% if article.author.name.first %}
{{ article.author.name.first }}
{% endif %}
{% if article.author.name.last %}
{{ article.author.name.last }}
{% endif %}
{{ article.author.image.originalHeight }}
{{ article.author.image.originalWidth }}
{{ article.author.image.url }}
{% if article.author.image.alt %}
{{ article.author.image.alt }}
{% endif %}
{% if article.author.image.text %}
{{ article.author.image.text }}
{% endif %}
{% if article.author.text %}
{{ article.author.text }}
{% endif %}
{% for image in article.images %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{{ article.topic.id }}
{{ article.topic.name }}
{{ article.topic.image.originalHeight }}
{{ article.topic.image.originalWidth }}
{{ article.topic.image.url }}
{% if article.topic.image.alt %}
{{ article.topic.image.alt }}
{% endif %}
{% if article.topic.image.text %}
{{ article.topic.image.text }}
{% endif %}
{{ article.topic.url }}
{{ article.topic.url.absolute }}
{{ article.topic.url.path }}
{% if article.topic.text %}
{{ article.topic.text }}
{% endif %}
{% if article.topic.seo %}
{% if article.topic.seo.description %}
{{ article.topic.seo.description }}
{% endif %}
{% if article.topic.seo.keywords %}
{{ article.topic.seo.keywords }}
{% endif %}
{% if article.topic.seo.title %}
{{ article.topic.seo.title }}
{% endif %}
{% endif %}
{% for topic in article.topics %}
{{ topic.id }}
{{ topic.name }}
{{ topic.image.originalHeight }}
{{ topic.image.originalWidth }}
{{ topic.image.url }}
{% if topic.image.alt %}
{{ topic.image.alt }}
{% endif %}
{% if topic.image.text %}
{{ topic.image.text }}
{% endif %}
{{ topic.url }}
{{ topic.url.absolute }}
{{ topic.url.path }}
{% if topic.text %}
{{ topic.text }}
{% endif %}
{% if topic.seo %}
{% if topic.seo.description %}
{{ topic.seo.description }}
{% endif %}
{% if topic.seo.keywords %}
{{ topic.seo.keywords }}
{% endif %}
{% if topic.seo.title %}
{{ topic.seo.title }}
{% endif %}
{% endif %}
{% endfor %}
{{ article.url }}
{{ article.url.absolute }}
{{ article.url.path }}
{% for video in article.videos %}
{% if video.image %}
{{ video.image.originalHeight }}
{{ video.image.originalWidth }}
{{ video.image.url }}
{% if video.image.alt %}
{{ video.image.alt }}
{% endif %}
{% if video.image.text %}
{{ video.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% if article.text %}
{{ article.text }}
{% endif %}
{% if article.image %}
{{ article.image.originalHeight }}
{{ article.image.originalWidth }}
{{ article.image.url }}
{% if article.image.alt %}
{{ article.image.alt }}
{% endif %}
{% if article.image.text %}
{{ article.image.text }}
{% endif %}
{% endif %}
{% if article.seo %}
{% if article.seo.description %}
{{ article.seo.description }}
{% endif %}
{% if article.seo.keywords %}
{{ article.seo.keywords }}
{% endif %}
{% if article.seo.title %}
{{ article.seo.title }}
{% endif %}
{% endif %}
Attribute/Attribute¶
Název |
Typ |
Popis |
---|---|---|
id |
int |
ID |
name |
string |
Název |
values |
Hodnoty |
|
text |
string | null |
Popis |
image |
Image | null |
Obrázek |
Příklady:
{{ attribute.id }}
{{ attribute.name }}
{% for attributeValue in attribute.values %}
{{ attributeValue.id }}
{{ attributeValue.name }}
{{ attributeValue.attribute.id }}
{{ attributeValue.attribute.name }}
{% if attributeValue.attribute.text %}
{{ attributeValue.attribute.text }}
{% endif %}
{% if attributeValue.attribute.image %}
{{ attributeValue.attribute.image.originalHeight }}
{{ attributeValue.attribute.image.originalWidth }}
{{ attributeValue.attribute.image.url }}
{% if attributeValue.attribute.image.alt %}
{{ attributeValue.attribute.image.alt }}
{% endif %}
{% if attributeValue.attribute.image.text %}
{{ attributeValue.attribute.image.text }}
{% endif %}
{% endif %}
{% if attributeValue.colorCode %}
{{ attributeValue.colorCode }}
{% endif %}
{% if attributeValue.text %}
{{ attributeValue.text }}
{% endif %}
{% if attributeValue.image %}
{{ attributeValue.image.originalHeight }}
{{ attributeValue.image.originalWidth }}
{{ attributeValue.image.url }}
{% if attributeValue.image.alt %}
{{ attributeValue.image.alt }}
{% endif %}
{% if attributeValue.image.text %}
{{ attributeValue.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% if attribute.text %}
{{ attribute.text }}
{% endif %}
{% if attribute.image %}
{{ attribute.image.originalHeight }}
{{ attribute.image.originalWidth }}
{{ attribute.image.url }}
{% if attribute.image.alt %}
{{ attribute.image.alt }}
{% endif %}
{% if attribute.image.text %}
{{ attribute.image.text }}
{% endif %}
{% endif %}
Attribute/AttributeGroup¶
Název |
Typ |
Popis |
---|---|---|
id |
int |
ID |
Příklady:
{{ attributegroup.id }}
Attribute/AttributeInstance¶
Název |
Typ |
Popis |
---|---|---|
name |
string |
Název |
values |
Hodnoty |
|
description |
string | null |
Popis |
image |
Image | null |
Obrázek |
Příklady:
{{ attributeinstance.name }}
{% for attributeValueInstance in attributeinstance.values %}
{{ attributeValueInstance.values }}
{{ attributeValueInstance.nameHtml }}
{% if attributeValueInstance.colorCode %}
{{ attributeValueInstance.colorCode }}
{% endif %}
{% if attributeValueInstance.text %}
{{ attributeValueInstance.text }}
{% endif %}
{% if attributeValueInstance.unit %}
{{ attributeValueInstance.unit }}
{% endif %}
{% if attributeValueInstance.image %}
{{ attributeValueInstance.image.originalHeight }}
{{ attributeValueInstance.image.originalWidth }}
{{ attributeValueInstance.image.url }}
{% if attributeValueInstance.image.alt %}
{{ attributeValueInstance.image.alt }}
{% endif %}
{% if attributeValueInstance.image.text %}
{{ attributeValueInstance.image.text }}
{% endif %}
{% endif %}
{% if attributeValueInstance.name %}
{{ attributeValueInstance.name }}
{% endif %}
{% endfor %}
{% if attributeinstance.description %}
{{ attributeinstance.description }}
{% endif %}
{% if attributeinstance.image %}
{{ attributeinstance.image.originalHeight }}
{{ attributeinstance.image.originalWidth }}
{{ attributeinstance.image.url }}
{% if attributeinstance.image.alt %}
{{ attributeinstance.image.alt }}
{% endif %}
{% if attributeinstance.image.text %}
{{ attributeinstance.image.text }}
{% endif %}
{% endif %}
Attribute/AttributeValue¶
Hodnota parametru
Název |
Typ |
Popis |
---|---|---|
id |
int |
Id |
name |
string |
Název |
attribute |
Parametr |
|
colorCode |
string | null |
Hex kód barvy |
text |
html | null |
Text |
image |
Image | null |
Obrázek |
Příklady:
{{ attributevalue.id }}
{{ attributevalue.name }}
{{ attributevalue.attribute.id }}
{{ attributevalue.attribute.name }}
{% for attributeValue in attributevalue.attribute.values %}
{{ attributeValue.id }}
{{ attributeValue.name }}
{% if attributeValue.colorCode %}
{{ attributeValue.colorCode }}
{% endif %}
{% if attributeValue.text %}
{{ attributeValue.text }}
{% endif %}
{% if attributeValue.image %}
{{ attributeValue.image.originalHeight }}
{{ attributeValue.image.originalWidth }}
{{ attributeValue.image.url }}
{% if attributeValue.image.alt %}
{{ attributeValue.image.alt }}
{% endif %}
{% if attributeValue.image.text %}
{{ attributeValue.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% if attributevalue.attribute.text %}
{{ attributevalue.attribute.text }}
{% endif %}
{% if attributevalue.attribute.image %}
{{ attributevalue.attribute.image.originalHeight }}
{{ attributevalue.attribute.image.originalWidth }}
{{ attributevalue.attribute.image.url }}
{% if attributevalue.attribute.image.alt %}
{{ attributevalue.attribute.image.alt }}
{% endif %}
{% if attributevalue.attribute.image.text %}
{{ attributevalue.attribute.image.text }}
{% endif %}
{% endif %}
{% if attributevalue.colorCode %}
{{ attributevalue.colorCode }}
{% endif %}
{% if attributevalue.text %}
{{ attributevalue.text }}
{% endif %}
{% if attributevalue.image %}
{{ attributevalue.image.originalHeight }}
{{ attributevalue.image.originalWidth }}
{{ attributevalue.image.url }}
{% if attributevalue.image.alt %}
{{ attributevalue.image.alt }}
{% endif %}
{% if attributevalue.image.text %}
{{ attributevalue.image.text }}
{% endif %}
{% endif %}
Attribute/AttributeValueInstance¶
Název |
Typ |
Popis |
---|---|---|
nameHtml |
html |
Název včetně title a případného odkazu |
colorCode |
string | null |
Hex kód barvy |
text |
string | null |
Popis |
unit |
string | null |
Jednotka |
image |
Image | null |
Obrázek |
name |
string | int | float | null |
Název |
Příklady:
{{ attributevalueinstance }}
{{ attributevalueinstance.nameHtml }}
{% if attributevalueinstance.colorCode %}
{{ attributevalueinstance.colorCode }}
{% endif %}
{% if attributevalueinstance.text %}
{{ attributevalueinstance.text }}
{% endif %}
{% if attributevalueinstance.unit %}
{{ attributevalueinstance.unit }}
{% endif %}
{% if attributevalueinstance.image %}
{{ attributevalueinstance.image.originalHeight }}
{{ attributevalueinstance.image.originalWidth }}
{{ attributevalueinstance.image.url }}
{% if attributevalueinstance.image.alt %}
{{ attributevalueinstance.image.alt }}
{% endif %}
{% if attributevalueinstance.image.text %}
{{ attributevalueinstance.image.text }}
{% endif %}
{% endif %}
{% if attributevalueinstance.name %}
{{ attributevalueinstance.name }}
{% endif %}
AttributeMeaning¶
Název |
Typ |
Popis |
---|---|---|
code |
int |
Kód |
Příklady:
{{ attributemeaning.code }}
Availability¶
Název |
Typ |
Popis |
---|---|---|
availableAmount |
int |
Dostupné kusy |
hours |
int |
Dostupnost v hodinách |
totalAmount |
int |
Celkové kusy (bez odečtení rezervace) |
text |
string |
Popis dostupnosti |
inStock |
bool |
|
deliveryOptions |
Dostupná dodání s termínem |
|
dateExpected |
datetime | null |
Datum očekávaného naskladnění |
deliveryOption |
DeliveryOption | null |
Nejrychlejší dodání |
Příklady:
{{ availability.availableAmount }}
{{ availability.hours }}
{{ availability.totalAmount }}
{{ availability.text }}
{% if availability.inStock %} ... {% endif %}
{% for deliveryOption in availability.deliveryOptions %}
{{ deliveryOption.dateDelivered|date('d. m. Y H:i') }}
{{ deliveryOption.dateSent|date('d. m. Y H:i') }}
{{ deliveryOption.orderDeadline|date('d. m. Y H:i') }}
{{ deliveryOption.transport.name }}
{{ deliveryOption.transport.vatRate }}
{% if deliveryOption.transport.pickup %} ... {% endif %}
{{ deliveryOption.transport.price.vatRate }}
{% if deliveryOption.transport.price.discountPercent %}
{{ deliveryOption.transport.price.discountPercent }}
{% endif %}
{% if deliveryOption.transport.price.beforeDiscount %}
{% endif %}
{% if deliveryOption.transport.price.discount %}
{% endif %}
{% if deliveryOption.transport.text %}
{{ deliveryOption.transport.text }}
{% endif %}
{% if deliveryOption.transport.branch %}
{{ deliveryOption.transport.branch.code }}
{{ deliveryOption.transport.branch.name }}
{% endif %}
{% if deliveryOption.transport.carrier %}
{{ deliveryOption.transport.carrier.code }}
{{ deliveryOption.transport.carrier.name }}
{% endif %}
{% if deliveryOption.transport.deliveryDate %}
{{ deliveryOption.transport.deliveryDate.dateDelivered|date('d. m. Y H:i') }}
{{ deliveryOption.transport.deliveryDate.dateSent|date('d. m. Y H:i') }}
{{ deliveryOption.transport.deliveryDate.orderDeadline|date('d. m. Y H:i') }}
{% if deliveryOption.transport.deliveryDate.timeDelivered %}
{{ deliveryOption.transport.deliveryDate.timeDelivered }}
{% endif %}
{% endif %}
{% if deliveryOption.transport.packageType %}
{{ deliveryOption.transport.packageType.code }}
{% endif %}
{% if deliveryOption.transport.image %}
{{ deliveryOption.transport.image.originalHeight }}
{{ deliveryOption.transport.image.originalWidth }}
{{ deliveryOption.transport.image.url }}
{% if deliveryOption.transport.image.alt %}
{{ deliveryOption.transport.image.alt }}
{% endif %}
{% if deliveryOption.transport.image.text %}
{{ deliveryOption.transport.image.text }}
{% endif %}
{% endif %}
{% if deliveryOption.timeDelivered %}
{{ deliveryOption.timeDelivered }}
{% endif %}
{% endfor %}
{% if availability.dateExpected %}
{{ availability.dateExpected|date('d. m. Y H:i') }}
{% endif %}
{% if availability.deliveryOption %}
{{ availability.deliveryOption.dateDelivered|date('d. m. Y H:i') }}
{{ availability.deliveryOption.dateSent|date('d. m. Y H:i') }}
{{ availability.deliveryOption.orderDeadline|date('d. m. Y H:i') }}
{{ availability.deliveryOption.transport.name }}
{{ availability.deliveryOption.transport.vatRate }}
{% if availability.deliveryOption.transport.pickup %} ... {% endif %}
{{ availability.deliveryOption.transport.price.vatRate }}
{% if availability.deliveryOption.transport.price.discountPercent %}
{{ availability.deliveryOption.transport.price.discountPercent }}
{% endif %}
{% if availability.deliveryOption.transport.price.beforeDiscount %}
{% endif %}
{% if availability.deliveryOption.transport.price.discount %}
{% endif %}
{% if availability.deliveryOption.transport.text %}
{{ availability.deliveryOption.transport.text }}
{% endif %}
{% if availability.deliveryOption.transport.branch %}
{{ availability.deliveryOption.transport.branch.code }}
{{ availability.deliveryOption.transport.branch.name }}
{% endif %}
{% if availability.deliveryOption.transport.carrier %}
{{ availability.deliveryOption.transport.carrier.code }}
{{ availability.deliveryOption.transport.carrier.name }}
{% endif %}
{% if availability.deliveryOption.transport.deliveryDate %}
{{ availability.deliveryOption.transport.deliveryDate.dateDelivered|date('d. m. Y H:i') }}
{{ availability.deliveryOption.transport.deliveryDate.dateSent|date('d. m. Y H:i') }}
{{ availability.deliveryOption.transport.deliveryDate.orderDeadline|date('d. m. Y H:i') }}
{% if availability.deliveryOption.transport.deliveryDate.timeDelivered %}
{{ availability.deliveryOption.transport.deliveryDate.timeDelivered }}
{% endif %}
{% endif %}
{% if availability.deliveryOption.transport.packageType %}
{{ availability.deliveryOption.transport.packageType.code }}
{% endif %}
{% if availability.deliveryOption.transport.image %}
{{ availability.deliveryOption.transport.image.originalHeight }}
{{ availability.deliveryOption.transport.image.originalWidth }}
{{ availability.deliveryOption.transport.image.url }}
{% if availability.deliveryOption.transport.image.alt %}
{{ availability.deliveryOption.transport.image.alt }}
{% endif %}
{% if availability.deliveryOption.transport.image.text %}
{{ availability.deliveryOption.transport.image.text }}
{% endif %}
{% endif %}
{% if availability.deliveryOption.timeDelivered %}
{{ availability.deliveryOption.timeDelivered }}
{% endif %}
{% endif %}
AvailableUpsellGroup¶
Název |
Typ |
Popis |
---|---|---|
id |
int |
|
name |
string |
Název skupiny |
singleSelection |
bool |
Režim výběru |
upsells |
Upsell[] |
Dostupné upselly |
code |
string | null |
Název skupiny |
Příklady:
{{ availableupsellgroup.id }}
{{ availableupsellgroup.name }}
{% if availableupsellgroup.singleSelection %} ... {% endif %}
{% for upsell in availableupsellgroup.upsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{{ upsell.category.id }}
{{ upsell.category.productCount }}
{{ upsell.category.productInStockCount }}
{{ upsell.category.totalStockQuantity }}
{{ upsell.category.headline }}
{{ upsell.category.menuName }}
{{ upsell.category.name }}
{% if upsell.category.flagErotic %} ... {% endif %}
{% if upsell.category.flagImportant %} ... {% endif %}
{% for category in upsell.category.subcategories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{% endif %}
{% if category.image %}
{% endif %}
{% endfor %}
{{ upsell.category.url }}
{{ upsell.category.url.absolute }}
{{ upsell.category.url.path }}
{{ upsell.category.variantType.id }}
{{ upsell.category.variantType.name }}
{{ upsell.category.pathIds }}
{{ upsell.category.pathNames }}
{% if upsell.category.subHeadline %}
{{ upsell.category.subHeadline }}
{% endif %}
{% if upsell.category.text %}
{{ upsell.category.text }}
{% endif %}
{% if upsell.category.parent %}
{{ upsell.category.parent.id }}
{{ upsell.category.parent.productCount }}
{{ upsell.category.parent.productInStockCount }}
{{ upsell.category.parent.totalStockQuantity }}
{{ upsell.category.parent.headline }}
{{ upsell.category.parent.menuName }}
{{ upsell.category.parent.name }}
{% if upsell.category.parent.flagErotic %} ... {% endif %}
{% if upsell.category.parent.flagImportant %} ... {% endif %}
{% for category in upsell.category.parent.subcategories %}
{% endfor %}
{{ upsell.category.parent.pathIds }}
{{ upsell.category.parent.pathNames }}
{% if upsell.category.parent.subHeadline %}
{{ upsell.category.parent.subHeadline }}
{% endif %}
{% if upsell.category.parent.text %}
{{ upsell.category.parent.text }}
{% endif %}
{% if upsell.category.parent.image %}
{% endif %}
{% endif %}
{% if upsell.category.image %}
{{ upsell.category.image.originalHeight }}
{{ upsell.category.image.originalWidth }}
{{ upsell.category.image.url }}
{% if upsell.category.image.alt %}
{{ upsell.category.image.alt }}
{% endif %}
{% if upsell.category.image.text %}
{{ upsell.category.image.text }}
{% endif %}
{% endif %}
{{ upsell.price.vatRate }}
{{ upsell.price.current.currency }}
{{ upsell.price.current.formatted }}
{{ upsell.price.current.value }}
{% if upsell.price.discountPercent %}
{{ upsell.price.discountPercent }}
{% endif %}
{% if upsell.price.beforeDiscount %}
{{ upsell.price.beforeDiscount.currency }}
{{ upsell.price.beforeDiscount.formatted }}
{{ upsell.price.beforeDiscount.value }}
{% endif %}
{% if upsell.price.discount %}
{{ upsell.price.discount.currency }}
{{ upsell.price.discount.formatted }}
{{ upsell.price.discount.value }}
{% endif %}
{{ upsell.group.id }}
{{ upsell.group.name }}
{% if upsell.group.singleSelection %} ... {% endif %}
{% if upsell.group.code %}
{{ upsell.group.code }}
{% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{{ upsell.image.originalHeight }}
{{ upsell.image.originalWidth }}
{{ upsell.image.url }}
{% if upsell.image.alt %}
{{ upsell.image.alt }}
{% endif %}
{% if upsell.image.text %}
{{ upsell.image.text }}
{% endif %}
{% endif %}
{% if upsell.unit %}
{{ upsell.unit.name }}
{% endif %}
{% endfor %}
{% if availableupsellgroup.code %}
{{ availableupsellgroup.code }}
{% endif %}
Banner¶
Banner
Název |
Typ |
Popis |
---|---|---|
id |
int |
Id |
validFrom |
datetime |
Platný od |
validTo |
datetime |
Platný do |
vector |
bool |
Vectorový obrázek |
section |
Sekce bannerů |
|
height |
int | null |
Výška (px) |
width |
int | null |
Šířka (px) |
alt |
string | null |
Popis |
ctaClass |
string | null |
Třida akce (tlačítka) |
ctaText |
string | null |
Text akce (tlačítka) |
name |
string | null |
Název |
url |
string | null |
Url |
text |
html | null |
Text |
image |
Image | null |
Obrázek |
product |
Product | null |
Produkt |
Příklady:
{{ banner.id }}
{{ banner.validFrom|date('d. m. Y H:i') }}
{{ banner.validTo|date('d. m. Y H:i') }}
{% if banner.vector %} ... {% endif %}
{{ banner.section.id }}
{% if banner.section.height %}
{{ banner.section.height }}
{% endif %}
{% if banner.section.width %}
{{ banner.section.width }}
{% endif %}
{% if banner.section.code %}
{{ banner.section.code }}
{% endif %}
{% if banner.section.name %}
{{ banner.section.name }}
{% endif %}
{% if banner.height %}
{{ banner.height }}
{% endif %}
{% if banner.width %}
{{ banner.width }}
{% endif %}
{% if banner.alt %}
{{ banner.alt }}
{% endif %}
{% if banner.ctaClass %}
{{ banner.ctaClass }}
{% endif %}
{% if banner.ctaText %}
{{ banner.ctaText }}
{% endif %}
{% if banner.name %}
{{ banner.name }}
{% endif %}
{% if banner.url %}
{{ banner.url }}
{% endif %}
{% if banner.text %}
{{ banner.text }}
{% endif %}
{% if banner.image %}
{{ banner.image.originalHeight }}
{{ banner.image.originalWidth }}
{{ banner.image.url }}
{% if banner.image.alt %}
{{ banner.image.alt }}
{% endif %}
{% if banner.image.text %}
{{ banner.image.text }}
{% endif %}
{% endif %}
{% if banner.product %}
{{ banner.product.id }}
{{ banner.product.name }}
{{ banner.product.trackingId }}
{{ banner.product.dateCreated|date('d. m. Y H:i') }}
{% if banner.product.active %} ... {% endif %}
{% if banner.product.compared %} ... {% endif %}
{% if banner.product.differentVariantPrices %} ... {% endif %}
{% if banner.product.flagNew %} ... {% endif %}
{% if banner.product.flagSecondHand %} ... {% endif %}
{% if banner.product.flagSellout %} ... {% endif %}
{% if banner.product.soldSeparately %} ... {% endif %}
{% for attributeInstance in banner.product.attributes %}
{{ attributeInstance.name }}
{% for attributeValueInstance in attributeInstance.values %}
{{ attributeValueInstance.values }}
{{ attributeValueInstance.nameHtml }}
{% if attributeValueInstance.colorCode %}
{{ attributeValueInstance.colorCode }}
{% endif %}
{% if attributeValueInstance.text %}
{{ attributeValueInstance.text }}
{% endif %}
{% if attributeValueInstance.unit %}
{{ attributeValueInstance.unit }}
{% endif %}
{% if attributeValueInstance.image %}
{% endif %}
{% if attributeValueInstance.name %}
{{ attributeValueInstance.name }}
{% endif %}
{% endfor %}
{% if attributeInstance.description %}
{{ attributeInstance.description }}
{% endif %}
{% if attributeInstance.image %}
{{ attributeInstance.image.originalHeight }}
{{ attributeInstance.image.originalWidth }}
{{ attributeInstance.image.url }}
{% if attributeInstance.image.alt %}
{{ attributeInstance.image.alt }}
{% endif %}
{% if attributeInstance.image.text %}
{{ attributeInstance.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% for availableUpsellGroup in banner.product.availableUpsellGroups %}
{{ availableUpsellGroup.id }}
{{ availableUpsellGroup.name }}
{% if availableUpsellGroup.singleSelection %} ... {% endif %}
{% for upsell in availableUpsellGroup.upsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{% endif %}
{% if upsell.unit %}
{% endif %}
{% endfor %}
{% if availableUpsellGroup.code %}
{{ availableUpsellGroup.code }}
{% endif %}
{% endfor %}
{{ banner.product.category.id }}
{{ banner.product.category.productCount }}
{{ banner.product.category.productInStockCount }}
{{ banner.product.category.totalStockQuantity }}
{{ banner.product.category.headline }}
{{ banner.product.category.menuName }}
{{ banner.product.category.name }}
{% if banner.product.category.flagErotic %} ... {% endif %}
{% if banner.product.category.flagImportant %} ... {% endif %}
{% for category in banner.product.category.subcategories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{% endif %}
{% if category.image %}
{% endif %}
{% endfor %}
{{ banner.product.category.url }}
{{ banner.product.category.url.absolute }}
{{ banner.product.category.url.path }}
{{ banner.product.category.variantType.id }}
{{ banner.product.category.variantType.name }}
{{ banner.product.category.pathIds }}
{{ banner.product.category.pathNames }}
{% if banner.product.category.subHeadline %}
{{ banner.product.category.subHeadline }}
{% endif %}
{% if banner.product.category.text %}
{{ banner.product.category.text }}
{% endif %}
{% if banner.product.category.parent %}
{{ banner.product.category.parent.id }}
{{ banner.product.category.parent.productCount }}
{{ banner.product.category.parent.productInStockCount }}
{{ banner.product.category.parent.totalStockQuantity }}
{{ banner.product.category.parent.headline }}
{{ banner.product.category.parent.menuName }}
{{ banner.product.category.parent.name }}
{% if banner.product.category.parent.flagErotic %} ... {% endif %}
{% if banner.product.category.parent.flagImportant %} ... {% endif %}
{% for category in banner.product.category.parent.subcategories %}
{% endfor %}
{{ banner.product.category.parent.pathIds }}
{{ banner.product.category.parent.pathNames }}
{% if banner.product.category.parent.subHeadline %}
{{ banner.product.category.parent.subHeadline }}
{% endif %}
{% if banner.product.category.parent.text %}
{{ banner.product.category.parent.text }}
{% endif %}
{% if banner.product.category.parent.image %}
{% endif %}
{% endif %}
{% if banner.product.category.image %}
{{ banner.product.category.image.originalHeight }}
{{ banner.product.category.image.originalWidth }}
{{ banner.product.category.image.url }}
{% if banner.product.category.image.alt %}
{{ banner.product.category.image.alt }}
{% endif %}
{% if banner.product.category.image.text %}
{{ banner.product.category.image.text }}
{% endif %}
{% endif %}
{% for category in banner.product.categories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{% for category in category.subcategories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{% endif %}
{% if category.image %}
{% endif %}
{% endfor %}
{{ category.url }}
{{ category.url.absolute }}
{{ category.url.path }}
{{ category.variantType.id }}
{{ category.variantType.name }}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{{ category.parent.id }}
{{ category.parent.productCount }}
{{ category.parent.productInStockCount }}
{{ category.parent.totalStockQuantity }}
{{ category.parent.headline }}
{{ category.parent.menuName }}
{{ category.parent.name }}
{% if category.parent.flagErotic %} ... {% endif %}
{% if category.parent.flagImportant %} ... {% endif %}
{% for category in category.parent.subcategories %}
{% endfor %}
{{ category.parent.pathIds }}
{{ category.parent.pathNames }}
{% if category.parent.subHeadline %}
{{ category.parent.subHeadline }}
{% endif %}
{% if category.parent.text %}
{{ category.parent.text }}
{% endif %}
{% if category.parent.image %}
{% endif %}
{% endif %}
{% if category.image %}
{{ category.image.originalHeight }}
{{ category.image.originalWidth }}
{{ category.image.url }}
{% if category.image.alt %}
{{ category.image.alt }}
{% endif %}
{% if category.image.text %}
{{ category.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% for category in banner.product.otherCategories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{% for category in category.subcategories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{% endif %}
{% if category.image %}
{% endif %}
{% endfor %}
{{ category.url }}
{{ category.url.absolute }}
{{ category.url.path }}
{{ category.variantType.id }}
{{ category.variantType.name }}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{{ category.parent.id }}
{{ category.parent.productCount }}
{{ category.parent.productInStockCount }}
{{ category.parent.totalStockQuantity }}
{{ category.parent.headline }}
{{ category.parent.menuName }}
{{ category.parent.name }}
{% if category.parent.flagErotic %} ... {% endif %}
{% if category.parent.flagImportant %} ... {% endif %}
{% for category in category.parent.subcategories %}
{% endfor %}
{{ category.parent.pathIds }}
{{ category.parent.pathNames }}
{% if category.parent.subHeadline %}
{{ category.parent.subHeadline }}
{% endif %}
{% if category.parent.text %}
{{ category.parent.text }}
{% endif %}
{% if category.parent.image %}
{% endif %}
{% endif %}
{% if category.image %}
{{ category.image.originalHeight }}
{{ category.image.originalWidth }}
{{ category.image.url }}
{% if category.image.alt %}
{{ category.image.alt }}
{% endif %}
{% if category.image.text %}
{{ category.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% for image in banner.product.imagesWithEnumValue %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in banner.product.currentImages %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in banner.product.imagesWithoutEnumValue %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in banner.product.otherImages %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in banner.product.images %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{{ banner.product.item.id }}
{{ banner.product.item.name }}
{% if banner.product.item.digital %} ... {% endif %}
{{ banner.product.item.availability.availableAmount }}
{{ banner.product.item.availability.hours }}
{{ banner.product.item.availability.totalAmount }}
{{ banner.product.item.availability.text }}
{% if banner.product.item.availability.inStock %} ... {% endif %}
{% for deliveryOption in banner.product.item.availability.deliveryOptions %}
{% endfor %}
{% if banner.product.item.availability.dateExpected %}
{{ banner.product.item.availability.dateExpected|date('d. m. Y H:i') }}
{% endif %}
{% if banner.product.item.availability.deliveryOption %}
{% endif %}
{% if banner.product.item.code %}
{{ banner.product.item.code }}
{% endif %}
{% if banner.product.item.freeDelivery %}
{{ banner.product.item.freeDelivery.name }}
{{ banner.product.item.freeDelivery.vatRate }}
{% endif %}
{% if banner.product.item.image %}
{{ banner.product.item.image.originalHeight }}
{{ banner.product.item.image.originalWidth }}
{{ banner.product.item.image.url }}
{% if banner.product.item.image.alt %}
{{ banner.product.item.image.alt }}
{% endif %}
{% if banner.product.item.image.text %}
{{ banner.product.item.image.text }}
{% endif %}
{% endif %}
{% if banner.product.item.price %}
{{ banner.product.item.price.vatRate }}
{% if banner.product.item.price.discountPercent %}
{{ banner.product.item.price.discountPercent }}
{% endif %}
{% if banner.product.item.price.beforeDiscount %}
{% endif %}
{% if banner.product.item.price.discount %}
{% endif %}
{% endif %}
{% if banner.product.item.url %}
{{ banner.product.item.url }}
{{ banner.product.item.url.absolute }}
{{ banner.product.item.url.path }}
{% endif %}
{% if banner.product.item.variant %}
{{ banner.product.item.variant.id }}
{{ banner.product.item.variant.name }}
{{ banner.product.item.variant.trackingId }}
{% if banner.product.item.variant.active %} ... {% endif %}
{% for availableUpsellGroup in banner.product.item.variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in banner.product.item.variant.enumValues %}
{% endfor %}
{% for image in banner.product.item.variant.images %}
{% endfor %}
{% for upsell in banner.product.item.variant.availableUpsells %}
{% endfor %}
{{ banner.product.item.variant.selected }}
{% if banner.product.item.variant.legacyRel %}
{{ banner.product.item.variant.legacyRel }}
{% endif %}
{% if banner.product.item.variant.image %}
{% endif %}
{% endif %}
{% for label in banner.product.labels %}
{{ label.id }}
{{ label.name }}
{% if label.code %}
{{ label.code }}
{% endif %}
{% if label.colorCode %}
{{ label.colorCode }}
{% endif %}
{% if label.image %}
{{ label.image.originalHeight }}
{{ label.image.originalWidth }}
{{ label.image.url }}
{% if label.image.alt %}
{{ label.image.alt }}
{% endif %}
{% if label.image.text %}
{{ label.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% for productEnumValue in banner.product.enumValues %}
{{ productEnumValue.id }}
{{ productEnumValue.name }}
{% if productEnumValue.selected %} ... {% endif %}
{{ productEnumValue.enum.id }}
{{ productEnumValue.enum.name }}
{% for enumValue in productEnumValue.enum.values %}
{% endfor %}
{% if productEnumValue.enum.text %}
{{ productEnumValue.enum.text }}
{% endif %}
{% if productEnumValue.enum.meaning %}
{% endif %}
{{ productEnumValue.url }}
{{ productEnumValue.url.absolute }}
{{ productEnumValue.url.path }}
{% for variant in productEnumValue.variants %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{% endfor %}
{% for image in variant.images %}
{% endfor %}
{% for upsell in variant.availableUpsells %}
{% endfor %}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{% endif %}
{% endfor %}
{% if productEnumValue.text %}
{{ productEnumValue.text }}
{% endif %}
{% if productEnumValue.image %}
{{ productEnumValue.image.originalHeight }}
{{ productEnumValue.image.originalWidth }}
{{ productEnumValue.image.url }}
{% if productEnumValue.image.alt %}
{{ productEnumValue.image.alt }}
{% endif %}
{% if productEnumValue.image.text %}
{{ productEnumValue.image.text }}
{% endif %}
{% endif %}
{% if productEnumValue.variantImage %}
{{ productEnumValue.variantImage.originalHeight }}
{{ productEnumValue.variantImage.originalWidth }}
{{ productEnumValue.variantImage.url }}
{% if productEnumValue.variantImage.alt %}
{{ productEnumValue.variantImage.alt }}
{% endif %}
{% if productEnumValue.variantImage.text %}
{{ productEnumValue.variantImage.text }}
{% endif %}
{% endif %}
{% endfor %}
{% for product in banner.product.packTemplateProducts %}
{{ product.id }}
{{ product.name }}
{{ product.trackingId }}
{{ product.dateCreated|date('d. m. Y H:i') }}
{% if product.active %} ... {% endif %}
{% if product.compared %} ... {% endif %}
{% if product.differentVariantPrices %} ... {% endif %}
{% if product.flagNew %} ... {% endif %}
{% if product.flagSecondHand %} ... {% endif %}
{% if product.flagSellout %} ... {% endif %}
{% if product.soldSeparately %} ... {% endif %}
{% for attributeInstance in product.attributes %}
{{ attributeInstance.name }}
{% for attributeValueInstance in attributeInstance.values %}
{% endfor %}
{% if attributeInstance.description %}
{{ attributeInstance.description }}
{% endif %}
{% if attributeInstance.image %}
{% endif %}
{% endfor %}
{% for availableUpsellGroup in product.availableUpsellGroups %}
{{ availableUpsellGroup.id }}
{{ availableUpsellGroup.name }}
{% if availableUpsellGroup.singleSelection %} ... {% endif %}
{% for upsell in availableUpsellGroup.upsells %}
{% endfor %}
{% if availableUpsellGroup.code %}
{{ availableUpsellGroup.code }}
{% endif %}
{% endfor %}
{{ product.category.id }}
{{ product.category.productCount }}
{{ product.category.productInStockCount }}
{{ product.category.totalStockQuantity }}
{{ product.category.headline }}
{{ product.category.menuName }}
{{ product.category.name }}
{% if product.category.flagErotic %} ... {% endif %}
{% if product.category.flagImportant %} ... {% endif %}
{% for category in product.category.subcategories %}
{% endfor %}
{{ product.category.pathIds }}
{{ product.category.pathNames }}
{% if product.category.subHeadline %}
{{ product.category.subHeadline }}
{% endif %}
{% if product.category.text %}
{{ product.category.text }}
{% endif %}
{% if product.category.parent %}
{% endif %}
{% if product.category.image %}
{% endif %}
{% for category in product.categories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{% for category in category.subcategories %}
{% endfor %}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{% endif %}
{% if category.image %}
{% endif %}
{% endfor %}
{% for category in product.otherCategories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{% for category in category.subcategories %}
{% endfor %}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{% endif %}
{% if category.image %}
{% endif %}
{% endfor %}
{% for image in product.imagesWithEnumValue %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in product.currentImages %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in product.imagesWithoutEnumValue %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in product.otherImages %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in product.images %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{{ product.item.id }}
{{ product.item.name }}
{% if product.item.digital %} ... {% endif %}
{% if product.item.code %}
{{ product.item.code }}
{% endif %}
{% if product.item.freeDelivery %}
{% endif %}
{% if product.item.image %}
{% endif %}
{% if product.item.price %}
{% endif %}
{% if product.item.url %}
{% endif %}
{% if product.item.variant %}
{% endif %}
{% for label in product.labels %}
{{ label.id }}
{{ label.name }}
{% if label.code %}
{{ label.code }}
{% endif %}
{% if label.colorCode %}
{{ label.colorCode }}
{% endif %}
{% if label.image %}
{% endif %}
{% endfor %}
{% for productEnumValue in product.enumValues %}
{{ productEnumValue.id }}
{{ productEnumValue.name }}
{% if productEnumValue.selected %} ... {% endif %}
{% for variant in productEnumValue.variants %}
{% endfor %}
{% if productEnumValue.text %}
{{ productEnumValue.text }}
{% endif %}
{% if productEnumValue.image %}
{% endif %}
{% if productEnumValue.variantImage %}
{% endif %}
{% endfor %}
{{ product.rating.count }}
{% if product.rating.voted %} ... {% endif %}
{% if product.rating.average %}
{{ product.rating.average }}
{% endif %}
{% for upsell in product.availableUpsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{% endif %}
{% if upsell.unit %}
{% endif %}
{% endfor %}
{{ product.url }}
{{ product.url.absolute }}
{{ product.url.path }}
{% for variantChoiceStep in product.variantChoiceSteps %}
{{ variantChoiceStep.headline }}
{{ variantChoiceStep.inputName }}
{{ variantChoiceStep.mode }}
{% for variantChoice in variantChoiceStep.choices %}
{% endfor %}
{% if variantChoiceStep.description %}
{{ variantChoiceStep.description }}
{% endif %}
{% if variantChoiceStep.infoDescription %}
{{ variantChoiceStep.infoDescription }}
{% endif %}
{% if variantChoiceStep.messageEmpty %}
{{ variantChoiceStep.messageEmpty }}
{% endif %}
{% if variantChoiceStep.placeholder %}
{{ variantChoiceStep.placeholder }}
{% endif %}
{% if variantChoiceStep.icon %}
{% endif %}
{% if variantChoiceStep.infoIcon %}
{% endif %}
{% if variantChoiceStep.info %}
{% endif %}
{% if variantChoiceStep.selectedChoice %}
{% endif %}
{% endfor %}
{% for variant in product.currentVariants %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{% endfor %}
{% for image in variant.images %}
{% endfor %}
{% for upsell in variant.availableUpsells %}
{% endfor %}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{% endif %}
{% endfor %}
{% for variant in product.variants %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{% endfor %}
{% for image in variant.images %}
{% endfor %}
{% for upsell in variant.availableUpsells %}
{% endfor %}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{% endif %}
{% endfor %}
{% for variant in product.variantsWithEnumValueIds %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{% endfor %}
{% for image in variant.images %}
{% endfor %}
{% for upsell in variant.availableUpsells %}
{% endfor %}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{% endif %}
{% endfor %}
{{ product.variantType.id }}
{{ product.variantType.name }}
{% for video in product.videos %}
{% if video.image %}
{% endif %}
{% endfor %}
{% if product.currentSubName %}
{{ product.currentSubName }}
{% endif %}
{% if product.nameSuffix %}
{{ product.nameSuffix }}
{% endif %}
{% if product.nameSupplier %}
{{ product.nameSupplier }}
{% endif %}
{% if product.text %}
{{ product.text }}
{% endif %}
{% if product.attribute %}
{{ product.attribute.name }}
{% for attributeValueInstance in product.attribute.values %}
{% endfor %}
{% if product.attribute.description %}
{{ product.attribute.description }}
{% endif %}
{% if product.attribute.image %}
{% endif %}
{% endif %}
{% if product.brand %}
{{ product.brand.id }}
{{ product.brand.name }}
{% if product.brand.flagImportant %} ... {% endif %}
{% if product.brand.code %}
{{ product.brand.code }}
{% endif %}
{% if product.brand.web %}
{{ product.brand.web }}
{% endif %}
{% if product.brand.text %}
{{ product.brand.text }}
{% endif %}
{% if product.brand.image %}
{% endif %}
{% if product.brand.seo %}
{% endif %}
{% endif %}
{% if product.imageForEnumValueId %}
{{ product.imageForEnumValueId.originalHeight }}
{{ product.imageForEnumValueId.originalWidth }}
{{ product.imageForEnumValueId.url }}
{% if product.imageForEnumValueId.alt %}
{{ product.imageForEnumValueId.alt }}
{% endif %}
{% if product.imageForEnumValueId.text %}
{{ product.imageForEnumValueId.text }}
{% endif %}
{% endif %}
{% if product.image %}
{{ product.image.originalHeight }}
{{ product.image.originalWidth }}
{{ product.image.url }}
{% if product.image.alt %}
{{ product.image.alt }}
{% endif %}
{% if product.image.text %}
{{ product.image.text }}
{% endif %}
{% endif %}
{% if product.successor %}
{{ product.successor.id }}
{{ product.successor.name }}
{{ product.successor.trackingId }}
{{ product.successor.dateCreated|date('d. m. Y H:i') }}
{% if product.successor.active %} ... {% endif %}
{% if product.successor.compared %} ... {% endif %}
{% if product.successor.differentVariantPrices %} ... {% endif %}
{% if product.successor.flagNew %} ... {% endif %}
{% if product.successor.flagSecondHand %} ... {% endif %}
{% if product.successor.flagSellout %} ... {% endif %}
{% if product.successor.soldSeparately %} ... {% endif %}
{% for attributeInstance in product.successor.attributes %}
{% endfor %}
{% for availableUpsellGroup in product.successor.availableUpsellGroups %}
{% endfor %}
{% for category in product.successor.categories %}
{% endfor %}
{% for category in product.successor.otherCategories %}
{% endfor %}
{% for image in product.successor.imagesWithEnumValue %}
{% endfor %}
{% for image in product.successor.currentImages %}
{% endfor %}
{% for image in product.successor.imagesWithoutEnumValue %}
{% endfor %}
{% for image in product.successor.otherImages %}
{% endfor %}
{% for image in product.successor.images %}
{% endfor %}
{% for label in product.successor.labels %}
{% endfor %}
{% for productEnumValue in product.successor.enumValues %}
{% endfor %}
{% for upsell in product.successor.availableUpsells %}
{% endfor %}
{% for variantChoiceStep in product.successor.variantChoiceSteps %}
{% endfor %}
{% for variant in product.successor.currentVariants %}
{% endfor %}
{% for variant in product.successor.variants %}
{% endfor %}
{% for variant in product.successor.variantsWithEnumValueIds %}
{% endfor %}
{% for video in product.successor.videos %}
{% endfor %}
{% if product.successor.currentSubName %}
{{ product.successor.currentSubName }}
{% endif %}
{% if product.successor.nameSuffix %}
{{ product.successor.nameSuffix }}
{% endif %}
{% if product.successor.nameSupplier %}
{{ product.successor.nameSupplier }}
{% endif %}
{% if product.successor.text %}
{{ product.successor.text }}
{% endif %}
{% if product.successor.attribute %}
{% endif %}
{% if product.successor.brand %}
{% endif %}
{% if product.successor.imageForEnumValueId %}
{% endif %}
{% if product.successor.image %}
{% endif %}
{% if product.successor.seo %}
{% endif %}
{% if product.successor.supplier %}
{% endif %}
{% if product.successor.unit %}
{% endif %}
{% if product.successor.variant %}
{% endif %}
{% if product.successor.warranty %}
{% endif %}
{% endif %}
{% if product.seo %}
{% if product.seo.description %}
{{ product.seo.description }}
{% endif %}
{% if product.seo.keywords %}
{{ product.seo.keywords }}
{% endif %}
{% if product.seo.title %}
{{ product.seo.title }}
{% endif %}
{% endif %}
{% if product.supplier %}
{{ product.supplier.id }}
{{ product.supplier.name }}
{% endif %}
{% if product.unit %}
{{ product.unit.name }}
{% endif %}
{% if product.variant %}
{{ product.variant.id }}
{{ product.variant.name }}
{{ product.variant.trackingId }}
{% if product.variant.active %} ... {% endif %}
{% for availableUpsellGroup in product.variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in product.variant.enumValues %}
{% endfor %}
{% for image in product.variant.images %}
{% endfor %}
{% for upsell in product.variant.availableUpsells %}
{% endfor %}
{{ product.variant.selected }}
{% if product.variant.legacyRel %}
{{ product.variant.legacyRel }}
{% endif %}
{% if product.variant.image %}
{% endif %}
{% endif %}
{% if product.warranty %}
{{ product.warranty.months }}
{% endif %}
{% endfor %}
{{ banner.product.rating.count }}
{% if banner.product.rating.voted %} ... {% endif %}
{% if banner.product.rating.average %}
{{ banner.product.rating.average }}
{% endif %}
{% for upsell in banner.product.availableUpsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{{ upsell.category.id }}
{{ upsell.category.productCount }}
{{ upsell.category.productInStockCount }}
{{ upsell.category.totalStockQuantity }}
{{ upsell.category.headline }}
{{ upsell.category.menuName }}
{{ upsell.category.name }}
{% if upsell.category.flagErotic %} ... {% endif %}
{% if upsell.category.flagImportant %} ... {% endif %}
{% for category in upsell.category.subcategories %}
{% endfor %}
{{ upsell.category.pathIds }}
{{ upsell.category.pathNames }}
{% if upsell.category.subHeadline %}
{{ upsell.category.subHeadline }}
{% endif %}
{% if upsell.category.text %}
{{ upsell.category.text }}
{% endif %}
{% if upsell.category.parent %}
{% endif %}
{% if upsell.category.image %}
{% endif %}
{{ upsell.price.vatRate }}
{% if upsell.price.discountPercent %}
{{ upsell.price.discountPercent }}
{% endif %}
{% if upsell.price.beforeDiscount %}
{% endif %}
{% if upsell.price.discount %}
{% endif %}
{{ upsell.group.id }}
{{ upsell.group.name }}
{% if upsell.group.singleSelection %} ... {% endif %}
{% if upsell.group.code %}
{{ upsell.group.code }}
{% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{{ upsell.image.originalHeight }}
{{ upsell.image.originalWidth }}
{{ upsell.image.url }}
{% if upsell.image.alt %}
{{ upsell.image.alt }}
{% endif %}
{% if upsell.image.text %}
{{ upsell.image.text }}
{% endif %}
{% endif %}
{% if upsell.unit %}
{{ upsell.unit.name }}
{% endif %}
{% endfor %}
{{ banner.product.url }}
{{ banner.product.url.absolute }}
{{ banner.product.url.path }}
{% for variantChoiceStep in banner.product.variantChoiceSteps %}
{{ variantChoiceStep.headline }}
{{ variantChoiceStep.inputName }}
{{ variantChoiceStep.mode }}
{% for variantChoice in variantChoiceStep.choices %}
{{ variantChoice.inputValue }}
{{ variantChoice.name }}
{% if variantChoice.selected %} ... {% endif %}
{% if variantChoice.color %}
{{ variantChoice.color }}
{% endif %}
{% if variantChoice.description %}
{{ variantChoice.description }}
{% endif %}
{% if variantChoice.availability %}
{% endif %}
{% if variantChoice.icon %}
{% endif %}
{% if variantChoice.image %}
{% endif %}
{% endfor %}
{% if variantChoiceStep.description %}
{{ variantChoiceStep.description }}
{% endif %}
{% if variantChoiceStep.infoDescription %}
{{ variantChoiceStep.infoDescription }}
{% endif %}
{% if variantChoiceStep.messageEmpty %}
{{ variantChoiceStep.messageEmpty }}
{% endif %}
{% if variantChoiceStep.placeholder %}
{{ variantChoiceStep.placeholder }}
{% endif %}
{% if variantChoiceStep.icon %}
{{ variantChoiceStep.icon.originalHeight }}
{{ variantChoiceStep.icon.originalWidth }}
{{ variantChoiceStep.icon.url }}
{% if variantChoiceStep.icon.alt %}
{{ variantChoiceStep.icon.alt }}
{% endif %}
{% if variantChoiceStep.icon.text %}
{{ variantChoiceStep.icon.text }}
{% endif %}
{% endif %}
{% if variantChoiceStep.infoIcon %}
{{ variantChoiceStep.infoIcon.originalHeight }}
{{ variantChoiceStep.infoIcon.originalWidth }}
{{ variantChoiceStep.infoIcon.url }}
{% if variantChoiceStep.infoIcon.alt %}
{{ variantChoiceStep.infoIcon.alt }}
{% endif %}
{% if variantChoiceStep.infoIcon.text %}
{{ variantChoiceStep.infoIcon.text }}
{% endif %}
{% endif %}
{% if variantChoiceStep.info %}
{{ variantChoiceStep.info.id }}
{{ variantChoiceStep.info.name }}
{% for textPage in variantChoiceStep.info.subPages %}
{% endfor %}
{% if variantChoiceStep.info.text %}
{{ variantChoiceStep.info.text }}
{% endif %}
{% if variantChoiceStep.info.image %}
{% endif %}
{% endif %}
{% if variantChoiceStep.selectedChoice %}
{{ variantChoiceStep.selectedChoice.inputValue }}
{{ variantChoiceStep.selectedChoice.name }}
{% if variantChoiceStep.selectedChoice.selected %} ... {% endif %}
{% if variantChoiceStep.selectedChoice.color %}
{{ variantChoiceStep.selectedChoice.color }}
{% endif %}
{% if variantChoiceStep.selectedChoice.description %}
{{ variantChoiceStep.selectedChoice.description }}
{% endif %}
{% if variantChoiceStep.selectedChoice.availability %}
{% endif %}
{% if variantChoiceStep.selectedChoice.icon %}
{% endif %}
{% if variantChoiceStep.selectedChoice.image %}
{% endif %}
{% endif %}
{% endfor %}
{% for variant in banner.product.currentVariants %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{{ availableUpsellGroup.id }}
{{ availableUpsellGroup.name }}
{% if availableUpsellGroup.singleSelection %} ... {% endif %}
{% for upsell in availableUpsellGroup.upsells %}
{% endfor %}
{% if availableUpsellGroup.code %}
{{ availableUpsellGroup.code }}
{% endif %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{{ enumValue.id }}
{{ enumValue.name }}
{% if enumValue.text %}
{{ enumValue.text }}
{% endif %}
{% if enumValue.image %}
{% endif %}
{% endfor %}
{% for image in variant.images %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{{ variant.item.id }}
{{ variant.item.name }}
{% if variant.item.digital %} ... {% endif %}
{% if variant.item.code %}
{{ variant.item.code }}
{% endif %}
{% if variant.item.freeDelivery %}
{% endif %}
{% if variant.item.image %}
{% endif %}
{% if variant.item.price %}
{% endif %}
{% if variant.item.url %}
{% endif %}
{% if variant.item.variant %}
{% endif %}
{% for upsell in variant.availableUpsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{% endif %}
{% if upsell.unit %}
{% endif %}
{% endfor %}
{{ variant.url }}
{{ variant.url.absolute }}
{{ variant.url.path }}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{{ variant.image.originalHeight }}
{{ variant.image.originalWidth }}
{{ variant.image.url }}
{% if variant.image.alt %}
{{ variant.image.alt }}
{% endif %}
{% if variant.image.text %}
{{ variant.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% for variant in banner.product.variants %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{{ availableUpsellGroup.id }}
{{ availableUpsellGroup.name }}
{% if availableUpsellGroup.singleSelection %} ... {% endif %}
{% for upsell in availableUpsellGroup.upsells %}
{% endfor %}
{% if availableUpsellGroup.code %}
{{ availableUpsellGroup.code }}
{% endif %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{{ enumValue.id }}
{{ enumValue.name }}
{% if enumValue.text %}
{{ enumValue.text }}
{% endif %}
{% if enumValue.image %}
{% endif %}
{% endfor %}
{% for image in variant.images %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{{ variant.item.id }}
{{ variant.item.name }}
{% if variant.item.digital %} ... {% endif %}
{% if variant.item.code %}
{{ variant.item.code }}
{% endif %}
{% if variant.item.freeDelivery %}
{% endif %}
{% if variant.item.image %}
{% endif %}
{% if variant.item.price %}
{% endif %}
{% if variant.item.url %}
{% endif %}
{% if variant.item.variant %}
{% endif %}
{% for upsell in variant.availableUpsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{% endif %}
{% if upsell.unit %}
{% endif %}
{% endfor %}
{{ variant.url }}
{{ variant.url.absolute }}
{{ variant.url.path }}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{{ variant.image.originalHeight }}
{{ variant.image.originalWidth }}
{{ variant.image.url }}
{% if variant.image.alt %}
{{ variant.image.alt }}
{% endif %}
{% if variant.image.text %}
{{ variant.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% for variant in banner.product.variantsWithEnumValueIds %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{{ availableUpsellGroup.id }}
{{ availableUpsellGroup.name }}
{% if availableUpsellGroup.singleSelection %} ... {% endif %}
{% for upsell in availableUpsellGroup.upsells %}
{% endfor %}
{% if availableUpsellGroup.code %}
{{ availableUpsellGroup.code }}
{% endif %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{{ enumValue.id }}
{{ enumValue.name }}
{% if enumValue.text %}
{{ enumValue.text }}
{% endif %}
{% if enumValue.image %}
{% endif %}
{% endfor %}
{% for image in variant.images %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{{ variant.item.id }}
{{ variant.item.name }}
{% if variant.item.digital %} ... {% endif %}
{% if variant.item.code %}
{{ variant.item.code }}
{% endif %}
{% if variant.item.freeDelivery %}
{% endif %}
{% if variant.item.image %}
{% endif %}
{% if variant.item.price %}
{% endif %}
{% if variant.item.url %}
{% endif %}
{% if variant.item.variant %}
{% endif %}
{% for upsell in variant.availableUpsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{% endif %}
{% if upsell.unit %}
{% endif %}
{% endfor %}
{{ variant.url }}
{{ variant.url.absolute }}
{{ variant.url.path }}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{{ variant.image.originalHeight }}
{{ variant.image.originalWidth }}
{{ variant.image.url }}
{% if variant.image.alt %}
{{ variant.image.alt }}
{% endif %}
{% if variant.image.text %}
{{ variant.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{{ banner.product.variantType.id }}
{{ banner.product.variantType.name }}
{% for video in banner.product.videos %}
{% if video.image %}
{{ video.image.originalHeight }}
{{ video.image.originalWidth }}
{{ video.image.url }}
{% if video.image.alt %}
{{ video.image.alt }}
{% endif %}
{% if video.image.text %}
{{ video.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% if banner.product.currentSubName %}
{{ banner.product.currentSubName }}
{% endif %}
{% if banner.product.nameSuffix %}
{{ banner.product.nameSuffix }}
{% endif %}
{% if banner.product.nameSupplier %}
{{ banner.product.nameSupplier }}
{% endif %}
{% if banner.product.text %}
{{ banner.product.text }}
{% endif %}
{% if banner.product.attribute %}
{{ banner.product.attribute.name }}
{% for attributeValueInstance in banner.product.attribute.values %}
{{ attributeValueInstance.values }}
{{ attributeValueInstance.nameHtml }}
{% if attributeValueInstance.colorCode %}
{{ attributeValueInstance.colorCode }}
{% endif %}
{% if attributeValueInstance.text %}
{{ attributeValueInstance.text }}
{% endif %}
{% if attributeValueInstance.unit %}
{{ attributeValueInstance.unit }}
{% endif %}
{% if attributeValueInstance.image %}
{% endif %}
{% if attributeValueInstance.name %}
{{ attributeValueInstance.name }}
{% endif %}
{% endfor %}
{% if banner.product.attribute.description %}
{{ banner.product.attribute.description }}
{% endif %}
{% if banner.product.attribute.image %}
{{ banner.product.attribute.image.originalHeight }}
{{ banner.product.attribute.image.originalWidth }}
{{ banner.product.attribute.image.url }}
{% if banner.product.attribute.image.alt %}
{{ banner.product.attribute.image.alt }}
{% endif %}
{% if banner.product.attribute.image.text %}
{{ banner.product.attribute.image.text }}
{% endif %}
{% endif %}
{% endif %}
{% if banner.product.brand %}
{{ banner.product.brand.id }}
{{ banner.product.brand.name }}
{% if banner.product.brand.flagImportant %} ... {% endif %}
{{ banner.product.brand.url }}
{{ banner.product.brand.url.absolute }}
{{ banner.product.brand.url.path }}
{% if banner.product.brand.code %}
{{ banner.product.brand.code }}
{% endif %}
{% if banner.product.brand.web %}
{{ banner.product.brand.web }}
{% endif %}
{% if banner.product.brand.text %}
{{ banner.product.brand.text }}
{% endif %}
{% if banner.product.brand.image %}
{{ banner.product.brand.image.originalHeight }}
{{ banner.product.brand.image.originalWidth }}
{{ banner.product.brand.image.url }}
{% if banner.product.brand.image.alt %}
{{ banner.product.brand.image.alt }}
{% endif %}
{% if banner.product.brand.image.text %}
{{ banner.product.brand.image.text }}
{% endif %}
{% endif %}
{% if banner.product.brand.seo %}
{% if banner.product.brand.seo.description %}
{{ banner.product.brand.seo.description }}
{% endif %}
{% if banner.product.brand.seo.keywords %}
{{ banner.product.brand.seo.keywords }}
{% endif %}
{% if banner.product.brand.seo.title %}
{{ banner.product.brand.seo.title }}
{% endif %}
{% endif %}
{% endif %}
{% if banner.product.imageForEnumValueId %}
{{ banner.product.imageForEnumValueId.originalHeight }}
{{ banner.product.imageForEnumValueId.originalWidth }}
{{ banner.product.imageForEnumValueId.url }}
{% if banner.product.imageForEnumValueId.alt %}
{{ banner.product.imageForEnumValueId.alt }}
{% endif %}
{% if banner.product.imageForEnumValueId.text %}
{{ banner.product.imageForEnumValueId.text }}
{% endif %}
{% endif %}
{% if banner.product.image %}
{{ banner.product.image.originalHeight }}
{{ banner.product.image.originalWidth }}
{{ banner.product.image.url }}
{% if banner.product.image.alt %}
{{ banner.product.image.alt }}
{% endif %}
{% if banner.product.image.text %}
{{ banner.product.image.text }}
{% endif %}
{% endif %}
{% if banner.product.successor %}
{{ banner.product.successor.id }}
{{ banner.product.successor.name }}
{{ banner.product.successor.trackingId }}
{{ banner.product.successor.dateCreated|date('d. m. Y H:i') }}
{% if banner.product.successor.active %} ... {% endif %}
{% if banner.product.successor.compared %} ... {% endif %}
{% if banner.product.successor.differentVariantPrices %} ... {% endif %}
{% if banner.product.successor.flagNew %} ... {% endif %}
{% if banner.product.successor.flagSecondHand %} ... {% endif %}
{% if banner.product.successor.flagSellout %} ... {% endif %}
{% if banner.product.successor.soldSeparately %} ... {% endif %}
{% for attributeInstance in banner.product.successor.attributes %}
{{ attributeInstance.name }}
{% for attributeValueInstance in attributeInstance.values %}
{% endfor %}
{% if attributeInstance.description %}
{{ attributeInstance.description }}
{% endif %}
{% if attributeInstance.image %}
{% endif %}
{% endfor %}
{% for availableUpsellGroup in banner.product.successor.availableUpsellGroups %}
{{ availableUpsellGroup.id }}
{{ availableUpsellGroup.name }}
{% if availableUpsellGroup.singleSelection %} ... {% endif %}
{% for upsell in availableUpsellGroup.upsells %}
{% endfor %}
{% if availableUpsellGroup.code %}
{{ availableUpsellGroup.code }}
{% endif %}
{% endfor %}
{{ banner.product.successor.category.id }}
{{ banner.product.successor.category.productCount }}
{{ banner.product.successor.category.productInStockCount }}
{{ banner.product.successor.category.totalStockQuantity }}
{{ banner.product.successor.category.headline }}
{{ banner.product.successor.category.menuName }}
{{ banner.product.successor.category.name }}
{% if banner.product.successor.category.flagErotic %} ... {% endif %}
{% if banner.product.successor.category.flagImportant %} ... {% endif %}
{% for category in banner.product.successor.category.subcategories %}
{% endfor %}
{{ banner.product.successor.category.pathIds }}
{{ banner.product.successor.category.pathNames }}
{% if banner.product.successor.category.subHeadline %}
{{ banner.product.successor.category.subHeadline }}
{% endif %}
{% if banner.product.successor.category.text %}
{{ banner.product.successor.category.text }}
{% endif %}
{% if banner.product.successor.category.parent %}
{% endif %}
{% if banner.product.successor.category.image %}
{% endif %}
{% for category in banner.product.successor.categories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{% for category in category.subcategories %}
{% endfor %}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{% endif %}
{% if category.image %}
{% endif %}
{% endfor %}
{% for category in banner.product.successor.otherCategories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{% for category in category.subcategories %}
{% endfor %}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{% endif %}
{% if category.image %}
{% endif %}
{% endfor %}
{% for image in banner.product.successor.imagesWithEnumValue %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in banner.product.successor.currentImages %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in banner.product.successor.imagesWithoutEnumValue %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in banner.product.successor.otherImages %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in banner.product.successor.images %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{{ banner.product.successor.item.id }}
{{ banner.product.successor.item.name }}
{% if banner.product.successor.item.digital %} ... {% endif %}
{% if banner.product.successor.item.code %}
{{ banner.product.successor.item.code }}
{% endif %}
{% if banner.product.successor.item.freeDelivery %}
{% endif %}
{% if banner.product.successor.item.image %}
{% endif %}
{% if banner.product.successor.item.price %}
{% endif %}
{% if banner.product.successor.item.url %}
{% endif %}
{% if banner.product.successor.item.variant %}
{% endif %}
{% for label in banner.product.successor.labels %}
{{ label.id }}
{{ label.name }}
{% if label.code %}
{{ label.code }}
{% endif %}
{% if label.colorCode %}
{{ label.colorCode }}
{% endif %}
{% if label.image %}
{% endif %}
{% endfor %}
{% for productEnumValue in banner.product.successor.enumValues %}
{{ productEnumValue.id }}
{{ productEnumValue.name }}
{% if productEnumValue.selected %} ... {% endif %}
{% for variant in productEnumValue.variants %}
{% endfor %}
{% if productEnumValue.text %}
{{ productEnumValue.text }}
{% endif %}
{% if productEnumValue.image %}
{% endif %}
{% if productEnumValue.variantImage %}
{% endif %}
{% endfor %}
{% for product in banner.product.successor.packTemplateProducts %}
{{ product.id }}
{{ product.name }}
{{ product.trackingId }}
{{ product.dateCreated|date('d. m. Y H:i') }}
{% if product.active %} ... {% endif %}
{% if product.compared %} ... {% endif %}
{% if product.differentVariantPrices %} ... {% endif %}
{% if product.flagNew %} ... {% endif %}
{% if product.flagSecondHand %} ... {% endif %}
{% if product.flagSellout %} ... {% endif %}
{% if product.soldSeparately %} ... {% endif %}
{% for attributeInstance in product.attributes %}
{% endfor %}
{% for availableUpsellGroup in product.availableUpsellGroups %}
{% endfor %}
{% for category in product.categories %}
{% endfor %}
{% for category in product.otherCategories %}
{% endfor %}
{% for image in product.imagesWithEnumValue %}
{% endfor %}
{% for image in product.currentImages %}
{% endfor %}
{% for image in product.imagesWithoutEnumValue %}
{% endfor %}
{% for image in product.otherImages %}
{% endfor %}
{% for image in product.images %}
{% endfor %}
{% for label in product.labels %}
{% endfor %}
{% for productEnumValue in product.enumValues %}
{% endfor %}
{% for upsell in product.availableUpsells %}
{% endfor %}
{% for variantChoiceStep in product.variantChoiceSteps %}
{% endfor %}
{% for variant in product.currentVariants %}
{% endfor %}
{% for variant in product.variants %}
{% endfor %}
{% for variant in product.variantsWithEnumValueIds %}
{% endfor %}
{% for video in product.videos %}
{% endfor %}
{% if product.currentSubName %}
{{ product.currentSubName }}
{% endif %}
{% if product.nameSuffix %}
{{ product.nameSuffix }}
{% endif %}
{% if product.nameSupplier %}
{{ product.nameSupplier }}
{% endif %}
{% if product.text %}
{{ product.text }}
{% endif %}
{% if product.attribute %}
{% endif %}
{% if product.brand %}
{% endif %}
{% if product.imageForEnumValueId %}
{% endif %}
{% if product.image %}
{% endif %}
{% if product.seo %}
{% endif %}
{% if product.supplier %}
{% endif %}
{% if product.unit %}
{% endif %}
{% if product.variant %}
{% endif %}
{% if product.warranty %}
{% endif %}
{% endfor %}
{{ banner.product.successor.rating.count }}
{% if banner.product.successor.rating.voted %} ... {% endif %}
{% if banner.product.successor.rating.average %}
{{ banner.product.successor.rating.average }}
{% endif %}
{% for upsell in banner.product.successor.availableUpsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{% endif %}
{% if upsell.unit %}
{% endif %}
{% endfor %}
{{ banner.product.successor.url }}
{{ banner.product.successor.url.absolute }}
{{ banner.product.successor.url.path }}
{% for variantChoiceStep in banner.product.successor.variantChoiceSteps %}
{{ variantChoiceStep.headline }}
{{ variantChoiceStep.inputName }}
{{ variantChoiceStep.mode }}
{% for variantChoice in variantChoiceStep.choices %}
{% endfor %}
{% if variantChoiceStep.description %}
{{ variantChoiceStep.description }}
{% endif %}
{% if variantChoiceStep.infoDescription %}
{{ variantChoiceStep.infoDescription }}
{% endif %}
{% if variantChoiceStep.messageEmpty %}
{{ variantChoiceStep.messageEmpty }}
{% endif %}
{% if variantChoiceStep.placeholder %}
{{ variantChoiceStep.placeholder }}
{% endif %}
{% if variantChoiceStep.icon %}
{% endif %}
{% if variantChoiceStep.infoIcon %}
{% endif %}
{% if variantChoiceStep.info %}
{% endif %}
{% if variantChoiceStep.selectedChoice %}
{% endif %}
{% endfor %}
{% for variant in banner.product.successor.currentVariants %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{% endfor %}
{% for image in variant.images %}
{% endfor %}
{% for upsell in variant.availableUpsells %}
{% endfor %}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{% endif %}
{% endfor %}
{% for variant in banner.product.successor.variants %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{% endfor %}
{% for image in variant.images %}
{% endfor %}
{% for upsell in variant.availableUpsells %}
{% endfor %}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{% endif %}
{% endfor %}
{% for variant in banner.product.successor.variantsWithEnumValueIds %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{% endfor %}
{% for image in variant.images %}
{% endfor %}
{% for upsell in variant.availableUpsells %}
{% endfor %}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{% endif %}
{% endfor %}
{{ banner.product.successor.variantType.id }}
{{ banner.product.successor.variantType.name }}
{% for video in banner.product.successor.videos %}
{% if video.image %}
{% endif %}
{% endfor %}
{% if banner.product.successor.currentSubName %}
{{ banner.product.successor.currentSubName }}
{% endif %}
{% if banner.product.successor.nameSuffix %}
{{ banner.product.successor.nameSuffix }}
{% endif %}
{% if banner.product.successor.nameSupplier %}
{{ banner.product.successor.nameSupplier }}
{% endif %}
{% if banner.product.successor.text %}
{{ banner.product.successor.text }}
{% endif %}
{% if banner.product.successor.attribute %}
{{ banner.product.successor.attribute.name }}
{% for attributeValueInstance in banner.product.successor.attribute.values %}
{% endfor %}
{% if banner.product.successor.attribute.description %}
{{ banner.product.successor.attribute.description }}
{% endif %}
{% if banner.product.successor.attribute.image %}
{% endif %}
{% endif %}
{% if banner.product.successor.brand %}
{{ banner.product.successor.brand.id }}
{{ banner.product.successor.brand.name }}
{% if banner.product.successor.brand.flagImportant %} ... {% endif %}
{% if banner.product.successor.brand.code %}
{{ banner.product.successor.brand.code }}
{% endif %}
{% if banner.product.successor.brand.web %}
{{ banner.product.successor.brand.web }}
{% endif %}
{% if banner.product.successor.brand.text %}
{{ banner.product.successor.brand.text }}
{% endif %}
{% if banner.product.successor.brand.image %}
{% endif %}
{% if banner.product.successor.brand.seo %}
{% endif %}
{% endif %}
{% if banner.product.successor.imageForEnumValueId %}
{{ banner.product.successor.imageForEnumValueId.originalHeight }}
{{ banner.product.successor.imageForEnumValueId.originalWidth }}
{{ banner.product.successor.imageForEnumValueId.url }}
{% if banner.product.successor.imageForEnumValueId.alt %}
{{ banner.product.successor.imageForEnumValueId.alt }}
{% endif %}
{% if banner.product.successor.imageForEnumValueId.text %}
{{ banner.product.successor.imageForEnumValueId.text }}
{% endif %}
{% endif %}
{% if banner.product.successor.image %}
{{ banner.product.successor.image.originalHeight }}
{{ banner.product.successor.image.originalWidth }}
{{ banner.product.successor.image.url }}
{% if banner.product.successor.image.alt %}
{{ banner.product.successor.image.alt }}
{% endif %}
{% if banner.product.successor.image.text %}
{{ banner.product.successor.image.text }}
{% endif %}
{% endif %}
{% if banner.product.successor.seo %}
{% if banner.product.successor.seo.description %}
{{ banner.product.successor.seo.description }}
{% endif %}
{% if banner.product.successor.seo.keywords %}
{{ banner.product.successor.seo.keywords }}
{% endif %}
{% if banner.product.successor.seo.title %}
{{ banner.product.successor.seo.title }}
{% endif %}
{% endif %}
{% if banner.product.successor.supplier %}
{{ banner.product.successor.supplier.id }}
{{ banner.product.successor.supplier.name }}
{% endif %}
{% if banner.product.successor.unit %}
{{ banner.product.successor.unit.name }}
{% endif %}
{% if banner.product.successor.variant %}
{{ banner.product.successor.variant.id }}
{{ banner.product.successor.variant.name }}
{{ banner.product.successor.variant.trackingId }}
{% if banner.product.successor.variant.active %} ... {% endif %}
{% for availableUpsellGroup in banner.product.successor.variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in banner.product.successor.variant.enumValues %}
{% endfor %}
{% for image in banner.product.successor.variant.images %}
{% endfor %}
{% for upsell in banner.product.successor.variant.availableUpsells %}
{% endfor %}
{{ banner.product.successor.variant.selected }}
{% if banner.product.successor.variant.legacyRel %}
{{ banner.product.successor.variant.legacyRel }}
{% endif %}
{% if banner.product.successor.variant.image %}
{% endif %}
{% endif %}
{% if banner.product.successor.warranty %}
{{ banner.product.successor.warranty.months }}
{% endif %}
{% endif %}
{% if banner.product.seo %}
{% if banner.product.seo.description %}
{{ banner.product.seo.description }}
{% endif %}
{% if banner.product.seo.keywords %}
{{ banner.product.seo.keywords }}
{% endif %}
{% if banner.product.seo.title %}
{{ banner.product.seo.title }}
{% endif %}
{% endif %}
{% if banner.product.supplier %}
{{ banner.product.supplier.id }}
{{ banner.product.supplier.name }}
{% endif %}
{% if banner.product.unit %}
{{ banner.product.unit.name }}
{% endif %}
{% if banner.product.variant %}
{{ banner.product.variant.id }}
{{ banner.product.variant.name }}
{{ banner.product.variant.trackingId }}
{% if banner.product.variant.active %} ... {% endif %}
{% for availableUpsellGroup in banner.product.variant.availableUpsellGroups %}
{{ availableUpsellGroup.id }}
{{ availableUpsellGroup.name }}
{% if availableUpsellGroup.singleSelection %} ... {% endif %}
{% for upsell in availableUpsellGroup.upsells %}
{% endfor %}
{% if availableUpsellGroup.code %}
{{ availableUpsellGroup.code }}
{% endif %}
{% endfor %}
{% for enumValue in banner.product.variant.enumValues %}
{{ enumValue.id }}
{{ enumValue.name }}
{% if enumValue.text %}
{{ enumValue.text }}
{% endif %}
{% if enumValue.image %}
{% endif %}
{% endfor %}
{% for image in banner.product.variant.images %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{{ banner.product.variant.item.id }}
{{ banner.product.variant.item.name }}
{% if banner.product.variant.item.digital %} ... {% endif %}
{% if banner.product.variant.item.code %}
{{ banner.product.variant.item.code }}
{% endif %}
{% if banner.product.variant.item.freeDelivery %}
{% endif %}
{% if banner.product.variant.item.image %}
{% endif %}
{% if banner.product.variant.item.price %}
{% endif %}
{% if banner.product.variant.item.url %}
{% endif %}
{% for upsell in banner.product.variant.availableUpsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{% endif %}
{% if upsell.unit %}
{% endif %}
{% endfor %}
{{ banner.product.variant.url }}
{{ banner.product.variant.url.absolute }}
{{ banner.product.variant.url.path }}
{{ banner.product.variant.selected }}
{% if banner.product.variant.legacyRel %}
{{ banner.product.variant.legacyRel }}
{% endif %}
{% if banner.product.variant.image %}
{{ banner.product.variant.image.originalHeight }}
{{ banner.product.variant.image.originalWidth }}
{{ banner.product.variant.image.url }}
{% if banner.product.variant.image.alt %}
{{ banner.product.variant.image.alt }}
{% endif %}
{% if banner.product.variant.image.text %}
{{ banner.product.variant.image.text }}
{% endif %}
{% endif %}
{% endif %}
{% if banner.product.warranty %}
{{ banner.product.warranty.months }}
{% endif %}
{% endif %}
BannerSection¶
Sekce bannerů
Název |
Typ |
Popis |
---|---|---|
id |
int |
Id |
height |
int | null |
Výška (px) |
width |
int | null |
Šířka (px) |
code |
string | null |
Kód sekce |
name |
string | null |
Název |
Příklady:
{{ bannersection.id }}
{% if bannersection.height %}
{{ bannersection.height }}
{% endif %}
{% if bannersection.width %}
{{ bannersection.width }}
{% endif %}
{% if bannersection.code %}
{{ bannersection.code }}
{% endif %}
{% if bannersection.name %}
{{ bannersection.name }}
{% endif %}
Brand¶
Název |
Typ |
Popis |
---|---|---|
id |
int |
ID |
name |
string |
Název |
flagImportant |
bool |
Důležitý |
url |
URL značky |
|
code |
string | null |
Kód |
web |
string | null |
Web značky |
text |
html | null |
Text |
image |
Image | null |
Obrázek |
seo |
Seo | null |
SEO attributy |
Příklady:
{{ brand.id }}
{{ brand.name }}
{% if brand.flagImportant %} ... {% endif %}
{{ brand.url }}
{{ brand.url.absolute }}
{{ brand.url.path }}
{% if brand.code %}
{{ brand.code }}
{% endif %}
{% if brand.web %}
{{ brand.web }}
{% endif %}
{% if brand.text %}
{{ brand.text }}
{% endif %}
{% if brand.image %}
{{ brand.image.originalHeight }}
{{ brand.image.originalWidth }}
{{ brand.image.url }}
{% if brand.image.alt %}
{{ brand.image.alt }}
{% endif %}
{% if brand.image.text %}
{{ brand.image.text }}
{% endif %}
{% endif %}
{% if brand.seo %}
{% if brand.seo.description %}
{{ brand.seo.description }}
{% endif %}
{% if brand.seo.keywords %}
{{ brand.seo.keywords }}
{% endif %}
{% if brand.seo.title %}
{{ brand.seo.title }}
{% endif %}
{% endif %}
Breadcrumb¶
Název |
Typ |
Popis |
---|---|---|
label |
string |
Popisek |
url |
Url | null |
URL (poslední drobeček nemá URL) |
Příklady:
{{ breadcrumb.label }}
{% if breadcrumb.url %}
{{ breadcrumb.url }}
{{ breadcrumb.url.absolute }}
{{ breadcrumb.url.path }}
{% endif %}
Category¶
Název |
Typ |
Popis |
---|---|---|
id |
int |
Interní ID kategorie |
productCount |
int |
Počet produktů v kategorii (přibližný) |
productInStockCount |
int |
Počet produktů skladem v kategorii (přibližný) |
totalStockQuantity |
int |
Počet kusů skladem v kategorii (přibližný) |
headline |
string |
Nadpis |
menuName |
string |
Název kategorie v menu |
name |
string |
Název kategorie |
flagErotic |
bool |
Erotická |
flagImportant |
bool |
Důležitá |
subcategories |
Category[] |
Podkategorie |
url |
URL |
|
variantType |
Typ varianty |
|
pathIds |
array |
Cesta ke kategorii (id) |
pathNames |
array |
Cesta ke kategorii (názvy) |
subHeadline |
string | null |
Podnadpis |
text |
html | null |
Text |
parent |
Category | null |
Nadřazená kategorie |
image |
Image | null |
Obrázek |
Příklady:
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{% for category in category.subcategories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{{ category.url }}
{{ category.url.absolute }}
{{ category.url.path }}
{{ category.variantType.id }}
{{ category.variantType.name }}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{{ category.parent.id }}
{{ category.parent.productCount }}
{{ category.parent.productInStockCount }}
{{ category.parent.totalStockQuantity }}
{{ category.parent.headline }}
{{ category.parent.menuName }}
{{ category.parent.name }}
{% if category.parent.flagErotic %} ... {% endif %}
{% if category.parent.flagImportant %} ... {% endif %}
{{ category.parent.url }}
{{ category.parent.url.absolute }}
{{ category.parent.url.path }}
{{ category.parent.variantType.id }}
{{ category.parent.variantType.name }}
{{ category.parent.pathIds }}
{{ category.parent.pathNames }}
{% if category.parent.subHeadline %}
{{ category.parent.subHeadline }}
{% endif %}
{% if category.parent.text %}
{{ category.parent.text }}
{% endif %}
{% if category.parent.image %}
{{ category.parent.image.originalHeight }}
{{ category.parent.image.originalWidth }}
{{ category.parent.image.url }}
{% if category.parent.image.alt %}
{{ category.parent.image.alt }}
{% endif %}
{% if category.parent.image.text %}
{{ category.parent.image.text }}
{% endif %}
{% endif %}
{% endif %}
{% if category.image %}
{{ category.image.originalHeight }}
{{ category.image.originalWidth }}
{{ category.image.url }}
{% if category.image.alt %}
{{ category.image.alt }}
{% endif %}
{% if category.image.text %}
{{ category.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{{ category.url }}
{{ category.url.absolute }}
{{ category.url.path }}
{{ category.variantType.id }}
{{ category.variantType.name }}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{{ category.parent.id }}
{{ category.parent.productCount }}
{{ category.parent.productInStockCount }}
{{ category.parent.totalStockQuantity }}
{{ category.parent.headline }}
{{ category.parent.menuName }}
{{ category.parent.name }}
{% if category.parent.flagErotic %} ... {% endif %}
{% if category.parent.flagImportant %} ... {% endif %}
{% for category in category.parent.subcategories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{{ category.url }}
{{ category.url.absolute }}
{{ category.url.path }}
{{ category.variantType.id }}
{{ category.variantType.name }}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.image %}
{{ category.image.originalHeight }}
{{ category.image.originalWidth }}
{{ category.image.url }}
{% if category.image.alt %}
{{ category.image.alt }}
{% endif %}
{% if category.image.text %}
{{ category.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{{ category.parent.url }}
{{ category.parent.url.absolute }}
{{ category.parent.url.path }}
{{ category.parent.variantType.id }}
{{ category.parent.variantType.name }}
{{ category.parent.pathIds }}
{{ category.parent.pathNames }}
{% if category.parent.subHeadline %}
{{ category.parent.subHeadline }}
{% endif %}
{% if category.parent.text %}
{{ category.parent.text }}
{% endif %}
{% if category.parent.image %}
{{ category.parent.image.originalHeight }}
{{ category.parent.image.originalWidth }}
{{ category.parent.image.url }}
{% if category.parent.image.alt %}
{{ category.parent.image.alt }}
{% endif %}
{% if category.parent.image.text %}
{{ category.parent.image.text }}
{% endif %}
{% endif %}
{% endif %}
{% if category.image %}
{{ category.image.originalHeight }}
{{ category.image.originalWidth }}
{{ category.image.url }}
{% if category.image.alt %}
{{ category.image.alt }}
{% endif %}
{% if category.image.text %}
{{ category.image.text }}
{% endif %}
{% endif %}
Comment¶
Název |
Typ |
Popis |
---|---|---|
depth |
int |
Hloubka zanoření |
id |
int |
Id |
date |
datetime |
Datum |
important |
bool |
Důležitý? |
replies |
Comment[] |
Odpovědi na příspěvek |
authorName |
string | null |
Jméno autora |
string | null |
Email autora |
|
phone |
string | null |
Telefon autora |
text |
string | null |
Text příspěvku |
title |
string | null |
Titulek |
admin |
Admin | null |
Správce eshopu |
Příklady:
{{ comment.depth }}
{{ comment.id }}
{{ comment.date|date('d. m. Y H:i') }}
{% if comment.important %} ... {% endif %}
{% for comment in comment.replies %}
{{ comment.depth }}
{{ comment.id }}
{{ comment.date|date('d. m. Y H:i') }}
{% if comment.important %} ... {% endif %}
{% if comment.authorName %}
{{ comment.authorName }}
{% endif %}
{% if comment.email %}
{{ comment.email }}
{% endif %}
{% if comment.phone %}
{{ comment.phone }}
{% endif %}
{% if comment.text %}
{{ comment.text }}
{% endif %}
{% if comment.title %}
{{ comment.title }}
{% endif %}
{% if comment.admin %}
{{ comment.admin.id }}
{{ comment.admin.email }}
{{ comment.admin.phone }}
{{ comment.admin.position }}
{{ comment.admin.name }}
{% if comment.admin.name.first %}
{{ comment.admin.name.first }}
{% endif %}
{% if comment.admin.name.last %}
{{ comment.admin.name.last }}
{% endif %}
{{ comment.admin.image.originalHeight }}
{{ comment.admin.image.originalWidth }}
{{ comment.admin.image.url }}
{% if comment.admin.image.alt %}
{{ comment.admin.image.alt }}
{% endif %}
{% if comment.admin.image.text %}
{{ comment.admin.image.text }}
{% endif %}
{% if comment.admin.text %}
{{ comment.admin.text }}
{% endif %}
{% endif %}
{% endfor %}
{% if comment.authorName %}
{{ comment.authorName }}
{% endif %}
{% if comment.email %}
{{ comment.email }}
{% endif %}
{% if comment.phone %}
{{ comment.phone }}
{% endif %}
{% if comment.text %}
{{ comment.text }}
{% endif %}
{% if comment.title %}
{{ comment.title }}
{% endif %}
{% if comment.admin %}
{{ comment.admin.id }}
{{ comment.admin.email }}
{{ comment.admin.phone }}
{{ comment.admin.position }}
{{ comment.admin.name }}
{% if comment.admin.name.first %}
{{ comment.admin.name.first }}
{% endif %}
{% if comment.admin.name.last %}
{{ comment.admin.name.last }}
{% endif %}
{{ comment.admin.image.originalHeight }}
{{ comment.admin.image.originalWidth }}
{{ comment.admin.image.url }}
{% if comment.admin.image.alt %}
{{ comment.admin.image.alt }}
{% endif %}
{% if comment.admin.image.text %}
{{ comment.admin.image.text }}
{% endif %}
{% if comment.admin.text %}
{{ comment.admin.text }}
{% endif %}
{% endif %}
Compatibility/CompatibilityAttribute¶
Název |
Typ |
Popis |
---|---|---|
id |
int |
ID |
name |
string |
Název |
values |
Hodnoty |
Příklady:
{{ compatibilityattribute.id }}
{{ compatibilityattribute.name }}
{% for compatibilityAttributeValue in compatibilityattribute.values %}
{{ compatibilityAttributeValue.id }}
{{ compatibilityAttributeValue.name }}
{{ compatibilityAttributeValue.attribute.id }}
{{ compatibilityAttributeValue.attribute.name }}
{% endfor %}
Compatibility/CompatibilityAttributeValue¶
Hodnota parametru
Název |
Typ |
Popis |
---|---|---|
id |
int |
Id |
name |
string |
Název |
attribute |
Parametr |
Příklady:
{{ compatibilityattributevalue.id }}
{{ compatibilityattributevalue.name }}
{{ compatibilityattributevalue.attribute.id }}
{{ compatibilityattributevalue.attribute.name }}
{% for compatibilityAttributeValue in compatibilityattributevalue.attribute.values %}
{{ compatibilityAttributeValue.id }}
{{ compatibilityAttributeValue.name }}
{% endfor %}
Customer¶
Registrovaný zákazník
Název |
Typ |
Popis |
---|---|---|
id |
int |
Id |
dateCreated |
datetime |
Datum registrace |
productOnWishlist |
bool |
Je produkt na wishlistu? |
wholesale |
bool |
Velkoobchodník |
address |
Adresy |
|
orders |
Order[] |
Objednávky zákazníka |
alternativeAddresses |
array |
Alternativní adresy zákazníka |
loyaltyCard |
string | null |
Kód věrnostní karty |
Příklady:
{{ customer.id }}
{{ customer.dateCreated|date('d. m. Y H:i') }}
{% if customer.productOnWishlist %} ... {% endif %}
{% if customer.wholesale %} ... {% endif %}
{{ customer.address.delivery.name }}
{% if customer.address.delivery.name.first %}
{{ customer.address.delivery.name.first }}
{% endif %}
{% if customer.address.delivery.name.last %}
{{ customer.address.delivery.name.last }}
{% endif %}
{% if customer.address.delivery.city %}
{{ customer.address.delivery.city }}
{% endif %}
{% if customer.address.delivery.company %}
{{ customer.address.delivery.company }}
{% endif %}
{% if customer.address.delivery.companyId %}
{{ customer.address.delivery.companyId }}
{% endif %}
{% if customer.address.delivery.email %}
{{ customer.address.delivery.email }}
{% endif %}
{% if customer.address.delivery.phone %}
{{ customer.address.delivery.phone }}
{% endif %}
{% if customer.address.delivery.region %}
{{ customer.address.delivery.region }}
{% endif %}
{% if customer.address.delivery.street %}
{{ customer.address.delivery.street }}
{% endif %}
{% if customer.address.delivery.vatId %}
{{ customer.address.delivery.vatId }}
{% endif %}
{% if customer.address.delivery.zip %}
{{ customer.address.delivery.zip }}
{% endif %}
{% if customer.address.delivery.country %}
{{ customer.address.delivery.country.code }}
{{ customer.address.delivery.country.name }}
{% endif %}
{{ customer.address.invoice.name }}
{% if customer.address.invoice.name.first %}
{{ customer.address.invoice.name.first }}
{% endif %}
{% if customer.address.invoice.name.last %}
{{ customer.address.invoice.name.last }}
{% endif %}
{% if customer.address.invoice.city %}
{{ customer.address.invoice.city }}
{% endif %}
{% if customer.address.invoice.company %}
{{ customer.address.invoice.company }}
{% endif %}
{% if customer.address.invoice.companyId %}
{{ customer.address.invoice.companyId }}
{% endif %}
{% if customer.address.invoice.email %}
{{ customer.address.invoice.email }}
{% endif %}
{% if customer.address.invoice.phone %}
{{ customer.address.invoice.phone }}
{% endif %}
{% if customer.address.invoice.region %}
{{ customer.address.invoice.region }}
{% endif %}
{% if customer.address.invoice.street %}
{{ customer.address.invoice.street }}
{% endif %}
{% if customer.address.invoice.vatId %}
{{ customer.address.invoice.vatId }}
{% endif %}
{% if customer.address.invoice.zip %}
{{ customer.address.invoice.zip }}
{% endif %}
{% if customer.address.invoice.country %}
{{ customer.address.invoice.country.code }}
{{ customer.address.invoice.country.name }}
{% endif %}
{% for order in customer.orders %}
{{ order.catalogItemCount }}
{{ order.catalogItemTotalAmount }}
{{ order.id }}
{{ order.language }}
{{ order.vs }}
{% if order.containsItem %} ... {% endif %}
{% if order.externalReviewAllowed %} ... {% endif %}
{% for accountingDocument in order.accountingDocuments %}
{{ accountingDocument.code }}
{{ accountingDocument.pdfUrl }}
{{ accountingDocument.pdfUrl.absolute }}
{{ accountingDocument.pdfUrl.path }}
{% endfor %}
{% if order.address.delivery.city %}
{{ order.address.delivery.city }}
{% endif %}
{% if order.address.delivery.company %}
{{ order.address.delivery.company }}
{% endif %}
{% if order.address.delivery.companyId %}
{{ order.address.delivery.companyId }}
{% endif %}
{% if order.address.delivery.email %}
{{ order.address.delivery.email }}
{% endif %}
{% if order.address.delivery.phone %}
{{ order.address.delivery.phone }}
{% endif %}
{% if order.address.delivery.region %}
{{ order.address.delivery.region }}
{% endif %}
{% if order.address.delivery.street %}
{{ order.address.delivery.street }}
{% endif %}
{% if order.address.delivery.vatId %}
{{ order.address.delivery.vatId }}
{% endif %}
{% if order.address.delivery.zip %}
{{ order.address.delivery.zip }}
{% endif %}
{% if order.address.delivery.country %}
{% endif %}
{% if order.address.invoice.city %}
{{ order.address.invoice.city }}
{% endif %}
{% if order.address.invoice.company %}
{{ order.address.invoice.company }}
{% endif %}
{% if order.address.invoice.companyId %}
{{ order.address.invoice.companyId }}
{% endif %}
{% if order.address.invoice.email %}
{{ order.address.invoice.email }}
{% endif %}
{% if order.address.invoice.phone %}
{{ order.address.invoice.phone }}
{% endif %}
{% if order.address.invoice.region %}
{{ order.address.invoice.region }}
{% endif %}
{% if order.address.invoice.street %}
{{ order.address.invoice.street }}
{% endif %}
{% if order.address.invoice.vatId %}
{{ order.address.invoice.vatId }}
{% endif %}
{% if order.address.invoice.zip %}
{{ order.address.invoice.zip }}
{% endif %}
{% if order.address.invoice.country %}
{% endif %}
{{ order.delivery.name }}
{{ order.delivery.vatRate }}
{{ order.delivery.payment.code }}
{{ order.delivery.payment.name }}
{{ order.delivery.payment.url }}
{{ order.delivery.payment.vatRate }}
{% if order.delivery.payment.inAdvance %} ... {% endif %}
{% if order.delivery.payment.vs %}
{{ order.delivery.payment.vs }}
{% endif %}
{% if order.delivery.payment.text %}
{{ order.delivery.payment.text }}
{% endif %}
{% if order.delivery.payment.bankAccount %}
{% endif %}
{% if order.delivery.payment.image %}
{% endif %}
{{ order.delivery.transport.name }}
{{ order.delivery.transport.vatRate }}
{% if order.delivery.transport.pickup %} ... {% endif %}
{% if order.delivery.transport.text %}
{{ order.delivery.transport.text }}
{% endif %}
{% if order.delivery.transport.branch %}
{% endif %}
{% if order.delivery.transport.carrier %}
{% endif %}
{% if order.delivery.transport.deliveryDate %}
{% endif %}
{% if order.delivery.transport.packageType %}
{% endif %}
{% if order.delivery.transport.image %}
{% endif %}
{{ order.delivery.price.vatRate }}
{% if order.delivery.price.discountPercent %}
{{ order.delivery.price.discountPercent }}
{% endif %}
{% if order.delivery.price.beforeDiscount %}
{% endif %}
{% if order.delivery.price.discount %}
{% endif %}
{% for catalogItem in order.catalogItems %}
{{ catalogItem.amount }}
{{ catalogItem.id }}
{{ catalogItem.vatRate }}
{{ catalogItem.name }}
{{ catalogItem.productName }}
{{ catalogItem.trackingId }}
{% if catalogItem.amountChangeAllowed %} ... {% endif %}
{% if catalogItem.catalogItem %} ... {% endif %}
{% if catalogItem.deleteAllowed %} ... {% endif %}
{% if catalogItem.discountItem %} ... {% endif %}
{% if catalogItem.gift %} ... {% endif %}
{% for availableUpsellGroup in catalogItem.availableUpsellGroups %}
{{ availableUpsellGroup.id }}
{{ availableUpsellGroup.name }}
{% if availableUpsellGroup.singleSelection %} ... {% endif %}
{% for upsell in availableUpsellGroup.upsells %}
{% endfor %}
{% if availableUpsellGroup.code %}
{{ availableUpsellGroup.code }}
{% endif %}
{% endfor %}
{% for catalogItem in catalogItem.children %}
{{ catalogItem.amount }}
{{ catalogItem.id }}
{{ catalogItem.vatRate }}
{{ catalogItem.name }}
{{ catalogItem.productName }}
{{ catalogItem.trackingId }}
{% if catalogItem.amountChangeAllowed %} ... {% endif %}
{% if catalogItem.catalogItem %} ... {% endif %}
{% if catalogItem.deleteAllowed %} ... {% endif %}
{% if catalogItem.discountItem %} ... {% endif %}
{% if catalogItem.gift %} ... {% endif %}
{% for availableUpsellGroup in catalogItem.availableUpsellGroups %}
{% endfor %}
{% for upsell in catalogItem.availableUpsells %}
{% endfor %}
{% if catalogItem.code %}
{{ catalogItem.code }}
{% endif %}
{% if catalogItem.note %}
{{ catalogItem.note }}
{% endif %}
{% if catalogItem.variantName %}
{{ catalogItem.variantName }}
{% endif %}
{% if catalogItem.image %}
{% endif %}
{% if catalogItem.item %}
{% endif %}
{% if catalogItem.product %}
{% endif %}
{% if catalogItem.unit %}
{% endif %}
{% if catalogItem.upsell %}
{% endif %}
{% if catalogItem.variant %}
{% endif %}
{% endfor %}
{{ catalogItem.priceTotal.vatRate }}
{% if catalogItem.priceTotal.discountPercent %}
{{ catalogItem.priceTotal.discountPercent }}
{% endif %}
{% if catalogItem.priceTotal.beforeDiscount %}
{% endif %}
{% if catalogItem.priceTotal.discount %}
{% endif %}
{{ catalogItem.price.vatRate }}
{% if catalogItem.price.discountPercent %}
{{ catalogItem.price.discountPercent }}
{% endif %}
{% if catalogItem.price.beforeDiscount %}
{% endif %}
{% if catalogItem.price.discount %}
{% endif %}
{% for upsell in catalogItem.availableUpsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{% endif %}
{% if upsell.unit %}
{% endif %}
{% endfor %}
{% if catalogItem.code %}
{{ catalogItem.code }}
{% endif %}
{% if catalogItem.note %}
{{ catalogItem.note }}
{% endif %}
{% if catalogItem.variantName %}
{{ catalogItem.variantName }}
{% endif %}
{% if catalogItem.image %}
{{ catalogItem.image.originalHeight }}
{{ catalogItem.image.originalWidth }}
{{ catalogItem.image.url }}
{% if catalogItem.image.alt %}
{{ catalogItem.image.alt }}
{% endif %}
{% if catalogItem.image.text %}
{{ catalogItem.image.text }}
{% endif %}
{% endif %}
{% if catalogItem.item %}
{{ catalogItem.item.id }}
{{ catalogItem.item.name }}
{% if catalogItem.item.digital %} ... {% endif %}
{% if catalogItem.item.code %}
{{ catalogItem.item.code }}
{% endif %}
{% if catalogItem.item.freeDelivery %}
{% endif %}
{% if catalogItem.item.image %}
{% endif %}
{% if catalogItem.item.price %}
{% endif %}
{% if catalogItem.item.url %}
{% endif %}
{% if catalogItem.item.variant %}
{% endif %}
{% endif %}
{% if catalogItem.product %}
{{ catalogItem.product.id }}
{{ catalogItem.product.name }}
{{ catalogItem.product.trackingId }}
{{ catalogItem.product.dateCreated|date('d. m. Y H:i') }}
{% if catalogItem.product.active %} ... {% endif %}
{% if catalogItem.product.compared %} ... {% endif %}
{% if catalogItem.product.differentVariantPrices %} ... {% endif %}
{% if catalogItem.product.flagNew %} ... {% endif %}
{% if catalogItem.product.flagSecondHand %} ... {% endif %}
{% if catalogItem.product.flagSellout %} ... {% endif %}
{% if catalogItem.product.soldSeparately %} ... {% endif %}
{% for attributeInstance in catalogItem.product.attributes %}
{% endfor %}
{% for availableUpsellGroup in catalogItem.product.availableUpsellGroups %}
{% endfor %}
{% for category in catalogItem.product.categories %}
{% endfor %}
{% for category in catalogItem.product.otherCategories %}
{% endfor %}
{% for image in catalogItem.product.imagesWithEnumValue %}
{% endfor %}
{% for image in catalogItem.product.currentImages %}
{% endfor %}
{% for image in catalogItem.product.imagesWithoutEnumValue %}
{% endfor %}
{% for image in catalogItem.product.otherImages %}
{% endfor %}
{% for image in catalogItem.product.images %}
{% endfor %}
{% for label in catalogItem.product.labels %}
{% endfor %}
{% for productEnumValue in catalogItem.product.enumValues %}
{% endfor %}
{% for product in catalogItem.product.packTemplateProducts %}
{% endfor %}
{% for upsell in catalogItem.product.availableUpsells %}
{% endfor %}
{% for variantChoiceStep in catalogItem.product.variantChoiceSteps %}
{% endfor %}
{% for variant in catalogItem.product.currentVariants %}
{% endfor %}
{% for variant in catalogItem.product.variants %}
{% endfor %}
{% for variant in catalogItem.product.variantsWithEnumValueIds %}
{% endfor %}
{% for video in catalogItem.product.videos %}
{% endfor %}
{% if catalogItem.product.currentSubName %}
{{ catalogItem.product.currentSubName }}
{% endif %}
{% if catalogItem.product.nameSuffix %}
{{ catalogItem.product.nameSuffix }}
{% endif %}
{% if catalogItem.product.nameSupplier %}
{{ catalogItem.product.nameSupplier }}
{% endif %}
{% if catalogItem.product.text %}
{{ catalogItem.product.text }}
{% endif %}
{% if catalogItem.product.attribute %}
{% endif %}
{% if catalogItem.product.brand %}
{% endif %}
{% if catalogItem.product.imageForEnumValueId %}
{% endif %}
{% if catalogItem.product.image %}
{% endif %}
{% if catalogItem.product.successor %}
{% endif %}
{% if catalogItem.product.seo %}
{% endif %}
{% if catalogItem.product.supplier %}
{% endif %}
{% if catalogItem.product.unit %}
{% endif %}
{% if catalogItem.product.variant %}
{% endif %}
{% if catalogItem.product.warranty %}
{% endif %}
{% endif %}
{% if catalogItem.unit %}
{{ catalogItem.unit.name }}
{% endif %}
{% if catalogItem.upsell %}
{{ catalogItem.upsell.id }}
{{ catalogItem.upsell.name }}
{% if catalogItem.upsell.inCart %} ... {% endif %}
{% if catalogItem.upsell.code %}
{{ catalogItem.upsell.code }}
{% endif %}
{% if catalogItem.upsell.vatRate %}
{{ catalogItem.upsell.vatRate }}
{% endif %}
{% if catalogItem.upsell.image %}
{% endif %}
{% if catalogItem.upsell.unit %}
{% endif %}
{% endif %}
{% if catalogItem.variant %}
{{ catalogItem.variant.id }}
{{ catalogItem.variant.name }}
{{ catalogItem.variant.trackingId }}
{% if catalogItem.variant.active %} ... {% endif %}
{% for availableUpsellGroup in catalogItem.variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in catalogItem.variant.enumValues %}
{% endfor %}
{% for image in catalogItem.variant.images %}
{% endfor %}
{% for upsell in catalogItem.variant.availableUpsells %}
{% endfor %}
{{ catalogItem.variant.selected }}
{% if catalogItem.variant.legacyRel %}
{{ catalogItem.variant.legacyRel }}
{% endif %}
{% if catalogItem.variant.image %}
{% endif %}
{% endif %}
{% endfor %}
{% for catalogItem in order.items %}
{{ catalogItem.amount }}
{{ catalogItem.id }}
{{ catalogItem.vatRate }}
{{ catalogItem.name }}
{{ catalogItem.productName }}
{{ catalogItem.trackingId }}
{% if catalogItem.amountChangeAllowed %} ... {% endif %}
{% if catalogItem.catalogItem %} ... {% endif %}
{% if catalogItem.deleteAllowed %} ... {% endif %}
{% if catalogItem.discountItem %} ... {% endif %}
{% if catalogItem.gift %} ... {% endif %}
{% for availableUpsellGroup in catalogItem.availableUpsellGroups %}
{{ availableUpsellGroup.id }}
{{ availableUpsellGroup.name }}
{% if availableUpsellGroup.singleSelection %} ... {% endif %}
{% for upsell in availableUpsellGroup.upsells %}
{% endfor %}
{% if availableUpsellGroup.code %}
{{ availableUpsellGroup.code }}
{% endif %}
{% endfor %}
{% for catalogItem in catalogItem.children %}
{{ catalogItem.amount }}
{{ catalogItem.id }}
{{ catalogItem.vatRate }}
{{ catalogItem.name }}
{{ catalogItem.productName }}
{{ catalogItem.trackingId }}
{% if catalogItem.amountChangeAllowed %} ... {% endif %}
{% if catalogItem.catalogItem %} ... {% endif %}
{% if catalogItem.deleteAllowed %} ... {% endif %}
{% if catalogItem.discountItem %} ... {% endif %}
{% if catalogItem.gift %} ... {% endif %}
{% for availableUpsellGroup in catalogItem.availableUpsellGroups %}
{% endfor %}
{% for upsell in catalogItem.availableUpsells %}
{% endfor %}
{% if catalogItem.code %}
{{ catalogItem.code }}
{% endif %}
{% if catalogItem.note %}
{{ catalogItem.note }}
{% endif %}
{% if catalogItem.variantName %}
{{ catalogItem.variantName }}
{% endif %}
{% if catalogItem.image %}
{% endif %}
{% if catalogItem.item %}
{% endif %}
{% if catalogItem.product %}
{% endif %}
{% if catalogItem.unit %}
{% endif %}
{% if catalogItem.upsell %}
{% endif %}
{% if catalogItem.variant %}
{% endif %}
{% endfor %}
{{ catalogItem.priceTotal.vatRate }}
{% if catalogItem.priceTotal.discountPercent %}
{{ catalogItem.priceTotal.discountPercent }}
{% endif %}
{% if catalogItem.priceTotal.beforeDiscount %}
{% endif %}
{% if catalogItem.priceTotal.discount %}
{% endif %}
{{ catalogItem.price.vatRate }}
{% if catalogItem.price.discountPercent %}
{{ catalogItem.price.discountPercent }}
{% endif %}
{% if catalogItem.price.beforeDiscount %}
{% endif %}
{% if catalogItem.price.discount %}
{% endif %}
{% for upsell in catalogItem.availableUpsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{% endif %}
{% if upsell.unit %}
{% endif %}
{% endfor %}
{% if catalogItem.code %}
{{ catalogItem.code }}
{% endif %}
{% if catalogItem.note %}
{{ catalogItem.note }}
{% endif %}
{% if catalogItem.variantName %}
{{ catalogItem.variantName }}
{% endif %}
{% if catalogItem.image %}
{{ catalogItem.image.originalHeight }}
{{ catalogItem.image.originalWidth }}
{{ catalogItem.image.url }}
{% if catalogItem.image.alt %}
{{ catalogItem.image.alt }}
{% endif %}
{% if catalogItem.image.text %}
{{ catalogItem.image.text }}
{% endif %}
{% endif %}
{% if catalogItem.item %}
{{ catalogItem.item.id }}
{{ catalogItem.item.name }}
{% if catalogItem.item.digital %} ... {% endif %}
{% if catalogItem.item.code %}
{{ catalogItem.item.code }}
{% endif %}
{% if catalogItem.item.freeDelivery %}
{% endif %}
{% if catalogItem.item.image %}
{% endif %}
{% if catalogItem.item.price %}
{% endif %}
{% if catalogItem.item.url %}
{% endif %}
{% if catalogItem.item.variant %}
{% endif %}
{% endif %}
{% if catalogItem.product %}
{{ catalogItem.product.id }}
{{ catalogItem.product.name }}
{{ catalogItem.product.trackingId }}
{{ catalogItem.product.dateCreated|date('d. m. Y H:i') }}
{% if catalogItem.product.active %} ... {% endif %}
{% if catalogItem.product.compared %} ... {% endif %}
{% if catalogItem.product.differentVariantPrices %} ... {% endif %}
{% if catalogItem.product.flagNew %} ... {% endif %}
{% if catalogItem.product.flagSecondHand %} ... {% endif %}
{% if catalogItem.product.flagSellout %} ... {% endif %}
{% if catalogItem.product.soldSeparately %} ... {% endif %}
{% for attributeInstance in catalogItem.product.attributes %}
{% endfor %}
{% for availableUpsellGroup in catalogItem.product.availableUpsellGroups %}
{% endfor %}
{% for category in catalogItem.product.categories %}
{% endfor %}
{% for category in catalogItem.product.otherCategories %}
{% endfor %}
{% for image in catalogItem.product.imagesWithEnumValue %}
{% endfor %}
{% for image in catalogItem.product.currentImages %}
{% endfor %}
{% for image in catalogItem.product.imagesWithoutEnumValue %}
{% endfor %}
{% for image in catalogItem.product.otherImages %}
{% endfor %}
{% for image in catalogItem.product.images %}
{% endfor %}
{% for label in catalogItem.product.labels %}
{% endfor %}
{% for productEnumValue in catalogItem.product.enumValues %}
{% endfor %}
{% for product in catalogItem.product.packTemplateProducts %}
{% endfor %}
{% for upsell in catalogItem.product.availableUpsells %}
{% endfor %}
{% for variantChoiceStep in catalogItem.product.variantChoiceSteps %}
{% endfor %}
{% for variant in catalogItem.product.currentVariants %}
{% endfor %}
{% for variant in catalogItem.product.variants %}
{% endfor %}
{% for variant in catalogItem.product.variantsWithEnumValueIds %}
{% endfor %}
{% for video in catalogItem.product.videos %}
{% endfor %}
{% if catalogItem.product.currentSubName %}
{{ catalogItem.product.currentSubName }}
{% endif %}
{% if catalogItem.product.nameSuffix %}
{{ catalogItem.product.nameSuffix }}
{% endif %}
{% if catalogItem.product.nameSupplier %}
{{ catalogItem.product.nameSupplier }}
{% endif %}
{% if catalogItem.product.text %}
{{ catalogItem.product.text }}
{% endif %}
{% if catalogItem.product.attribute %}
{% endif %}
{% if catalogItem.product.brand %}
{% endif %}
{% if catalogItem.product.imageForEnumValueId %}
{% endif %}
{% if catalogItem.product.image %}
{% endif %}
{% if catalogItem.product.successor %}
{% endif %}
{% if catalogItem.product.seo %}
{% endif %}
{% if catalogItem.product.supplier %}
{% endif %}
{% if catalogItem.product.unit %}
{% endif %}
{% if catalogItem.product.variant %}
{% endif %}
{% if catalogItem.product.warranty %}
{% endif %}
{% endif %}
{% if catalogItem.unit %}
{{ catalogItem.unit.name }}
{% endif %}
{% if catalogItem.upsell %}
{{ catalogItem.upsell.id }}
{{ catalogItem.upsell.name }}
{% if catalogItem.upsell.inCart %} ... {% endif %}
{% if catalogItem.upsell.code %}
{{ catalogItem.upsell.code }}
{% endif %}
{% if catalogItem.upsell.vatRate %}
{{ catalogItem.upsell.vatRate }}
{% endif %}
{% if catalogItem.upsell.image %}
{% endif %}
{% if catalogItem.upsell.unit %}
{% endif %}
{% endif %}
{% if catalogItem.variant %}
{{ catalogItem.variant.id }}
{{ catalogItem.variant.name }}
{{ catalogItem.variant.trackingId }}
{% if catalogItem.variant.active %} ... {% endif %}
{% for availableUpsellGroup in catalogItem.variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in catalogItem.variant.enumValues %}
{% endfor %}
{% for image in catalogItem.variant.images %}
{% endfor %}
{% for upsell in catalogItem.variant.availableUpsells %}
{% endfor %}
{{ catalogItem.variant.selected }}
{% if catalogItem.variant.legacyRel %}
{{ catalogItem.variant.legacyRel }}
{% endif %}
{% if catalogItem.variant.image %}
{% endif %}
{% endif %}
{% endfor %}
{% for discountItem in order.discountItems %}
{{ discountItem.amount }}
{{ discountItem.id }}
{{ discountItem.vatRate }}
{{ discountItem.name }}
{% if discountItem.amountChangeAllowed %} ... {% endif %}
{% if discountItem.catalogItem %} ... {% endif %}
{% if discountItem.deleteAllowed %} ... {% endif %}
{% if discountItem.discountItem %} ... {% endif %}
{% for discountItem in discountItem.children %}
{{ discountItem.amount }}
{{ discountItem.id }}
{{ discountItem.vatRate }}
{{ discountItem.name }}
{% if discountItem.amountChangeAllowed %} ... {% endif %}
{% if discountItem.catalogItem %} ... {% endif %}
{% if discountItem.deleteAllowed %} ... {% endif %}
{% if discountItem.discountItem %} ... {% endif %}
{% if discountItem.note %}
{{ discountItem.note }}
{% endif %}
{% if discountItem.trackingId %}
{{ discountItem.trackingId }}
{% endif %}
{% if discountItem.percent %}
{{ discountItem.percent }}
{% endif %}
{% if discountItem.discountCode %}
{% endif %}
{% if discountItem.unit %}
{% endif %}
{% endfor %}
{{ discountItem.price.vatRate }}
{% if discountItem.price.discountPercent %}
{{ discountItem.price.discountPercent }}
{% endif %}
{% if discountItem.price.beforeDiscount %}
{% endif %}
{% if discountItem.price.discount %}
{% endif %}
{{ discountItem.priceTotal.vatRate }}
{% if discountItem.priceTotal.discountPercent %}
{{ discountItem.priceTotal.discountPercent }}
{% endif %}
{% if discountItem.priceTotal.beforeDiscount %}
{% endif %}
{% if discountItem.priceTotal.discount %}
{% endif %}
{% if discountItem.note %}
{{ discountItem.note }}
{% endif %}
{% if discountItem.trackingId %}
{{ discountItem.trackingId }}
{% endif %}
{% if discountItem.percent %}
{{ discountItem.percent }}
{% endif %}
{% if discountItem.discountCode %}
{{ discountItem.discountCode.code }}
{{ discountItem.discountCode.name }}
{% endif %}
{% if discountItem.unit %}
{{ discountItem.unit.name }}
{% endif %}
{% endfor %}
{{ order.price.total.currency }}
{{ order.price.total.formatted }}
{{ order.price.total.value }}
{{ order.price.unpaid.currency }}
{{ order.price.unpaid.formatted }}
{{ order.price.unpaid.value }}
{{ order.price.paid.currency }}
{{ order.price.paid.formatted }}
{{ order.price.paid.value }}
{{ order.status.id }}
{{ order.status.name }}
{% if order.shop.email %}
{{ order.shop.email }}
{% endif %}
{% if order.shop.name %}
{{ order.shop.name }}
{% endif %}
{% if order.shop.phone %}
{{ order.shop.phone }}
{% endif %}
{% if order.shop.url %}
{{ order.shop.url }}
{% endif %}
{{ order.url }}
{{ order.url.absolute }}
{{ order.url.path }}
{% for giftVoucher in order.purchasedGiftVouchers %}
{{ giftVoucher.code }}
{{ giftVoucher.name }}
{{ giftVoucher.validFrom|date('d. m. Y H:i') }}
{{ giftVoucher.validTo|date('d. m. Y H:i') }}
{{ giftVoucher.value.currency }}
{{ giftVoucher.value.formatted }}
{% endfor %}
{% if order.code %}
{{ order.code }}
{% endif %}
{% if order.note %}
{{ order.note }}
{% endif %}
{% if order.date %}
{{ order.date|date('d. m. Y H:i') }}
{% endif %}
{% if order.dateInStatus %}
{{ order.dateInStatus|date('d. m. Y H:i') }}
{% endif %}
{% if order.customer %}
{{ order.customer.id }}
{{ order.customer.dateCreated|date('d. m. Y H:i') }}
{% if order.customer.productOnWishlist %} ... {% endif %}
{% if order.customer.wholesale %} ... {% endif %}
{{ order.customer.alternativeAddresses }}
{% if order.customer.loyaltyCard %}
{{ order.customer.loyaltyCard }}
{% endif %}
{% endif %}
{% if order.closestFreeDelivery %}
{{ order.closestFreeDelivery.name }}
{{ order.closestFreeDelivery.vatRate }}
{{ order.closestFreeDelivery.payment.code }}
{{ order.closestFreeDelivery.payment.name }}
{{ order.closestFreeDelivery.payment.url }}
{{ order.closestFreeDelivery.payment.vatRate }}
{% if order.closestFreeDelivery.payment.inAdvance %} ... {% endif %}
{% if order.closestFreeDelivery.payment.vs %}
{{ order.closestFreeDelivery.payment.vs }}
{% endif %}
{% if order.closestFreeDelivery.payment.text %}
{{ order.closestFreeDelivery.payment.text }}
{% endif %}
{% if order.closestFreeDelivery.payment.bankAccount %}
{% endif %}
{% if order.closestFreeDelivery.payment.image %}
{% endif %}
{{ order.closestFreeDelivery.transport.name }}
{{ order.closestFreeDelivery.transport.vatRate }}
{% if order.closestFreeDelivery.transport.pickup %} ... {% endif %}
{% if order.closestFreeDelivery.transport.text %}
{{ order.closestFreeDelivery.transport.text }}
{% endif %}
{% if order.closestFreeDelivery.transport.branch %}
{% endif %}
{% if order.closestFreeDelivery.transport.carrier %}
{% endif %}
{% if order.closestFreeDelivery.transport.deliveryDate %}
{% endif %}
{% if order.closestFreeDelivery.transport.packageType %}
{% endif %}
{% if order.closestFreeDelivery.transport.image %}
{% endif %}
{{ order.closestFreeDelivery.price.vatRate }}
{% if order.closestFreeDelivery.price.discountPercent %}
{{ order.closestFreeDelivery.price.discountPercent }}
{% endif %}
{% if order.closestFreeDelivery.price.beforeDiscount %}
{% endif %}
{% if order.closestFreeDelivery.price.discount %}
{% endif %}
{% endif %}
{% if order.parentOrder %}
{{ order.parentOrder.catalogItemCount }}
{{ order.parentOrder.catalogItemTotalAmount }}
{{ order.parentOrder.id }}
{{ order.parentOrder.language }}
{{ order.parentOrder.vs }}
{% if order.parentOrder.containsItem %} ... {% endif %}
{% if order.parentOrder.externalReviewAllowed %} ... {% endif %}
{% for accountingDocument in order.parentOrder.accountingDocuments %}
{{ accountingDocument.code }}
{% endfor %}
{{ order.parentOrder.delivery.name }}
{{ order.parentOrder.delivery.vatRate }}
{% for catalogItem in order.parentOrder.catalogItems %}
{{ catalogItem.amount }}
{{ catalogItem.id }}
{{ catalogItem.vatRate }}
{{ catalogItem.name }}
{{ catalogItem.productName }}
{{ catalogItem.trackingId }}
{% if catalogItem.amountChangeAllowed %} ... {% endif %}
{% if catalogItem.catalogItem %} ... {% endif %}
{% if catalogItem.deleteAllowed %} ... {% endif %}
{% if catalogItem.discountItem %} ... {% endif %}
{% if catalogItem.gift %} ... {% endif %}
{% for availableUpsellGroup in catalogItem.availableUpsellGroups %}
{% endfor %}
{% for catalogItem in catalogItem.children %}
{% endfor %}
{% for upsell in catalogItem.availableUpsells %}
{% endfor %}
{% if catalogItem.code %}
{{ catalogItem.code }}
{% endif %}
{% if catalogItem.note %}
{{ catalogItem.note }}
{% endif %}
{% if catalogItem.variantName %}
{{ catalogItem.variantName }}
{% endif %}
{% if catalogItem.image %}
{% endif %}
{% if catalogItem.item %}
{% endif %}
{% if catalogItem.product %}
{% endif %}
{% if catalogItem.unit %}
{% endif %}
{% if catalogItem.upsell %}
{% endif %}
{% if catalogItem.variant %}
{% endif %}
{% endfor %}
{% for catalogItem in order.parentOrder.items %}
{{ catalogItem.amount }}
{{ catalogItem.id }}
{{ catalogItem.vatRate }}
{{ catalogItem.name }}
{{ catalogItem.productName }}
{{ catalogItem.trackingId }}
{% if catalogItem.amountChangeAllowed %} ... {% endif %}
{% if catalogItem.catalogItem %} ... {% endif %}
{% if catalogItem.deleteAllowed %} ... {% endif %}
{% if catalogItem.discountItem %} ... {% endif %}
{% if catalogItem.gift %} ... {% endif %}
{% for availableUpsellGroup in catalogItem.availableUpsellGroups %}
{% endfor %}
{% for catalogItem in catalogItem.children %}
{% endfor %}
{% for upsell in catalogItem.availableUpsells %}
{% endfor %}
{% if catalogItem.code %}
{{ catalogItem.code }}
{% endif %}
{% if catalogItem.note %}
{{ catalogItem.note }}
{% endif %}
{% if catalogItem.variantName %}
{{ catalogItem.variantName }}
{% endif %}
{% if catalogItem.image %}
{% endif %}
{% if catalogItem.item %}
{% endif %}
{% if catalogItem.product %}
{% endif %}
{% if catalogItem.unit %}
{% endif %}
{% if catalogItem.upsell %}
{% endif %}
{% if catalogItem.variant %}
{% endif %}
{% endfor %}
{% for discountItem in order.parentOrder.discountItems %}
{{ discountItem.amount }}
{{ discountItem.id }}
{{ discountItem.vatRate }}
{{ discountItem.name }}
{% if discountItem.amountChangeAllowed %} ... {% endif %}
{% if discountItem.catalogItem %} ... {% endif %}
{% if discountItem.deleteAllowed %} ... {% endif %}
{% if discountItem.discountItem %} ... {% endif %}
{% for discountItem in discountItem.children %}
{% endfor %}
{% if discountItem.note %}
{{ discountItem.note }}
{% endif %}
{% if discountItem.trackingId %}
{{ discountItem.trackingId }}
{% endif %}
{% if discountItem.percent %}
{{ discountItem.percent }}
{% endif %}
{% if discountItem.discountCode %}
{% endif %}
{% if discountItem.unit %}
{% endif %}
{% endfor %}
{{ order.parentOrder.status.id }}
{{ order.parentOrder.status.name }}
{% if order.parentOrder.shop.email %}
{{ order.parentOrder.shop.email }}
{% endif %}
{% if order.parentOrder.shop.name %}
{{ order.parentOrder.shop.name }}
{% endif %}
{% if order.parentOrder.shop.phone %}
{{ order.parentOrder.shop.phone }}
{% endif %}
{% if order.parentOrder.shop.url %}
{{ order.parentOrder.shop.url }}
{% endif %}
{{ order.parentOrder.url }}
{{ order.parentOrder.url.absolute }}
{{ order.parentOrder.url.path }}
{% for giftVoucher in order.parentOrder.purchasedGiftVouchers %}
{{ giftVoucher.code }}
{{ giftVoucher.name }}
{{ giftVoucher.validFrom|date('d. m. Y H:i') }}
{{ giftVoucher.validTo|date('d. m. Y H:i') }}
{% endfor %}
{% if order.parentOrder.code %}
{{ order.parentOrder.code }}
{% endif %}
{% if order.parentOrder.note %}
{{ order.parentOrder.note }}
{% endif %}
{% if order.parentOrder.date %}
{{ order.parentOrder.date|date('d. m. Y H:i') }}
{% endif %}
{% if order.parentOrder.dateInStatus %}
{{ order.parentOrder.dateInStatus|date('d. m. Y H:i') }}
{% endif %}
{% if order.parentOrder.customer %}
{{ order.parentOrder.customer.id }}
{{ order.parentOrder.customer.dateCreated|date('d. m. Y H:i') }}
{% if order.parentOrder.customer.productOnWishlist %} ... {% endif %}
{% if order.parentOrder.customer.wholesale %} ... {% endif %}
{{ order.parentOrder.customer.alternativeAddresses }}
{% if order.parentOrder.customer.loyaltyCard %}
{{ order.parentOrder.customer.loyaltyCard }}
{% endif %}
{% endif %}
{% if order.parentOrder.closestFreeDelivery %}
{{ order.parentOrder.closestFreeDelivery.name }}
{{ order.parentOrder.closestFreeDelivery.vatRate }}
{% endif %}
{% if order.parentOrder.package %}
{{ order.parentOrder.package.trackingUrl }}
{{ order.parentOrder.package.date|date('d. m. Y H:i') }}
{% if order.parentOrder.package.code %}
{{ order.parentOrder.package.code }}
{% endif %}
{% endif %}
{% endif %}
{% if order.package %}
{{ order.package.trackingUrl }}
{{ order.package.date|date('d. m. Y H:i') }}
{% if order.package.code %}
{{ order.package.code }}
{% endif %}
{% endif %}
{% endfor %}
{{ customer.alternativeAddresses }}
{% if customer.loyaltyCard %}
{{ customer.loyaltyCard }}
{% endif %}
DayBlock¶
Název |
Typ |
Popis |
---|---|---|
dayName |
string |
Název dne v týdnu |
dayNameShort |
string |
Zkrácený název dne v týdnu |
date |
datetime |
Datum |
timeBlocks |
Časy otevření |
Příklady:
{{ dayblock.dayName }}
{{ dayblock.dayNameShort }}
{{ dayblock.date|date('d. m. Y H:i') }}
{% for timeBlock in dayblock.timeBlocks %}
{{ timeBlock.timeBlocks }}
{{ timeBlock.end }}
{{ timeBlock.separator }}
{{ timeBlock.start }}
{% endfor %}
Delivery¶
Název |
Typ |
Popis |
---|---|---|
name |
string |
Název |
vatRate |
float |
Sazba DPH |
payment |
||
transport |
||
price |
Cena |
Příklady:
{{ delivery.name }}
{{ delivery.vatRate }}
{{ delivery.payment.code }}
{{ delivery.payment.name }}
{{ delivery.payment.url }}
{{ delivery.payment.vatRate }}
{% if delivery.payment.inAdvance %} ... {% endif %}
{{ delivery.payment.price.vatRate }}
{{ delivery.payment.price.current.currency }}
{{ delivery.payment.price.current.formatted }}
{{ delivery.payment.price.current.value }}
{% if delivery.payment.price.discountPercent %}
{{ delivery.payment.price.discountPercent }}
{% endif %}
{% if delivery.payment.price.beforeDiscount %}
{{ delivery.payment.price.beforeDiscount.currency }}
{{ delivery.payment.price.beforeDiscount.formatted }}
{{ delivery.payment.price.beforeDiscount.value }}
{% endif %}
{% if delivery.payment.price.discount %}
{{ delivery.payment.price.discount.currency }}
{{ delivery.payment.price.discount.formatted }}
{{ delivery.payment.price.discount.value }}
{% endif %}
{% if delivery.payment.vs %}
{{ delivery.payment.vs }}
{% endif %}
{% if delivery.payment.text %}
{{ delivery.payment.text }}
{% endif %}
{% if delivery.payment.bankAccount %}
{{ delivery.payment.bankAccount }}
{{ delivery.payment.bankAccount.currency }}
{% if delivery.payment.bankAccount.bic %}
{{ delivery.payment.bankAccount.bic }}
{% endif %}
{% if delivery.payment.bankAccount.iban %}
{{ delivery.payment.bankAccount.iban }}
{% endif %}
{% if delivery.payment.bankAccount.local %}
{{ delivery.payment.bankAccount.local }}
{% endif %}
{% endif %}
{% if delivery.payment.image %}
{{ delivery.payment.image.originalHeight }}
{{ delivery.payment.image.originalWidth }}
{{ delivery.payment.image.url }}
{% if delivery.payment.image.alt %}
{{ delivery.payment.image.alt }}
{% endif %}
{% if delivery.payment.image.text %}
{{ delivery.payment.image.text }}
{% endif %}
{% endif %}
{{ delivery.transport.name }}
{{ delivery.transport.vatRate }}
{% if delivery.transport.pickup %} ... {% endif %}
{{ delivery.transport.price.vatRate }}
{{ delivery.transport.price.current.currency }}
{{ delivery.transport.price.current.formatted }}
{{ delivery.transport.price.current.value }}
{% if delivery.transport.price.discountPercent %}
{{ delivery.transport.price.discountPercent }}
{% endif %}
{% if delivery.transport.price.beforeDiscount %}
{{ delivery.transport.price.beforeDiscount.currency }}
{{ delivery.transport.price.beforeDiscount.formatted }}
{{ delivery.transport.price.beforeDiscount.value }}
{% endif %}
{% if delivery.transport.price.discount %}
{{ delivery.transport.price.discount.currency }}
{{ delivery.transport.price.discount.formatted }}
{{ delivery.transport.price.discount.value }}
{% endif %}
{% if delivery.transport.text %}
{{ delivery.transport.text }}
{% endif %}
{% if delivery.transport.branch %}
{{ delivery.transport.branch.code }}
{{ delivery.transport.branch.name }}
{{ delivery.transport.branch.address }}
{% if delivery.transport.branch.address.city %}
{{ delivery.transport.branch.address.city }}
{% endif %}
{% if delivery.transport.branch.address.company %}
{{ delivery.transport.branch.address.company }}
{% endif %}
{% if delivery.transport.branch.address.street %}
{{ delivery.transport.branch.address.street }}
{% endif %}
{% if delivery.transport.branch.address.country %}
{% endif %}
{% endif %}
{% if delivery.transport.carrier %}
{{ delivery.transport.carrier.code }}
{{ delivery.transport.carrier.name }}
{% endif %}
{% if delivery.transport.deliveryDate %}
{{ delivery.transport.deliveryDate.dateDelivered|date('d. m. Y H:i') }}
{{ delivery.transport.deliveryDate.dateSent|date('d. m. Y H:i') }}
{{ delivery.transport.deliveryDate.orderDeadline|date('d. m. Y H:i') }}
{% if delivery.transport.deliveryDate.timeDelivered %}
{{ delivery.transport.deliveryDate.timeDelivered }}
{% endif %}
{% endif %}
{% if delivery.transport.packageType %}
{{ delivery.transport.packageType.code }}
{% endif %}
{% if delivery.transport.image %}
{{ delivery.transport.image.originalHeight }}
{{ delivery.transport.image.originalWidth }}
{{ delivery.transport.image.url }}
{% if delivery.transport.image.alt %}
{{ delivery.transport.image.alt }}
{% endif %}
{% if delivery.transport.image.text %}
{{ delivery.transport.image.text }}
{% endif %}
{% endif %}
{{ delivery.price.vatRate }}
{{ delivery.price.current.currency }}
{{ delivery.price.current.formatted }}
{{ delivery.price.current.value }}
{% if delivery.price.discountPercent %}
{{ delivery.price.discountPercent }}
{% endif %}
{% if delivery.price.beforeDiscount %}
{{ delivery.price.beforeDiscount.currency }}
{{ delivery.price.beforeDiscount.formatted }}
{{ delivery.price.beforeDiscount.value }}
{% endif %}
{% if delivery.price.discount %}
{{ delivery.price.discount.currency }}
{{ delivery.price.discount.formatted }}
{{ delivery.price.discount.value }}
{% endif %}
Delivery/BankAccount¶
Název |
Typ |
Popis |
Příklad výstupu |
---|---|---|---|
currency |
string |
Měna |
|
bic |
string | null |
BIC |
|
iban |
string | null |
IBAN |
|
local |
string | null |
Místní formát |
123456789/2010 |
Příklady:
{{ bankaccount }}
{{ bankaccount.currency }}
{% if bankaccount.bic %}
{{ bankaccount.bic }}
{% endif %}
{% if bankaccount.iban %}
{{ bankaccount.iban }}
{% endif %}
{% if bankaccount.local %}
{{ bankaccount.local }}
{% endif %}
Delivery/Branch¶
Název |
Typ |
Popis |
---|---|---|
code |
string |
Kód |
name |
string |
Název |
address |
Adresa |
Příklady:
{{ branch.code }}
{{ branch.name }}
{{ branch.address }}
{% if branch.address.city %}
{{ branch.address.city }}
{% endif %}
{% if branch.address.company %}
{{ branch.address.company }}
{% endif %}
{% if branch.address.street %}
{{ branch.address.street }}
{% endif %}
{% if branch.address.country %}
{{ branch.address.country.code }}
{{ branch.address.country.name }}
{% endif %}
Delivery/Branch/Address¶
Název |
Typ |
Popis |
---|---|---|
city |
string | null |
Město |
company |
string | null |
Název firmy |
street |
string | null |
Ulice a č.p. |
country |
Address/Country | null |
Země |
Příklady:
{{ address }}
{% if address.city %}
{{ address.city }}
{% endif %}
{% if address.company %}
{{ address.company }}
{% endif %}
{% if address.street %}
{{ address.street }}
{% endif %}
{% if address.country %}
{{ address.country.code }}
{{ address.country.name }}
{% endif %}
Delivery/Carrier¶
Název |
Typ |
Popis |
---|---|---|
code |
string |
Kód |
name |
string |
Název |
Příklady:
{{ carrier.code }}
{{ carrier.name }}
Delivery/DeliveryDate¶
Název |
Typ |
Popis |
---|---|---|
dateDelivered |
datetime |
Datum dodání k zákazníkovi |
dateSent |
datetime |
Datum odeslání zásilky |
orderDeadline |
datetime |
Datum a čas do kdy je nutné objednat pro splnění termínů |
timeDelivered |
string | null |
Čas doručení zákazníkovi (např. „08:00-12:00“) |
Příklady:
{{ deliverydate.dateDelivered|date('d. m. Y H:i') }}
{{ deliverydate.dateSent|date('d. m. Y H:i') }}
{{ deliverydate.orderDeadline|date('d. m. Y H:i') }}
{% if deliverydate.timeDelivered %}
{{ deliverydate.timeDelivered }}
{% endif %}
Delivery/PackageType¶
Název |
Typ |
Popis |
---|---|---|
code |
string |
Kód |
Příklady:
{{ packagetype.code }}
Delivery/Payment¶
Název |
Typ |
Popis |
Příklad výstupu |
---|---|---|---|
code |
string |
Kód |
P123 |
name |
string |
Název |
Bankovní převod |
url |
string |
URL pro platbu |
|
vatRate |
float |
Sazba DPH |
21 |
inAdvance |
bool |
Je vyžadována platba předem? |
|
price |
Cena |
||
vs |
string | null |
Variabilní symbol |
2160001 |
text |
html | null |
Text |
|
bankAccount |
Delivery/BankAccount | null |
Bankovní účet |
111111111/2010 |
image |
Image | null |
Obrázek |
Příklady:
{{ payment.code }}
{{ payment.name }}
{{ payment.url }}
{{ payment.vatRate }}
{% if payment.inAdvance %} ... {% endif %}
{{ payment.price.vatRate }}
{{ payment.price.current.currency }}
{{ payment.price.current.formatted }}
{{ payment.price.current.value }}
{% if payment.price.discountPercent %}
{{ payment.price.discountPercent }}
{% endif %}
{% if payment.price.beforeDiscount %}
{{ payment.price.beforeDiscount.currency }}
{{ payment.price.beforeDiscount.formatted }}
{{ payment.price.beforeDiscount.value }}
{% endif %}
{% if payment.price.discount %}
{{ payment.price.discount.currency }}
{{ payment.price.discount.formatted }}
{{ payment.price.discount.value }}
{% endif %}
{% if payment.vs %}
{{ payment.vs }}
{% endif %}
{% if payment.text %}
{{ payment.text }}
{% endif %}
{% if payment.bankAccount %}
{{ payment.bankAccount }}
{{ payment.bankAccount.currency }}
{% if payment.bankAccount.bic %}
{{ payment.bankAccount.bic }}
{% endif %}
{% if payment.bankAccount.iban %}
{{ payment.bankAccount.iban }}
{% endif %}
{% if payment.bankAccount.local %}
{{ payment.bankAccount.local }}
{% endif %}
{% endif %}
{% if payment.image %}
{{ payment.image.originalHeight }}
{{ payment.image.originalWidth }}
{{ payment.image.url }}
{% if payment.image.alt %}
{{ payment.image.alt }}
{% endif %}
{% if payment.image.text %}
{{ payment.image.text }}
{% endif %}
{% endif %}
Delivery/Transport¶
Název |
Typ |
Popis |
---|---|---|
name |
string |
Název |
vatRate |
float |
Sazba DPH |
pickup |
bool |
Je osobním odběrem? |
price |
Cena |
|
text |
html | null |
Text |
branch |
Delivery/Branch | null |
|
carrier |
Delivery/Carrier | null |
Přepravce |
deliveryDate |
Delivery/DeliveryDate | null |
Předpokládaný datum doručení |
packageType |
Delivery/PackageType | null |
Typ balíku |
image |
Image | null |
Obrázek |
Příklady:
{{ transport.name }}
{{ transport.vatRate }}
{% if transport.pickup %} ... {% endif %}
{{ transport.price.vatRate }}
{{ transport.price.current.currency }}
{{ transport.price.current.formatted }}
{{ transport.price.current.value }}
{% if transport.price.discountPercent %}
{{ transport.price.discountPercent }}
{% endif %}
{% if transport.price.beforeDiscount %}
{{ transport.price.beforeDiscount.currency }}
{{ transport.price.beforeDiscount.formatted }}
{{ transport.price.beforeDiscount.value }}
{% endif %}
{% if transport.price.discount %}
{{ transport.price.discount.currency }}
{{ transport.price.discount.formatted }}
{{ transport.price.discount.value }}
{% endif %}
{% if transport.text %}
{{ transport.text }}
{% endif %}
{% if transport.branch %}
{{ transport.branch.code }}
{{ transport.branch.name }}
{{ transport.branch.address }}
{% if transport.branch.address.city %}
{{ transport.branch.address.city }}
{% endif %}
{% if transport.branch.address.company %}
{{ transport.branch.address.company }}
{% endif %}
{% if transport.branch.address.street %}
{{ transport.branch.address.street }}
{% endif %}
{% if transport.branch.address.country %}
{{ transport.branch.address.country.code }}
{{ transport.branch.address.country.name }}
{% endif %}
{% endif %}
{% if transport.carrier %}
{{ transport.carrier.code }}
{{ transport.carrier.name }}
{% endif %}
{% if transport.deliveryDate %}
{{ transport.deliveryDate.dateDelivered|date('d. m. Y H:i') }}
{{ transport.deliveryDate.dateSent|date('d. m. Y H:i') }}
{{ transport.deliveryDate.orderDeadline|date('d. m. Y H:i') }}
{% if transport.deliveryDate.timeDelivered %}
{{ transport.deliveryDate.timeDelivered }}
{% endif %}
{% endif %}
{% if transport.packageType %}
{{ transport.packageType.code }}
{% endif %}
{% if transport.image %}
{{ transport.image.originalHeight }}
{{ transport.image.originalWidth }}
{{ transport.image.url }}
{% if transport.image.alt %}
{{ transport.image.alt }}
{% endif %}
{% if transport.image.text %}
{{ transport.image.text }}
{% endif %}
{% endif %}
DeliveryOption¶
Název |
Typ |
Popis |
---|---|---|
dateDelivered |
datetime |
Datum dodání k zákazníkovi |
dateSent |
datetime |
Datum odeslání zásilky |
orderDeadline |
datetime |
Datum a čas do kdy je nutné objednat pro splnění termínů |
transport |
Přepravce |
|
timeDelivered |
string | null |
Čas doručení zákazníkovi (např. „08:00-12:00“) |
Příklady:
{{ deliveryoption.dateDelivered|date('d. m. Y H:i') }}
{{ deliveryoption.dateSent|date('d. m. Y H:i') }}
{{ deliveryoption.orderDeadline|date('d. m. Y H:i') }}
{{ deliveryoption.transport.name }}
{{ deliveryoption.transport.vatRate }}
{% if deliveryoption.transport.pickup %} ... {% endif %}
{{ deliveryoption.transport.price.vatRate }}
{{ deliveryoption.transport.price.current.currency }}
{{ deliveryoption.transport.price.current.formatted }}
{{ deliveryoption.transport.price.current.value }}
{% if deliveryoption.transport.price.discountPercent %}
{{ deliveryoption.transport.price.discountPercent }}
{% endif %}
{% if deliveryoption.transport.price.beforeDiscount %}
{{ deliveryoption.transport.price.beforeDiscount.currency }}
{{ deliveryoption.transport.price.beforeDiscount.formatted }}
{{ deliveryoption.transport.price.beforeDiscount.value }}
{% endif %}
{% if deliveryoption.transport.price.discount %}
{{ deliveryoption.transport.price.discount.currency }}
{{ deliveryoption.transport.price.discount.formatted }}
{{ deliveryoption.transport.price.discount.value }}
{% endif %}
{% if deliveryoption.transport.text %}
{{ deliveryoption.transport.text }}
{% endif %}
{% if deliveryoption.transport.branch %}
{{ deliveryoption.transport.branch.code }}
{{ deliveryoption.transport.branch.name }}
{{ deliveryoption.transport.branch.address }}
{% if deliveryoption.transport.branch.address.city %}
{{ deliveryoption.transport.branch.address.city }}
{% endif %}
{% if deliveryoption.transport.branch.address.company %}
{{ deliveryoption.transport.branch.address.company }}
{% endif %}
{% if deliveryoption.transport.branch.address.street %}
{{ deliveryoption.transport.branch.address.street }}
{% endif %}
{% if deliveryoption.transport.branch.address.country %}
{% endif %}
{% endif %}
{% if deliveryoption.transport.carrier %}
{{ deliveryoption.transport.carrier.code }}
{{ deliveryoption.transport.carrier.name }}
{% endif %}
{% if deliveryoption.transport.deliveryDate %}
{{ deliveryoption.transport.deliveryDate.dateDelivered|date('d. m. Y H:i') }}
{{ deliveryoption.transport.deliveryDate.dateSent|date('d. m. Y H:i') }}
{{ deliveryoption.transport.deliveryDate.orderDeadline|date('d. m. Y H:i') }}
{% if deliveryoption.transport.deliveryDate.timeDelivered %}
{{ deliveryoption.transport.deliveryDate.timeDelivered }}
{% endif %}
{% endif %}
{% if deliveryoption.transport.packageType %}
{{ deliveryoption.transport.packageType.code }}
{% endif %}
{% if deliveryoption.transport.image %}
{{ deliveryoption.transport.image.originalHeight }}
{{ deliveryoption.transport.image.originalWidth }}
{{ deliveryoption.transport.image.url }}
{% if deliveryoption.transport.image.alt %}
{{ deliveryoption.transport.image.alt }}
{% endif %}
{% if deliveryoption.transport.image.text %}
{{ deliveryoption.transport.image.text }}
{% endif %}
{% endif %}
{% if deliveryoption.timeDelivered %}
{{ deliveryoption.timeDelivered }}
{% endif %}
DynamicCategory¶
Název |
Typ |
Popis |
---|---|---|
id |
int |
Id |
name |
string |
Název |
dynamic |
bool |
Dynamická kategorie? (vždy true)) |
url |
URL značky |
|
text |
html | null |
Text |
image |
Image | null |
Obrázek |
seo |
Seo | null |
SEO attributy |
Příklady:
{{ dynamiccategory.id }}
{{ dynamiccategory.name }}
{% if dynamiccategory.dynamic %} ... {% endif %}
{{ dynamiccategory.url }}
{{ dynamiccategory.url.absolute }}
{{ dynamiccategory.url.path }}
{% if dynamiccategory.text %}
{{ dynamiccategory.text }}
{% endif %}
{% if dynamiccategory.image %}
{{ dynamiccategory.image.originalHeight }}
{{ dynamiccategory.image.originalWidth }}
{{ dynamiccategory.image.url }}
{% if dynamiccategory.image.alt %}
{{ dynamiccategory.image.alt }}
{% endif %}
{% if dynamiccategory.image.text %}
{{ dynamiccategory.image.text }}
{% endif %}
{% endif %}
{% if dynamiccategory.seo %}
{% if dynamiccategory.seo.description %}
{{ dynamiccategory.seo.description }}
{% endif %}
{% if dynamiccategory.seo.keywords %}
{{ dynamiccategory.seo.keywords }}
{% endif %}
{% if dynamiccategory.seo.title %}
{{ dynamiccategory.seo.title }}
{% endif %}
{% endif %}
EnumValue¶
Hodnota číselníku
Název |
Typ |
Popis |
---|---|---|
id |
int |
Id |
name |
string |
Název |
enum |
Číselník |
|
text |
html | null |
Text |
image |
Image | null |
Obrázek |
Příklady:
{{ enumvalue.id }}
{{ enumvalue.name }}
{{ enumvalue.enum.id }}
{{ enumvalue.enum.name }}
{% for enumValue in enumvalue.enum.values %}
{{ enumValue.id }}
{{ enumValue.name }}
{% if enumValue.text %}
{{ enumValue.text }}
{% endif %}
{% if enumValue.image %}
{{ enumValue.image.originalHeight }}
{{ enumValue.image.originalWidth }}
{{ enumValue.image.url }}
{% if enumValue.image.alt %}
{{ enumValue.image.alt }}
{% endif %}
{% if enumValue.image.text %}
{{ enumValue.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% if enumvalue.enum.text %}
{{ enumvalue.enum.text }}
{% endif %}
{% if enumvalue.enum.meaning %}
{{ enumvalue.enum.meaning.code }}
{% endif %}
{% if enumvalue.text %}
{{ enumvalue.text }}
{% endif %}
{% if enumvalue.image %}
{{ enumvalue.image.originalHeight }}
{{ enumvalue.image.originalWidth }}
{{ enumvalue.image.url }}
{% if enumvalue.image.alt %}
{{ enumvalue.image.alt }}
{% endif %}
{% if enumvalue.image.text %}
{{ enumvalue.image.text }}
{% endif %}
{% endif %}
File¶
Soubor
Název |
Typ |
Popis |
---|---|---|
bytes |
int |
Velikost v bytech |
url |
string |
Url |
mime |
string | null |
Mime type |
name |
string | null |
Název |
Příklady:
{{ file.bytes }}
{{ file.url }}
{% if file.mime %}
{{ file.mime }}
{% endif %}
{% if file.name %}
{{ file.name }}
{% endif %}
Gift¶
Název |
Typ |
Popis |
---|---|---|
id |
int |
Id |
name |
string |
Název |
item |
Položka |
|
image |
Image | null |
Obrázek |
Příklady:
{{ gift.id }}
{{ gift.name }}
{{ gift.item.id }}
{{ gift.item.name }}
{% if gift.item.digital %} ... {% endif %}
{{ gift.item.availability.availableAmount }}
{{ gift.item.availability.hours }}
{{ gift.item.availability.totalAmount }}
{{ gift.item.availability.text }}
{% if gift.item.availability.inStock %} ... {% endif %}
{% for deliveryOption in gift.item.availability.deliveryOptions %}
{{ deliveryOption.dateDelivered|date('d. m. Y H:i') }}
{{ deliveryOption.dateSent|date('d. m. Y H:i') }}
{{ deliveryOption.orderDeadline|date('d. m. Y H:i') }}
{% if deliveryOption.timeDelivered %}
{{ deliveryOption.timeDelivered }}
{% endif %}
{% endfor %}
{% if gift.item.availability.dateExpected %}
{{ gift.item.availability.dateExpected|date('d. m. Y H:i') }}
{% endif %}
{% if gift.item.availability.deliveryOption %}
{{ gift.item.availability.deliveryOption.dateDelivered|date('d. m. Y H:i') }}
{{ gift.item.availability.deliveryOption.dateSent|date('d. m. Y H:i') }}
{{ gift.item.availability.deliveryOption.orderDeadline|date('d. m. Y H:i') }}
{% if gift.item.availability.deliveryOption.timeDelivered %}
{{ gift.item.availability.deliveryOption.timeDelivered }}
{% endif %}
{% endif %}
{{ gift.item.product.id }}
{{ gift.item.product.name }}
{{ gift.item.product.trackingId }}
{{ gift.item.product.dateCreated|date('d. m. Y H:i') }}
{% if gift.item.product.active %} ... {% endif %}
{% if gift.item.product.compared %} ... {% endif %}
{% if gift.item.product.differentVariantPrices %} ... {% endif %}
{% if gift.item.product.flagNew %} ... {% endif %}
{% if gift.item.product.flagSecondHand %} ... {% endif %}
{% if gift.item.product.flagSellout %} ... {% endif %}
{% if gift.item.product.soldSeparately %} ... {% endif %}
{% for attributeInstance in gift.item.product.attributes %}
{{ attributeInstance.name }}
{% for attributeValueInstance in attributeInstance.values %}
{% endfor %}
{% if attributeInstance.description %}
{{ attributeInstance.description }}
{% endif %}
{% if attributeInstance.image %}
{% endif %}
{% endfor %}
{% for availableUpsellGroup in gift.item.product.availableUpsellGroups %}
{{ availableUpsellGroup.id }}
{{ availableUpsellGroup.name }}
{% if availableUpsellGroup.singleSelection %} ... {% endif %}
{% for upsell in availableUpsellGroup.upsells %}
{% endfor %}
{% if availableUpsellGroup.code %}
{{ availableUpsellGroup.code }}
{% endif %}
{% endfor %}
{{ gift.item.product.category.id }}
{{ gift.item.product.category.productCount }}
{{ gift.item.product.category.productInStockCount }}
{{ gift.item.product.category.totalStockQuantity }}
{{ gift.item.product.category.headline }}
{{ gift.item.product.category.menuName }}
{{ gift.item.product.category.name }}
{% if gift.item.product.category.flagErotic %} ... {% endif %}
{% if gift.item.product.category.flagImportant %} ... {% endif %}
{% for category in gift.item.product.category.subcategories %}
{% endfor %}
{{ gift.item.product.category.pathIds }}
{{ gift.item.product.category.pathNames }}
{% if gift.item.product.category.subHeadline %}
{{ gift.item.product.category.subHeadline }}
{% endif %}
{% if gift.item.product.category.text %}
{{ gift.item.product.category.text }}
{% endif %}
{% if gift.item.product.category.parent %}
{% endif %}
{% if gift.item.product.category.image %}
{% endif %}
{% for category in gift.item.product.categories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{% for category in category.subcategories %}
{% endfor %}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{% endif %}
{% if category.image %}
{% endif %}
{% endfor %}
{% for category in gift.item.product.otherCategories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{% for category in category.subcategories %}
{% endfor %}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{% endif %}
{% if category.image %}
{% endif %}
{% endfor %}
{% for image in gift.item.product.imagesWithEnumValue %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in gift.item.product.currentImages %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in gift.item.product.imagesWithoutEnumValue %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in gift.item.product.otherImages %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in gift.item.product.images %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for label in gift.item.product.labels %}
{{ label.id }}
{{ label.name }}
{% if label.code %}
{{ label.code }}
{% endif %}
{% if label.colorCode %}
{{ label.colorCode }}
{% endif %}
{% if label.image %}
{% endif %}
{% endfor %}
{% for productEnumValue in gift.item.product.enumValues %}
{{ productEnumValue.id }}
{{ productEnumValue.name }}
{% if productEnumValue.selected %} ... {% endif %}
{% for variant in productEnumValue.variants %}
{% endfor %}
{% if productEnumValue.text %}
{{ productEnumValue.text }}
{% endif %}
{% if productEnumValue.image %}
{% endif %}
{% if productEnumValue.variantImage %}
{% endif %}
{% endfor %}
{% for product in gift.item.product.packTemplateProducts %}
{{ product.id }}
{{ product.name }}
{{ product.trackingId }}
{{ product.dateCreated|date('d. m. Y H:i') }}
{% if product.active %} ... {% endif %}
{% if product.compared %} ... {% endif %}
{% if product.differentVariantPrices %} ... {% endif %}
{% if product.flagNew %} ... {% endif %}
{% if product.flagSecondHand %} ... {% endif %}
{% if product.flagSellout %} ... {% endif %}
{% if product.soldSeparately %} ... {% endif %}
{% for attributeInstance in product.attributes %}
{% endfor %}
{% for availableUpsellGroup in product.availableUpsellGroups %}
{% endfor %}
{% for category in product.categories %}
{% endfor %}
{% for category in product.otherCategories %}
{% endfor %}
{% for image in product.imagesWithEnumValue %}
{% endfor %}
{% for image in product.currentImages %}
{% endfor %}
{% for image in product.imagesWithoutEnumValue %}
{% endfor %}
{% for image in product.otherImages %}
{% endfor %}
{% for image in product.images %}
{% endfor %}
{% for label in product.labels %}
{% endfor %}
{% for productEnumValue in product.enumValues %}
{% endfor %}
{% for upsell in product.availableUpsells %}
{% endfor %}
{% for variantChoiceStep in product.variantChoiceSteps %}
{% endfor %}
{% for variant in product.currentVariants %}
{% endfor %}
{% for variant in product.variants %}
{% endfor %}
{% for variant in product.variantsWithEnumValueIds %}
{% endfor %}
{% for video in product.videos %}
{% endfor %}
{% if product.currentSubName %}
{{ product.currentSubName }}
{% endif %}
{% if product.nameSuffix %}
{{ product.nameSuffix }}
{% endif %}
{% if product.nameSupplier %}
{{ product.nameSupplier }}
{% endif %}
{% if product.text %}
{{ product.text }}
{% endif %}
{% if product.attribute %}
{% endif %}
{% if product.brand %}
{% endif %}
{% if product.imageForEnumValueId %}
{% endif %}
{% if product.image %}
{% endif %}
{% if product.successor %}
{% endif %}
{% if product.seo %}
{% endif %}
{% if product.supplier %}
{% endif %}
{% if product.unit %}
{% endif %}
{% if product.variant %}
{% endif %}
{% if product.warranty %}
{% endif %}
{% endfor %}
{{ gift.item.product.rating.count }}
{% if gift.item.product.rating.voted %} ... {% endif %}
{% if gift.item.product.rating.average %}
{{ gift.item.product.rating.average }}
{% endif %}
{% for upsell in gift.item.product.availableUpsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{% endif %}
{% if upsell.unit %}
{% endif %}
{% endfor %}
{{ gift.item.product.url }}
{{ gift.item.product.url.absolute }}
{{ gift.item.product.url.path }}
{% for variantChoiceStep in gift.item.product.variantChoiceSteps %}
{{ variantChoiceStep.headline }}
{{ variantChoiceStep.inputName }}
{{ variantChoiceStep.mode }}
{% for variantChoice in variantChoiceStep.choices %}
{% endfor %}
{% if variantChoiceStep.description %}
{{ variantChoiceStep.description }}
{% endif %}
{% if variantChoiceStep.infoDescription %}
{{ variantChoiceStep.infoDescription }}
{% endif %}
{% if variantChoiceStep.messageEmpty %}
{{ variantChoiceStep.messageEmpty }}
{% endif %}
{% if variantChoiceStep.placeholder %}
{{ variantChoiceStep.placeholder }}
{% endif %}
{% if variantChoiceStep.icon %}
{% endif %}
{% if variantChoiceStep.infoIcon %}
{% endif %}
{% if variantChoiceStep.info %}
{% endif %}
{% if variantChoiceStep.selectedChoice %}
{% endif %}
{% endfor %}
{% for variant in gift.item.product.currentVariants %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{% endfor %}
{% for image in variant.images %}
{% endfor %}
{% for upsell in variant.availableUpsells %}
{% endfor %}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{% endif %}
{% endfor %}
{% for variant in gift.item.product.variants %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{% endfor %}
{% for image in variant.images %}
{% endfor %}
{% for upsell in variant.availableUpsells %}
{% endfor %}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{% endif %}
{% endfor %}
{% for variant in gift.item.product.variantsWithEnumValueIds %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{% endfor %}
{% for image in variant.images %}
{% endfor %}
{% for upsell in variant.availableUpsells %}
{% endfor %}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{% endif %}
{% endfor %}
{{ gift.item.product.variantType.id }}
{{ gift.item.product.variantType.name }}
{% for video in gift.item.product.videos %}
{% if video.image %}
{% endif %}
{% endfor %}
{% if gift.item.product.currentSubName %}
{{ gift.item.product.currentSubName }}
{% endif %}
{% if gift.item.product.nameSuffix %}
{{ gift.item.product.nameSuffix }}
{% endif %}
{% if gift.item.product.nameSupplier %}
{{ gift.item.product.nameSupplier }}
{% endif %}
{% if gift.item.product.text %}
{{ gift.item.product.text }}
{% endif %}
{% if gift.item.product.attribute %}
{{ gift.item.product.attribute.name }}
{% for attributeValueInstance in gift.item.product.attribute.values %}
{% endfor %}
{% if gift.item.product.attribute.description %}
{{ gift.item.product.attribute.description }}
{% endif %}
{% if gift.item.product.attribute.image %}
{% endif %}
{% endif %}
{% if gift.item.product.brand %}
{{ gift.item.product.brand.id }}
{{ gift.item.product.brand.name }}
{% if gift.item.product.brand.flagImportant %} ... {% endif %}
{% if gift.item.product.brand.code %}
{{ gift.item.product.brand.code }}
{% endif %}
{% if gift.item.product.brand.web %}
{{ gift.item.product.brand.web }}
{% endif %}
{% if gift.item.product.brand.text %}
{{ gift.item.product.brand.text }}
{% endif %}
{% if gift.item.product.brand.image %}
{% endif %}
{% if gift.item.product.brand.seo %}
{% endif %}
{% endif %}
{% if gift.item.product.imageForEnumValueId %}
{{ gift.item.product.imageForEnumValueId.originalHeight }}
{{ gift.item.product.imageForEnumValueId.originalWidth }}
{{ gift.item.product.imageForEnumValueId.url }}
{% if gift.item.product.imageForEnumValueId.alt %}
{{ gift.item.product.imageForEnumValueId.alt }}
{% endif %}
{% if gift.item.product.imageForEnumValueId.text %}
{{ gift.item.product.imageForEnumValueId.text }}
{% endif %}
{% endif %}
{% if gift.item.product.image %}
{{ gift.item.product.image.originalHeight }}
{{ gift.item.product.image.originalWidth }}
{{ gift.item.product.image.url }}
{% if gift.item.product.image.alt %}
{{ gift.item.product.image.alt }}
{% endif %}
{% if gift.item.product.image.text %}
{{ gift.item.product.image.text }}
{% endif %}
{% endif %}
{% if gift.item.product.successor %}
{{ gift.item.product.successor.id }}
{{ gift.item.product.successor.name }}
{{ gift.item.product.successor.trackingId }}
{{ gift.item.product.successor.dateCreated|date('d. m. Y H:i') }}
{% if gift.item.product.successor.active %} ... {% endif %}
{% if gift.item.product.successor.compared %} ... {% endif %}
{% if gift.item.product.successor.differentVariantPrices %} ... {% endif %}
{% if gift.item.product.successor.flagNew %} ... {% endif %}
{% if gift.item.product.successor.flagSecondHand %} ... {% endif %}
{% if gift.item.product.successor.flagSellout %} ... {% endif %}
{% if gift.item.product.successor.soldSeparately %} ... {% endif %}
{% for attributeInstance in gift.item.product.successor.attributes %}
{% endfor %}
{% for availableUpsellGroup in gift.item.product.successor.availableUpsellGroups %}
{% endfor %}
{% for category in gift.item.product.successor.categories %}
{% endfor %}
{% for category in gift.item.product.successor.otherCategories %}
{% endfor %}
{% for image in gift.item.product.successor.imagesWithEnumValue %}
{% endfor %}
{% for image in gift.item.product.successor.currentImages %}
{% endfor %}
{% for image in gift.item.product.successor.imagesWithoutEnumValue %}
{% endfor %}
{% for image in gift.item.product.successor.otherImages %}
{% endfor %}
{% for image in gift.item.product.successor.images %}
{% endfor %}
{% for label in gift.item.product.successor.labels %}
{% endfor %}
{% for productEnumValue in gift.item.product.successor.enumValues %}
{% endfor %}
{% for product in gift.item.product.successor.packTemplateProducts %}
{% endfor %}
{% for upsell in gift.item.product.successor.availableUpsells %}
{% endfor %}
{% for variantChoiceStep in gift.item.product.successor.variantChoiceSteps %}
{% endfor %}
{% for variant in gift.item.product.successor.currentVariants %}
{% endfor %}
{% for variant in gift.item.product.successor.variants %}
{% endfor %}
{% for variant in gift.item.product.successor.variantsWithEnumValueIds %}
{% endfor %}
{% for video in gift.item.product.successor.videos %}
{% endfor %}
{% if gift.item.product.successor.currentSubName %}
{{ gift.item.product.successor.currentSubName }}
{% endif %}
{% if gift.item.product.successor.nameSuffix %}
{{ gift.item.product.successor.nameSuffix }}
{% endif %}
{% if gift.item.product.successor.nameSupplier %}
{{ gift.item.product.successor.nameSupplier }}
{% endif %}
{% if gift.item.product.successor.text %}
{{ gift.item.product.successor.text }}
{% endif %}
{% if gift.item.product.successor.attribute %}
{% endif %}
{% if gift.item.product.successor.brand %}
{% endif %}
{% if gift.item.product.successor.imageForEnumValueId %}
{% endif %}
{% if gift.item.product.successor.image %}
{% endif %}
{% if gift.item.product.successor.seo %}
{% endif %}
{% if gift.item.product.successor.supplier %}
{% endif %}
{% if gift.item.product.successor.unit %}
{% endif %}
{% if gift.item.product.successor.variant %}
{% endif %}
{% if gift.item.product.successor.warranty %}
{% endif %}
{% endif %}
{% if gift.item.product.seo %}
{% if gift.item.product.seo.description %}
{{ gift.item.product.seo.description }}
{% endif %}
{% if gift.item.product.seo.keywords %}
{{ gift.item.product.seo.keywords }}
{% endif %}
{% if gift.item.product.seo.title %}
{{ gift.item.product.seo.title }}
{% endif %}
{% endif %}
{% if gift.item.product.supplier %}
{{ gift.item.product.supplier.id }}
{{ gift.item.product.supplier.name }}
{% endif %}
{% if gift.item.product.unit %}
{{ gift.item.product.unit.name }}
{% endif %}
{% if gift.item.product.variant %}
{{ gift.item.product.variant.id }}
{{ gift.item.product.variant.name }}
{{ gift.item.product.variant.trackingId }}
{% if gift.item.product.variant.active %} ... {% endif %}
{% for availableUpsellGroup in gift.item.product.variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in gift.item.product.variant.enumValues %}
{% endfor %}
{% for image in gift.item.product.variant.images %}
{% endfor %}
{% for upsell in gift.item.product.variant.availableUpsells %}
{% endfor %}
{{ gift.item.product.variant.selected }}
{% if gift.item.product.variant.legacyRel %}
{{ gift.item.product.variant.legacyRel }}
{% endif %}
{% if gift.item.product.variant.image %}
{% endif %}
{% endif %}
{% if gift.item.product.warranty %}
{{ gift.item.product.warranty.months }}
{% endif %}
{% if gift.item.code %}
{{ gift.item.code }}
{% endif %}
{% if gift.item.freeDelivery %}
{{ gift.item.freeDelivery.name }}
{{ gift.item.freeDelivery.vatRate }}
{{ gift.item.freeDelivery.payment.code }}
{{ gift.item.freeDelivery.payment.name }}
{{ gift.item.freeDelivery.payment.url }}
{{ gift.item.freeDelivery.payment.vatRate }}
{% if gift.item.freeDelivery.payment.inAdvance %} ... {% endif %}
{% if gift.item.freeDelivery.payment.vs %}
{{ gift.item.freeDelivery.payment.vs }}
{% endif %}
{% if gift.item.freeDelivery.payment.text %}
{{ gift.item.freeDelivery.payment.text }}
{% endif %}
{% if gift.item.freeDelivery.payment.bankAccount %}
{% endif %}
{% if gift.item.freeDelivery.payment.image %}
{% endif %}
{{ gift.item.freeDelivery.transport.name }}
{{ gift.item.freeDelivery.transport.vatRate }}
{% if gift.item.freeDelivery.transport.pickup %} ... {% endif %}
{% if gift.item.freeDelivery.transport.text %}
{{ gift.item.freeDelivery.transport.text }}
{% endif %}
{% if gift.item.freeDelivery.transport.branch %}
{% endif %}
{% if gift.item.freeDelivery.transport.carrier %}
{% endif %}
{% if gift.item.freeDelivery.transport.deliveryDate %}
{% endif %}
{% if gift.item.freeDelivery.transport.packageType %}
{% endif %}
{% if gift.item.freeDelivery.transport.image %}
{% endif %}
{{ gift.item.freeDelivery.price.vatRate }}
{% if gift.item.freeDelivery.price.discountPercent %}
{{ gift.item.freeDelivery.price.discountPercent }}
{% endif %}
{% if gift.item.freeDelivery.price.beforeDiscount %}
{% endif %}
{% if gift.item.freeDelivery.price.discount %}
{% endif %}
{% endif %}
{% if gift.item.image %}
{{ gift.item.image.originalHeight }}
{{ gift.item.image.originalWidth }}
{{ gift.item.image.url }}
{% if gift.item.image.alt %}
{{ gift.item.image.alt }}
{% endif %}
{% if gift.item.image.text %}
{{ gift.item.image.text }}
{% endif %}
{% endif %}
{% if gift.item.price %}
{{ gift.item.price.vatRate }}
{{ gift.item.price.current.currency }}
{{ gift.item.price.current.formatted }}
{{ gift.item.price.current.value }}
{% if gift.item.price.discountPercent %}
{{ gift.item.price.discountPercent }}
{% endif %}
{% if gift.item.price.beforeDiscount %}
{{ gift.item.price.beforeDiscount.currency }}
{{ gift.item.price.beforeDiscount.formatted }}
{{ gift.item.price.beforeDiscount.value }}
{% endif %}
{% if gift.item.price.discount %}
{{ gift.item.price.discount.currency }}
{{ gift.item.price.discount.formatted }}
{{ gift.item.price.discount.value }}
{% endif %}
{% endif %}
{% if gift.item.url %}
{{ gift.item.url }}
{{ gift.item.url.absolute }}
{{ gift.item.url.path }}
{% endif %}
{% if gift.item.variant %}
{{ gift.item.variant.id }}
{{ gift.item.variant.name }}
{{ gift.item.variant.trackingId }}
{% if gift.item.variant.active %} ... {% endif %}
{% for availableUpsellGroup in gift.item.variant.availableUpsellGroups %}
{{ availableUpsellGroup.id }}
{{ availableUpsellGroup.name }}
{% if availableUpsellGroup.singleSelection %} ... {% endif %}
{% for upsell in availableUpsellGroup.upsells %}
{% endfor %}
{% if availableUpsellGroup.code %}
{{ availableUpsellGroup.code }}
{% endif %}
{% endfor %}
{% for enumValue in gift.item.variant.enumValues %}
{{ enumValue.id }}
{{ enumValue.name }}
{% if enumValue.text %}
{{ enumValue.text }}
{% endif %}
{% if enumValue.image %}
{% endif %}
{% endfor %}
{% for image in gift.item.variant.images %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{{ gift.item.variant.product.id }}
{{ gift.item.variant.product.name }}
{{ gift.item.variant.product.trackingId }}
{{ gift.item.variant.product.dateCreated|date('d. m. Y H:i') }}
{% if gift.item.variant.product.active %} ... {% endif %}
{% if gift.item.variant.product.compared %} ... {% endif %}
{% if gift.item.variant.product.differentVariantPrices %} ... {% endif %}
{% if gift.item.variant.product.flagNew %} ... {% endif %}
{% if gift.item.variant.product.flagSecondHand %} ... {% endif %}
{% if gift.item.variant.product.flagSellout %} ... {% endif %}
{% if gift.item.variant.product.soldSeparately %} ... {% endif %}
{% for attributeInstance in gift.item.variant.product.attributes %}
{% endfor %}
{% for availableUpsellGroup in gift.item.variant.product.availableUpsellGroups %}
{% endfor %}
{% for category in gift.item.variant.product.categories %}
{% endfor %}
{% for category in gift.item.variant.product.otherCategories %}
{% endfor %}
{% for image in gift.item.variant.product.imagesWithEnumValue %}
{% endfor %}
{% for image in gift.item.variant.product.currentImages %}
{% endfor %}
{% for image in gift.item.variant.product.imagesWithoutEnumValue %}
{% endfor %}
{% for image in gift.item.variant.product.otherImages %}
{% endfor %}
{% for image in gift.item.variant.product.images %}
{% endfor %}
{% for label in gift.item.variant.product.labels %}
{% endfor %}
{% for productEnumValue in gift.item.variant.product.enumValues %}
{% endfor %}
{% for product in gift.item.variant.product.packTemplateProducts %}
{% endfor %}
{% for upsell in gift.item.variant.product.availableUpsells %}
{% endfor %}
{% for variantChoiceStep in gift.item.variant.product.variantChoiceSteps %}
{% endfor %}
{% for variant in gift.item.variant.product.currentVariants %}
{% endfor %}
{% for variant in gift.item.variant.product.variants %}
{% endfor %}
{% for variant in gift.item.variant.product.variantsWithEnumValueIds %}
{% endfor %}
{% for video in gift.item.variant.product.videos %}
{% endfor %}
{% if gift.item.variant.product.currentSubName %}
{{ gift.item.variant.product.currentSubName }}
{% endif %}
{% if gift.item.variant.product.nameSuffix %}
{{ gift.item.variant.product.nameSuffix }}
{% endif %}
{% if gift.item.variant.product.nameSupplier %}
{{ gift.item.variant.product.nameSupplier }}
{% endif %}
{% if gift.item.variant.product.text %}
{{ gift.item.variant.product.text }}
{% endif %}
{% if gift.item.variant.product.attribute %}
{% endif %}
{% if gift.item.variant.product.brand %}
{% endif %}
{% if gift.item.variant.product.imageForEnumValueId %}
{% endif %}
{% if gift.item.variant.product.image %}
{% endif %}
{% if gift.item.variant.product.successor %}
{% endif %}
{% if gift.item.variant.product.seo %}
{% endif %}
{% if gift.item.variant.product.supplier %}
{% endif %}
{% if gift.item.variant.product.unit %}
{% endif %}
{% if gift.item.variant.product.warranty %}
{% endif %}
{% for upsell in gift.item.variant.availableUpsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{% endif %}
{% if upsell.unit %}
{% endif %}
{% endfor %}
{{ gift.item.variant.url }}
{{ gift.item.variant.url.absolute }}
{{ gift.item.variant.url.path }}
{{ gift.item.variant.selected }}
{% if gift.item.variant.legacyRel %}
{{ gift.item.variant.legacyRel }}
{% endif %}
{% if gift.item.variant.image %}
{{ gift.item.variant.image.originalHeight }}
{{ gift.item.variant.image.originalWidth }}
{{ gift.item.variant.image.url }}
{% if gift.item.variant.image.alt %}
{{ gift.item.variant.image.alt }}
{% endif %}
{% if gift.item.variant.image.text %}
{{ gift.item.variant.image.text }}
{% endif %}
{% endif %}
{% endif %}
{% if gift.image %}
{{ gift.image.originalHeight }}
{{ gift.image.originalWidth }}
{{ gift.image.url }}
{% if gift.image.alt %}
{{ gift.image.alt }}
{% endif %}
{% if gift.image.text %}
{{ gift.image.text }}
{% endif %}
{% endif %}
Image¶
Obrázky pokud možno nikdy nevypisujeme přes <img src=, ale vždy přes pomocný tag <i:img, který rovnou řeší retina displeje a responzivitu.
Pokud obrázek neexistuje, tak se zobrazí chybový dle nastavení v administraci - zda existuje lze zjistit atributem „exists“ a případně ho na webu vůbec nevypisovat. Pokud má objekt více obrázků (například galerie), tak budou vždy všechny existovat a kontrola není potřeba.
Název |
Typ |
Popis |
---|---|---|
originalHeight |
int |
Výška (px) originálu fotky |
originalWidth |
int |
Šířka (px) originálu fotky |
url |
string |
URL obrázku podle parametrů (pouze pro background-image!) |
alt |
string | null |
Popis obrázku nebo název související položky |
text |
string | null |
Popis obrázku |
Příklady:
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
Item¶
Název |
Typ |
Popis |
---|---|---|
id |
int |
Id |
name |
string |
Název |
digital |
bool |
Digitální položka? |
availability |
Dostupnost |
|
product |
Produkt |
|
code |
string | null |
Kód |
freeDelivery |
Delivery | null |
Je dodání zdarma? (a jaké) |
image |
Image | null |
Obrázek |
price |
Price | null |
|
url |
Url | null |
Url produktu/varianty |
variant |
Variant | null |
Varianta |
Příklady:
{{ item.id }}
{{ item.name }}
{% if item.digital %} ... {% endif %}
{{ item.availability.availableAmount }}
{{ item.availability.hours }}
{{ item.availability.totalAmount }}
{{ item.availability.text }}
{% if item.availability.inStock %} ... {% endif %}
{% for deliveryOption in item.availability.deliveryOptions %}
{{ deliveryOption.dateDelivered|date('d. m. Y H:i') }}
{{ deliveryOption.dateSent|date('d. m. Y H:i') }}
{{ deliveryOption.orderDeadline|date('d. m. Y H:i') }}
{{ deliveryOption.transport.name }}
{{ deliveryOption.transport.vatRate }}
{% if deliveryOption.transport.pickup %} ... {% endif %}
{% if deliveryOption.transport.text %}
{{ deliveryOption.transport.text }}
{% endif %}
{% if deliveryOption.transport.branch %}
{% endif %}
{% if deliveryOption.transport.carrier %}
{% endif %}
{% if deliveryOption.transport.deliveryDate %}
{% endif %}
{% if deliveryOption.transport.packageType %}
{% endif %}
{% if deliveryOption.transport.image %}
{% endif %}
{% if deliveryOption.timeDelivered %}
{{ deliveryOption.timeDelivered }}
{% endif %}
{% endfor %}
{% if item.availability.dateExpected %}
{{ item.availability.dateExpected|date('d. m. Y H:i') }}
{% endif %}
{% if item.availability.deliveryOption %}
{{ item.availability.deliveryOption.dateDelivered|date('d. m. Y H:i') }}
{{ item.availability.deliveryOption.dateSent|date('d. m. Y H:i') }}
{{ item.availability.deliveryOption.orderDeadline|date('d. m. Y H:i') }}
{{ item.availability.deliveryOption.transport.name }}
{{ item.availability.deliveryOption.transport.vatRate }}
{% if item.availability.deliveryOption.transport.pickup %} ... {% endif %}
{% if item.availability.deliveryOption.transport.text %}
{{ item.availability.deliveryOption.transport.text }}
{% endif %}
{% if item.availability.deliveryOption.transport.branch %}
{% endif %}
{% if item.availability.deliveryOption.transport.carrier %}
{% endif %}
{% if item.availability.deliveryOption.transport.deliveryDate %}
{% endif %}
{% if item.availability.deliveryOption.transport.packageType %}
{% endif %}
{% if item.availability.deliveryOption.transport.image %}
{% endif %}
{% if item.availability.deliveryOption.timeDelivered %}
{{ item.availability.deliveryOption.timeDelivered }}
{% endif %}
{% endif %}
{{ item.product.id }}
{{ item.product.name }}
{{ item.product.trackingId }}
{{ item.product.dateCreated|date('d. m. Y H:i') }}
{% if item.product.active %} ... {% endif %}
{% if item.product.compared %} ... {% endif %}
{% if item.product.differentVariantPrices %} ... {% endif %}
{% if item.product.flagNew %} ... {% endif %}
{% if item.product.flagSecondHand %} ... {% endif %}
{% if item.product.flagSellout %} ... {% endif %}
{% if item.product.soldSeparately %} ... {% endif %}
{% for attributeInstance in item.product.attributes %}
{{ attributeInstance.name }}
{% for attributeValueInstance in attributeInstance.values %}
{{ attributeValueInstance.values }}
{{ attributeValueInstance.nameHtml }}
{% if attributeValueInstance.colorCode %}
{{ attributeValueInstance.colorCode }}
{% endif %}
{% if attributeValueInstance.text %}
{{ attributeValueInstance.text }}
{% endif %}
{% if attributeValueInstance.unit %}
{{ attributeValueInstance.unit }}
{% endif %}
{% if attributeValueInstance.image %}
{% endif %}
{% if attributeValueInstance.name %}
{{ attributeValueInstance.name }}
{% endif %}
{% endfor %}
{% if attributeInstance.description %}
{{ attributeInstance.description }}
{% endif %}
{% if attributeInstance.image %}
{{ attributeInstance.image.originalHeight }}
{{ attributeInstance.image.originalWidth }}
{{ attributeInstance.image.url }}
{% if attributeInstance.image.alt %}
{{ attributeInstance.image.alt }}
{% endif %}
{% if attributeInstance.image.text %}
{{ attributeInstance.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% for availableUpsellGroup in item.product.availableUpsellGroups %}
{{ availableUpsellGroup.id }}
{{ availableUpsellGroup.name }}
{% if availableUpsellGroup.singleSelection %} ... {% endif %}
{% for upsell in availableUpsellGroup.upsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{% endif %}
{% if upsell.unit %}
{% endif %}
{% endfor %}
{% if availableUpsellGroup.code %}
{{ availableUpsellGroup.code }}
{% endif %}
{% endfor %}
{{ item.product.category.id }}
{{ item.product.category.productCount }}
{{ item.product.category.productInStockCount }}
{{ item.product.category.totalStockQuantity }}
{{ item.product.category.headline }}
{{ item.product.category.menuName }}
{{ item.product.category.name }}
{% if item.product.category.flagErotic %} ... {% endif %}
{% if item.product.category.flagImportant %} ... {% endif %}
{% for category in item.product.category.subcategories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{% endif %}
{% if category.image %}
{% endif %}
{% endfor %}
{{ item.product.category.url }}
{{ item.product.category.url.absolute }}
{{ item.product.category.url.path }}
{{ item.product.category.variantType.id }}
{{ item.product.category.variantType.name }}
{{ item.product.category.pathIds }}
{{ item.product.category.pathNames }}
{% if item.product.category.subHeadline %}
{{ item.product.category.subHeadline }}
{% endif %}
{% if item.product.category.text %}
{{ item.product.category.text }}
{% endif %}
{% if item.product.category.parent %}
{{ item.product.category.parent.id }}
{{ item.product.category.parent.productCount }}
{{ item.product.category.parent.productInStockCount }}
{{ item.product.category.parent.totalStockQuantity }}
{{ item.product.category.parent.headline }}
{{ item.product.category.parent.menuName }}
{{ item.product.category.parent.name }}
{% if item.product.category.parent.flagErotic %} ... {% endif %}
{% if item.product.category.parent.flagImportant %} ... {% endif %}
{% for category in item.product.category.parent.subcategories %}
{% endfor %}
{{ item.product.category.parent.pathIds }}
{{ item.product.category.parent.pathNames }}
{% if item.product.category.parent.subHeadline %}
{{ item.product.category.parent.subHeadline }}
{% endif %}
{% if item.product.category.parent.text %}
{{ item.product.category.parent.text }}
{% endif %}
{% if item.product.category.parent.image %}
{% endif %}
{% endif %}
{% if item.product.category.image %}
{{ item.product.category.image.originalHeight }}
{{ item.product.category.image.originalWidth }}
{{ item.product.category.image.url }}
{% if item.product.category.image.alt %}
{{ item.product.category.image.alt }}
{% endif %}
{% if item.product.category.image.text %}
{{ item.product.category.image.text }}
{% endif %}
{% endif %}
{% for category in item.product.categories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{% for category in category.subcategories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{% endif %}
{% if category.image %}
{% endif %}
{% endfor %}
{{ category.url }}
{{ category.url.absolute }}
{{ category.url.path }}
{{ category.variantType.id }}
{{ category.variantType.name }}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{{ category.parent.id }}
{{ category.parent.productCount }}
{{ category.parent.productInStockCount }}
{{ category.parent.totalStockQuantity }}
{{ category.parent.headline }}
{{ category.parent.menuName }}
{{ category.parent.name }}
{% if category.parent.flagErotic %} ... {% endif %}
{% if category.parent.flagImportant %} ... {% endif %}
{% for category in category.parent.subcategories %}
{% endfor %}
{{ category.parent.pathIds }}
{{ category.parent.pathNames }}
{% if category.parent.subHeadline %}
{{ category.parent.subHeadline }}
{% endif %}
{% if category.parent.text %}
{{ category.parent.text }}
{% endif %}
{% if category.parent.image %}
{% endif %}
{% endif %}
{% if category.image %}
{{ category.image.originalHeight }}
{{ category.image.originalWidth }}
{{ category.image.url }}
{% if category.image.alt %}
{{ category.image.alt }}
{% endif %}
{% if category.image.text %}
{{ category.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% for category in item.product.otherCategories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{% for category in category.subcategories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{% endif %}
{% if category.image %}
{% endif %}
{% endfor %}
{{ category.url }}
{{ category.url.absolute }}
{{ category.url.path }}
{{ category.variantType.id }}
{{ category.variantType.name }}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{{ category.parent.id }}
{{ category.parent.productCount }}
{{ category.parent.productInStockCount }}
{{ category.parent.totalStockQuantity }}
{{ category.parent.headline }}
{{ category.parent.menuName }}
{{ category.parent.name }}
{% if category.parent.flagErotic %} ... {% endif %}
{% if category.parent.flagImportant %} ... {% endif %}
{% for category in category.parent.subcategories %}
{% endfor %}
{{ category.parent.pathIds }}
{{ category.parent.pathNames }}
{% if category.parent.subHeadline %}
{{ category.parent.subHeadline }}
{% endif %}
{% if category.parent.text %}
{{ category.parent.text }}
{% endif %}
{% if category.parent.image %}
{% endif %}
{% endif %}
{% if category.image %}
{{ category.image.originalHeight }}
{{ category.image.originalWidth }}
{{ category.image.url }}
{% if category.image.alt %}
{{ category.image.alt }}
{% endif %}
{% if category.image.text %}
{{ category.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% for image in item.product.imagesWithEnumValue %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in item.product.currentImages %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in item.product.imagesWithoutEnumValue %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in item.product.otherImages %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in item.product.images %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{{ item.product.item.id }}
{{ item.product.item.name }}
{% if item.product.item.digital %} ... {% endif %}
{{ item.product.item.availability.availableAmount }}
{{ item.product.item.availability.hours }}
{{ item.product.item.availability.totalAmount }}
{{ item.product.item.availability.text }}
{% if item.product.item.availability.inStock %} ... {% endif %}
{% for deliveryOption in item.product.item.availability.deliveryOptions %}
{% endfor %}
{% if item.product.item.availability.dateExpected %}
{{ item.product.item.availability.dateExpected|date('d. m. Y H:i') }}
{% endif %}
{% if item.product.item.availability.deliveryOption %}
{% endif %}
{% if item.product.item.code %}
{{ item.product.item.code }}
{% endif %}
{% if item.product.item.freeDelivery %}
{{ item.product.item.freeDelivery.name }}
{{ item.product.item.freeDelivery.vatRate }}
{% endif %}
{% if item.product.item.image %}
{{ item.product.item.image.originalHeight }}
{{ item.product.item.image.originalWidth }}
{{ item.product.item.image.url }}
{% if item.product.item.image.alt %}
{{ item.product.item.image.alt }}
{% endif %}
{% if item.product.item.image.text %}
{{ item.product.item.image.text }}
{% endif %}
{% endif %}
{% if item.product.item.price %}
{{ item.product.item.price.vatRate }}
{% if item.product.item.price.discountPercent %}
{{ item.product.item.price.discountPercent }}
{% endif %}
{% if item.product.item.price.beforeDiscount %}
{% endif %}
{% if item.product.item.price.discount %}
{% endif %}
{% endif %}
{% if item.product.item.url %}
{{ item.product.item.url }}
{{ item.product.item.url.absolute }}
{{ item.product.item.url.path }}
{% endif %}
{% if item.product.item.variant %}
{{ item.product.item.variant.id }}
{{ item.product.item.variant.name }}
{{ item.product.item.variant.trackingId }}
{% if item.product.item.variant.active %} ... {% endif %}
{% for availableUpsellGroup in item.product.item.variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in item.product.item.variant.enumValues %}
{% endfor %}
{% for image in item.product.item.variant.images %}
{% endfor %}
{% for upsell in item.product.item.variant.availableUpsells %}
{% endfor %}
{{ item.product.item.variant.selected }}
{% if item.product.item.variant.legacyRel %}
{{ item.product.item.variant.legacyRel }}
{% endif %}
{% if item.product.item.variant.image %}
{% endif %}
{% endif %}
{% for label in item.product.labels %}
{{ label.id }}
{{ label.name }}
{% if label.code %}
{{ label.code }}
{% endif %}
{% if label.colorCode %}
{{ label.colorCode }}
{% endif %}
{% if label.image %}
{{ label.image.originalHeight }}
{{ label.image.originalWidth }}
{{ label.image.url }}
{% if label.image.alt %}
{{ label.image.alt }}
{% endif %}
{% if label.image.text %}
{{ label.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% for productEnumValue in item.product.enumValues %}
{{ productEnumValue.id }}
{{ productEnumValue.name }}
{% if productEnumValue.selected %} ... {% endif %}
{{ productEnumValue.enum.id }}
{{ productEnumValue.enum.name }}
{% for enumValue in productEnumValue.enum.values %}
{% endfor %}
{% if productEnumValue.enum.text %}
{{ productEnumValue.enum.text }}
{% endif %}
{% if productEnumValue.enum.meaning %}
{% endif %}
{{ productEnumValue.url }}
{{ productEnumValue.url.absolute }}
{{ productEnumValue.url.path }}
{% for variant in productEnumValue.variants %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{% endfor %}
{% for image in variant.images %}
{% endfor %}
{% for upsell in variant.availableUpsells %}
{% endfor %}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{% endif %}
{% endfor %}
{% if productEnumValue.text %}
{{ productEnumValue.text }}
{% endif %}
{% if productEnumValue.image %}
{{ productEnumValue.image.originalHeight }}
{{ productEnumValue.image.originalWidth }}
{{ productEnumValue.image.url }}
{% if productEnumValue.image.alt %}
{{ productEnumValue.image.alt }}
{% endif %}
{% if productEnumValue.image.text %}
{{ productEnumValue.image.text }}
{% endif %}
{% endif %}
{% if productEnumValue.variantImage %}
{{ productEnumValue.variantImage.originalHeight }}
{{ productEnumValue.variantImage.originalWidth }}
{{ productEnumValue.variantImage.url }}
{% if productEnumValue.variantImage.alt %}
{{ productEnumValue.variantImage.alt }}
{% endif %}
{% if productEnumValue.variantImage.text %}
{{ productEnumValue.variantImage.text }}
{% endif %}
{% endif %}
{% endfor %}
{% for product in item.product.packTemplateProducts %}
{{ product.id }}
{{ product.name }}
{{ product.trackingId }}
{{ product.dateCreated|date('d. m. Y H:i') }}
{% if product.active %} ... {% endif %}
{% if product.compared %} ... {% endif %}
{% if product.differentVariantPrices %} ... {% endif %}
{% if product.flagNew %} ... {% endif %}
{% if product.flagSecondHand %} ... {% endif %}
{% if product.flagSellout %} ... {% endif %}
{% if product.soldSeparately %} ... {% endif %}
{% for attributeInstance in product.attributes %}
{{ attributeInstance.name }}
{% for attributeValueInstance in attributeInstance.values %}
{% endfor %}
{% if attributeInstance.description %}
{{ attributeInstance.description }}
{% endif %}
{% if attributeInstance.image %}
{% endif %}
{% endfor %}
{% for availableUpsellGroup in product.availableUpsellGroups %}
{{ availableUpsellGroup.id }}
{{ availableUpsellGroup.name }}
{% if availableUpsellGroup.singleSelection %} ... {% endif %}
{% for upsell in availableUpsellGroup.upsells %}
{% endfor %}
{% if availableUpsellGroup.code %}
{{ availableUpsellGroup.code }}
{% endif %}
{% endfor %}
{{ product.category.id }}
{{ product.category.productCount }}
{{ product.category.productInStockCount }}
{{ product.category.totalStockQuantity }}
{{ product.category.headline }}
{{ product.category.menuName }}
{{ product.category.name }}
{% if product.category.flagErotic %} ... {% endif %}
{% if product.category.flagImportant %} ... {% endif %}
{% for category in product.category.subcategories %}
{% endfor %}
{{ product.category.pathIds }}
{{ product.category.pathNames }}
{% if product.category.subHeadline %}
{{ product.category.subHeadline }}
{% endif %}
{% if product.category.text %}
{{ product.category.text }}
{% endif %}
{% if product.category.parent %}
{% endif %}
{% if product.category.image %}
{% endif %}
{% for category in product.categories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{% for category in category.subcategories %}
{% endfor %}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{% endif %}
{% if category.image %}
{% endif %}
{% endfor %}
{% for category in product.otherCategories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{% for category in category.subcategories %}
{% endfor %}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{% endif %}
{% if category.image %}
{% endif %}
{% endfor %}
{% for image in product.imagesWithEnumValue %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in product.currentImages %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in product.imagesWithoutEnumValue %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in product.otherImages %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in product.images %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{{ product.item.id }}
{{ product.item.name }}
{% if product.item.digital %} ... {% endif %}
{% if product.item.code %}
{{ product.item.code }}
{% endif %}
{% if product.item.freeDelivery %}
{% endif %}
{% if product.item.image %}
{% endif %}
{% if product.item.price %}
{% endif %}
{% if product.item.url %}
{% endif %}
{% if product.item.variant %}
{% endif %}
{% for label in product.labels %}
{{ label.id }}
{{ label.name }}
{% if label.code %}
{{ label.code }}
{% endif %}
{% if label.colorCode %}
{{ label.colorCode }}
{% endif %}
{% if label.image %}
{% endif %}
{% endfor %}
{% for productEnumValue in product.enumValues %}
{{ productEnumValue.id }}
{{ productEnumValue.name }}
{% if productEnumValue.selected %} ... {% endif %}
{% for variant in productEnumValue.variants %}
{% endfor %}
{% if productEnumValue.text %}
{{ productEnumValue.text }}
{% endif %}
{% if productEnumValue.image %}
{% endif %}
{% if productEnumValue.variantImage %}
{% endif %}
{% endfor %}
{{ product.rating.count }}
{% if product.rating.voted %} ... {% endif %}
{% if product.rating.average %}
{{ product.rating.average }}
{% endif %}
{% for upsell in product.availableUpsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{% endif %}
{% if upsell.unit %}
{% endif %}
{% endfor %}
{{ product.url }}
{{ product.url.absolute }}
{{ product.url.path }}
{% for variantChoiceStep in product.variantChoiceSteps %}
{{ variantChoiceStep.headline }}
{{ variantChoiceStep.inputName }}
{{ variantChoiceStep.mode }}
{% for variantChoice in variantChoiceStep.choices %}
{% endfor %}
{% if variantChoiceStep.description %}
{{ variantChoiceStep.description }}
{% endif %}
{% if variantChoiceStep.infoDescription %}
{{ variantChoiceStep.infoDescription }}
{% endif %}
{% if variantChoiceStep.messageEmpty %}
{{ variantChoiceStep.messageEmpty }}
{% endif %}
{% if variantChoiceStep.placeholder %}
{{ variantChoiceStep.placeholder }}
{% endif %}
{% if variantChoiceStep.icon %}
{% endif %}
{% if variantChoiceStep.infoIcon %}
{% endif %}
{% if variantChoiceStep.info %}
{% endif %}
{% if variantChoiceStep.selectedChoice %}
{% endif %}
{% endfor %}
{% for variant in product.currentVariants %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{% endfor %}
{% for image in variant.images %}
{% endfor %}
{% for upsell in variant.availableUpsells %}
{% endfor %}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{% endif %}
{% endfor %}
{% for variant in product.variants %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{% endfor %}
{% for image in variant.images %}
{% endfor %}
{% for upsell in variant.availableUpsells %}
{% endfor %}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{% endif %}
{% endfor %}
{% for variant in product.variantsWithEnumValueIds %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{% endfor %}
{% for image in variant.images %}
{% endfor %}
{% for upsell in variant.availableUpsells %}
{% endfor %}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{% endif %}
{% endfor %}
{{ product.variantType.id }}
{{ product.variantType.name }}
{% for video in product.videos %}
{% if video.image %}
{% endif %}
{% endfor %}
{% if product.currentSubName %}
{{ product.currentSubName }}
{% endif %}
{% if product.nameSuffix %}
{{ product.nameSuffix }}
{% endif %}
{% if product.nameSupplier %}
{{ product.nameSupplier }}
{% endif %}
{% if product.text %}
{{ product.text }}
{% endif %}
{% if product.attribute %}
{{ product.attribute.name }}
{% for attributeValueInstance in product.attribute.values %}
{% endfor %}
{% if product.attribute.description %}
{{ product.attribute.description }}
{% endif %}
{% if product.attribute.image %}
{% endif %}
{% endif %}
{% if product.brand %}
{{ product.brand.id }}
{{ product.brand.name }}
{% if product.brand.flagImportant %} ... {% endif %}
{% if product.brand.code %}
{{ product.brand.code }}
{% endif %}
{% if product.brand.web %}
{{ product.brand.web }}
{% endif %}
{% if product.brand.text %}
{{ product.brand.text }}
{% endif %}
{% if product.brand.image %}
{% endif %}
{% if product.brand.seo %}
{% endif %}
{% endif %}
{% if product.imageForEnumValueId %}
{{ product.imageForEnumValueId.originalHeight }}
{{ product.imageForEnumValueId.originalWidth }}
{{ product.imageForEnumValueId.url }}
{% if product.imageForEnumValueId.alt %}
{{ product.imageForEnumValueId.alt }}
{% endif %}
{% if product.imageForEnumValueId.text %}
{{ product.imageForEnumValueId.text }}
{% endif %}
{% endif %}
{% if product.image %}
{{ product.image.originalHeight }}
{{ product.image.originalWidth }}
{{ product.image.url }}
{% if product.image.alt %}
{{ product.image.alt }}
{% endif %}
{% if product.image.text %}
{{ product.image.text }}
{% endif %}
{% endif %}
{% if product.successor %}
{{ product.successor.id }}
{{ product.successor.name }}
{{ product.successor.trackingId }}
{{ product.successor.dateCreated|date('d. m. Y H:i') }}
{% if product.successor.active %} ... {% endif %}
{% if product.successor.compared %} ... {% endif %}
{% if product.successor.differentVariantPrices %} ... {% endif %}
{% if product.successor.flagNew %} ... {% endif %}
{% if product.successor.flagSecondHand %} ... {% endif %}
{% if product.successor.flagSellout %} ... {% endif %}
{% if product.successor.soldSeparately %} ... {% endif %}
{% for attributeInstance in product.successor.attributes %}
{% endfor %}
{% for availableUpsellGroup in product.successor.availableUpsellGroups %}
{% endfor %}
{% for category in product.successor.categories %}
{% endfor %}
{% for category in product.successor.otherCategories %}
{% endfor %}
{% for image in product.successor.imagesWithEnumValue %}
{% endfor %}
{% for image in product.successor.currentImages %}
{% endfor %}
{% for image in product.successor.imagesWithoutEnumValue %}
{% endfor %}
{% for image in product.successor.otherImages %}
{% endfor %}
{% for image in product.successor.images %}
{% endfor %}
{% for label in product.successor.labels %}
{% endfor %}
{% for productEnumValue in product.successor.enumValues %}
{% endfor %}
{% for upsell in product.successor.availableUpsells %}
{% endfor %}
{% for variantChoiceStep in product.successor.variantChoiceSteps %}
{% endfor %}
{% for variant in product.successor.currentVariants %}
{% endfor %}
{% for variant in product.successor.variants %}
{% endfor %}
{% for variant in product.successor.variantsWithEnumValueIds %}
{% endfor %}
{% for video in product.successor.videos %}
{% endfor %}
{% if product.successor.currentSubName %}
{{ product.successor.currentSubName }}
{% endif %}
{% if product.successor.nameSuffix %}
{{ product.successor.nameSuffix }}
{% endif %}
{% if product.successor.nameSupplier %}
{{ product.successor.nameSupplier }}
{% endif %}
{% if product.successor.text %}
{{ product.successor.text }}
{% endif %}
{% if product.successor.attribute %}
{% endif %}
{% if product.successor.brand %}
{% endif %}
{% if product.successor.imageForEnumValueId %}
{% endif %}
{% if product.successor.image %}
{% endif %}
{% if product.successor.seo %}
{% endif %}
{% if product.successor.supplier %}
{% endif %}
{% if product.successor.unit %}
{% endif %}
{% if product.successor.variant %}
{% endif %}
{% if product.successor.warranty %}
{% endif %}
{% endif %}
{% if product.seo %}
{% if product.seo.description %}
{{ product.seo.description }}
{% endif %}
{% if product.seo.keywords %}
{{ product.seo.keywords }}
{% endif %}
{% if product.seo.title %}
{{ product.seo.title }}
{% endif %}
{% endif %}
{% if product.supplier %}
{{ product.supplier.id }}
{{ product.supplier.name }}
{% endif %}
{% if product.unit %}
{{ product.unit.name }}
{% endif %}
{% if product.variant %}
{{ product.variant.id }}
{{ product.variant.name }}
{{ product.variant.trackingId }}
{% if product.variant.active %} ... {% endif %}
{% for availableUpsellGroup in product.variant.availableUpsellGroups %}
{% endfor %}
{% for enumValue in product.variant.enumValues %}
{% endfor %}
{% for image in product.variant.images %}
{% endfor %}
{% for upsell in product.variant.availableUpsells %}
{% endfor %}
{{ product.variant.selected }}
{% if product.variant.legacyRel %}
{{ product.variant.legacyRel }}
{% endif %}
{% if product.variant.image %}
{% endif %}
{% endif %}
{% if product.warranty %}
{{ product.warranty.months }}
{% endif %}
{% endfor %}
{{ item.product.rating.count }}
{% if item.product.rating.voted %} ... {% endif %}
{% if item.product.rating.average %}
{{ item.product.rating.average }}
{% endif %}
{% for upsell in item.product.availableUpsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{{ upsell.category.id }}
{{ upsell.category.productCount }}
{{ upsell.category.productInStockCount }}
{{ upsell.category.totalStockQuantity }}
{{ upsell.category.headline }}
{{ upsell.category.menuName }}
{{ upsell.category.name }}
{% if upsell.category.flagErotic %} ... {% endif %}
{% if upsell.category.flagImportant %} ... {% endif %}
{% for category in upsell.category.subcategories %}
{% endfor %}
{{ upsell.category.pathIds }}
{{ upsell.category.pathNames }}
{% if upsell.category.subHeadline %}
{{ upsell.category.subHeadline }}
{% endif %}
{% if upsell.category.text %}
{{ upsell.category.text }}
{% endif %}
{% if upsell.category.parent %}
{% endif %}
{% if upsell.category.image %}
{% endif %}
{{ upsell.price.vatRate }}
{% if upsell.price.discountPercent %}
{{ upsell.price.discountPercent }}
{% endif %}
{% if upsell.price.beforeDiscount %}
{% endif %}
{% if upsell.price.discount %}
{% endif %}
{{ upsell.group.id }}
{{ upsell.group.name }}
{% if upsell.group.singleSelection %} ... {% endif %}
{% if upsell.group.code %}
{{ upsell.group.code }}
{% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{{ upsell.image.originalHeight }}
{{ upsell.image.originalWidth }}
{{ upsell.image.url }}
{% if upsell.image.alt %}
{{ upsell.image.alt }}
{% endif %}
{% if upsell.image.text %}
{{ upsell.image.text }}
{% endif %}
{% endif %}
{% if upsell.unit %}
{{ upsell.unit.name }}
{% endif %}
{% endfor %}
{{ item.product.url }}
{{ item.product.url.absolute }}
{{ item.product.url.path }}
{% for variantChoiceStep in item.product.variantChoiceSteps %}
{{ variantChoiceStep.headline }}
{{ variantChoiceStep.inputName }}
{{ variantChoiceStep.mode }}
{% for variantChoice in variantChoiceStep.choices %}
{{ variantChoice.inputValue }}
{{ variantChoice.name }}
{% if variantChoice.selected %} ... {% endif %}
{% if variantChoice.color %}
{{ variantChoice.color }}
{% endif %}
{% if variantChoice.description %}
{{ variantChoice.description }}
{% endif %}
{% if variantChoice.availability %}
{% endif %}
{% if variantChoice.icon %}
{% endif %}
{% if variantChoice.image %}
{% endif %}
{% endfor %}
{% if variantChoiceStep.description %}
{{ variantChoiceStep.description }}
{% endif %}
{% if variantChoiceStep.infoDescription %}
{{ variantChoiceStep.infoDescription }}
{% endif %}
{% if variantChoiceStep.messageEmpty %}
{{ variantChoiceStep.messageEmpty }}
{% endif %}
{% if variantChoiceStep.placeholder %}
{{ variantChoiceStep.placeholder }}
{% endif %}
{% if variantChoiceStep.icon %}
{{ variantChoiceStep.icon.originalHeight }}
{{ variantChoiceStep.icon.originalWidth }}
{{ variantChoiceStep.icon.url }}
{% if variantChoiceStep.icon.alt %}
{{ variantChoiceStep.icon.alt }}
{% endif %}
{% if variantChoiceStep.icon.text %}
{{ variantChoiceStep.icon.text }}
{% endif %}
{% endif %}
{% if variantChoiceStep.infoIcon %}
{{ variantChoiceStep.infoIcon.originalHeight }}
{{ variantChoiceStep.infoIcon.originalWidth }}
{{ variantChoiceStep.infoIcon.url }}
{% if variantChoiceStep.infoIcon.alt %}
{{ variantChoiceStep.infoIcon.alt }}
{% endif %}
{% if variantChoiceStep.infoIcon.text %}
{{ variantChoiceStep.infoIcon.text }}
{% endif %}
{% endif %}
{% if variantChoiceStep.info %}
{{ variantChoiceStep.info.id }}
{{ variantChoiceStep.info.name }}
{% for textPage in variantChoiceStep.info.subPages %}
{% endfor %}
{% if variantChoiceStep.info.text %}
{{ variantChoiceStep.info.text }}
{% endif %}
{% if variantChoiceStep.info.image %}
{% endif %}
{% endif %}
{% if variantChoiceStep.selectedChoice %}
{{ variantChoiceStep.selectedChoice.inputValue }}
{{ variantChoiceStep.selectedChoice.name }}
{% if variantChoiceStep.selectedChoice.selected %} ... {% endif %}
{% if variantChoiceStep.selectedChoice.color %}
{{ variantChoiceStep.selectedChoice.color }}
{% endif %}
{% if variantChoiceStep.selectedChoice.description %}
{{ variantChoiceStep.selectedChoice.description }}
{% endif %}
{% if variantChoiceStep.selectedChoice.availability %}
{% endif %}
{% if variantChoiceStep.selectedChoice.icon %}
{% endif %}
{% if variantChoiceStep.selectedChoice.image %}
{% endif %}
{% endif %}
{% endfor %}
{% for variant in item.product.currentVariants %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{{ availableUpsellGroup.id }}
{{ availableUpsellGroup.name }}
{% if availableUpsellGroup.singleSelection %} ... {% endif %}
{% for upsell in availableUpsellGroup.upsells %}
{% endfor %}
{% if availableUpsellGroup.code %}
{{ availableUpsellGroup.code }}
{% endif %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{{ enumValue.id }}
{{ enumValue.name }}
{% if enumValue.text %}
{{ enumValue.text }}
{% endif %}
{% if enumValue.image %}
{% endif %}
{% endfor %}
{% for image in variant.images %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{{ variant.item.id }}
{{ variant.item.name }}
{% if variant.item.digital %} ... {% endif %}
{% if variant.item.code %}
{{ variant.item.code }}
{% endif %}
{% if variant.item.freeDelivery %}
{% endif %}
{% if variant.item.image %}
{% endif %}
{% if variant.item.price %}
{% endif %}
{% if variant.item.url %}
{% endif %}
{% if variant.item.variant %}
{% endif %}
{% for upsell in variant.availableUpsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{% endif %}
{% if upsell.unit %}
{% endif %}
{% endfor %}
{{ variant.url }}
{{ variant.url.absolute }}
{{ variant.url.path }}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{{ variant.image.originalHeight }}
{{ variant.image.originalWidth }}
{{ variant.image.url }}
{% if variant.image.alt %}
{{ variant.image.alt }}
{% endif %}
{% if variant.image.text %}
{{ variant.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% for variant in item.product.variants %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{{ availableUpsellGroup.id }}
{{ availableUpsellGroup.name }}
{% if availableUpsellGroup.singleSelection %} ... {% endif %}
{% for upsell in availableUpsellGroup.upsells %}
{% endfor %}
{% if availableUpsellGroup.code %}
{{ availableUpsellGroup.code }}
{% endif %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{{ enumValue.id }}
{{ enumValue.name }}
{% if enumValue.text %}
{{ enumValue.text }}
{% endif %}
{% if enumValue.image %}
{% endif %}
{% endfor %}
{% for image in variant.images %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{{ variant.item.id }}
{{ variant.item.name }}
{% if variant.item.digital %} ... {% endif %}
{% if variant.item.code %}
{{ variant.item.code }}
{% endif %}
{% if variant.item.freeDelivery %}
{% endif %}
{% if variant.item.image %}
{% endif %}
{% if variant.item.price %}
{% endif %}
{% if variant.item.url %}
{% endif %}
{% if variant.item.variant %}
{% endif %}
{% for upsell in variant.availableUpsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{% endif %}
{% if upsell.unit %}
{% endif %}
{% endfor %}
{{ variant.url }}
{{ variant.url.absolute }}
{{ variant.url.path }}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{{ variant.image.originalHeight }}
{{ variant.image.originalWidth }}
{{ variant.image.url }}
{% if variant.image.alt %}
{{ variant.image.alt }}
{% endif %}
{% if variant.image.text %}
{{ variant.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% for variant in item.product.variantsWithEnumValueIds %}
{{ variant.id }}
{{ variant.name }}
{{ variant.trackingId }}
{% if variant.active %} ... {% endif %}
{% for availableUpsellGroup in variant.availableUpsellGroups %}
{{ availableUpsellGroup.id }}
{{ availableUpsellGroup.name }}
{% if availableUpsellGroup.singleSelection %} ... {% endif %}
{% for upsell in availableUpsellGroup.upsells %}
{% endfor %}
{% if availableUpsellGroup.code %}
{{ availableUpsellGroup.code }}
{% endif %}
{% endfor %}
{% for enumValue in variant.enumValues %}
{{ enumValue.id }}
{{ enumValue.name }}
{% if enumValue.text %}
{{ enumValue.text }}
{% endif %}
{% if enumValue.image %}
{% endif %}
{% endfor %}
{% for image in variant.images %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{{ variant.item.id }}
{{ variant.item.name }}
{% if variant.item.digital %} ... {% endif %}
{% if variant.item.code %}
{{ variant.item.code }}
{% endif %}
{% if variant.item.freeDelivery %}
{% endif %}
{% if variant.item.image %}
{% endif %}
{% if variant.item.price %}
{% endif %}
{% if variant.item.url %}
{% endif %}
{% if variant.item.variant %}
{% endif %}
{% for upsell in variant.availableUpsells %}
{{ upsell.id }}
{{ upsell.name }}
{% if upsell.inCart %} ... {% endif %}
{% if upsell.code %}
{{ upsell.code }}
{% endif %}
{% if upsell.vatRate %}
{{ upsell.vatRate }}
{% endif %}
{% if upsell.image %}
{% endif %}
{% if upsell.unit %}
{% endif %}
{% endfor %}
{{ variant.url }}
{{ variant.url.absolute }}
{{ variant.url.path }}
{{ variant.selected }}
{% if variant.legacyRel %}
{{ variant.legacyRel }}
{% endif %}
{% if variant.image %}
{{ variant.image.originalHeight }}
{{ variant.image.originalWidth }}
{{ variant.image.url }}
{% if variant.image.alt %}
{{ variant.image.alt }}
{% endif %}
{% if variant.image.text %}
{{ variant.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{{ item.product.variantType.id }}
{{ item.product.variantType.name }}
{% for video in item.product.videos %}
{% if video.image %}
{{ video.image.originalHeight }}
{{ video.image.originalWidth }}
{{ video.image.url }}
{% if video.image.alt %}
{{ video.image.alt }}
{% endif %}
{% if video.image.text %}
{{ video.image.text }}
{% endif %}
{% endif %}
{% endfor %}
{% if item.product.currentSubName %}
{{ item.product.currentSubName }}
{% endif %}
{% if item.product.nameSuffix %}
{{ item.product.nameSuffix }}
{% endif %}
{% if item.product.nameSupplier %}
{{ item.product.nameSupplier }}
{% endif %}
{% if item.product.text %}
{{ item.product.text }}
{% endif %}
{% if item.product.attribute %}
{{ item.product.attribute.name }}
{% for attributeValueInstance in item.product.attribute.values %}
{{ attributeValueInstance.values }}
{{ attributeValueInstance.nameHtml }}
{% if attributeValueInstance.colorCode %}
{{ attributeValueInstance.colorCode }}
{% endif %}
{% if attributeValueInstance.text %}
{{ attributeValueInstance.text }}
{% endif %}
{% if attributeValueInstance.unit %}
{{ attributeValueInstance.unit }}
{% endif %}
{% if attributeValueInstance.image %}
{% endif %}
{% if attributeValueInstance.name %}
{{ attributeValueInstance.name }}
{% endif %}
{% endfor %}
{% if item.product.attribute.description %}
{{ item.product.attribute.description }}
{% endif %}
{% if item.product.attribute.image %}
{{ item.product.attribute.image.originalHeight }}
{{ item.product.attribute.image.originalWidth }}
{{ item.product.attribute.image.url }}
{% if item.product.attribute.image.alt %}
{{ item.product.attribute.image.alt }}
{% endif %}
{% if item.product.attribute.image.text %}
{{ item.product.attribute.image.text }}
{% endif %}
{% endif %}
{% endif %}
{% if item.product.brand %}
{{ item.product.brand.id }}
{{ item.product.brand.name }}
{% if item.product.brand.flagImportant %} ... {% endif %}
{{ item.product.brand.url }}
{{ item.product.brand.url.absolute }}
{{ item.product.brand.url.path }}
{% if item.product.brand.code %}
{{ item.product.brand.code }}
{% endif %}
{% if item.product.brand.web %}
{{ item.product.brand.web }}
{% endif %}
{% if item.product.brand.text %}
{{ item.product.brand.text }}
{% endif %}
{% if item.product.brand.image %}
{{ item.product.brand.image.originalHeight }}
{{ item.product.brand.image.originalWidth }}
{{ item.product.brand.image.url }}
{% if item.product.brand.image.alt %}
{{ item.product.brand.image.alt }}
{% endif %}
{% if item.product.brand.image.text %}
{{ item.product.brand.image.text }}
{% endif %}
{% endif %}
{% if item.product.brand.seo %}
{% if item.product.brand.seo.description %}
{{ item.product.brand.seo.description }}
{% endif %}
{% if item.product.brand.seo.keywords %}
{{ item.product.brand.seo.keywords }}
{% endif %}
{% if item.product.brand.seo.title %}
{{ item.product.brand.seo.title }}
{% endif %}
{% endif %}
{% endif %}
{% if item.product.imageForEnumValueId %}
{{ item.product.imageForEnumValueId.originalHeight }}
{{ item.product.imageForEnumValueId.originalWidth }}
{{ item.product.imageForEnumValueId.url }}
{% if item.product.imageForEnumValueId.alt %}
{{ item.product.imageForEnumValueId.alt }}
{% endif %}
{% if item.product.imageForEnumValueId.text %}
{{ item.product.imageForEnumValueId.text }}
{% endif %}
{% endif %}
{% if item.product.image %}
{{ item.product.image.originalHeight }}
{{ item.product.image.originalWidth }}
{{ item.product.image.url }}
{% if item.product.image.alt %}
{{ item.product.image.alt }}
{% endif %}
{% if item.product.image.text %}
{{ item.product.image.text }}
{% endif %}
{% endif %}
{% if item.product.successor %}
{{ item.product.successor.id }}
{{ item.product.successor.name }}
{{ item.product.successor.trackingId }}
{{ item.product.successor.dateCreated|date('d. m. Y H:i') }}
{% if item.product.successor.active %} ... {% endif %}
{% if item.product.successor.compared %} ... {% endif %}
{% if item.product.successor.differentVariantPrices %} ... {% endif %}
{% if item.product.successor.flagNew %} ... {% endif %}
{% if item.product.successor.flagSecondHand %} ... {% endif %}
{% if item.product.successor.flagSellout %} ... {% endif %}
{% if item.product.successor.soldSeparately %} ... {% endif %}
{% for attributeInstance in item.product.successor.attributes %}
{{ attributeInstance.name }}
{% for attributeValueInstance in attributeInstance.values %}
{% endfor %}
{% if attributeInstance.description %}
{{ attributeInstance.description }}
{% endif %}
{% if attributeInstance.image %}
{% endif %}
{% endfor %}
{% for availableUpsellGroup in item.product.successor.availableUpsellGroups %}
{{ availableUpsellGroup.id }}
{{ availableUpsellGroup.name }}
{% if availableUpsellGroup.singleSelection %} ... {% endif %}
{% for upsell in availableUpsellGroup.upsells %}
{% endfor %}
{% if availableUpsellGroup.code %}
{{ availableUpsellGroup.code }}
{% endif %}
{% endfor %}
{{ item.product.successor.category.id }}
{{ item.product.successor.category.productCount }}
{{ item.product.successor.category.productInStockCount }}
{{ item.product.successor.category.totalStockQuantity }}
{{ item.product.successor.category.headline }}
{{ item.product.successor.category.menuName }}
{{ item.product.successor.category.name }}
{% if item.product.successor.category.flagErotic %} ... {% endif %}
{% if item.product.successor.category.flagImportant %} ... {% endif %}
{% for category in item.product.successor.category.subcategories %}
{% endfor %}
{{ item.product.successor.category.pathIds }}
{{ item.product.successor.category.pathNames }}
{% if item.product.successor.category.subHeadline %}
{{ item.product.successor.category.subHeadline }}
{% endif %}
{% if item.product.successor.category.text %}
{{ item.product.successor.category.text }}
{% endif %}
{% if item.product.successor.category.parent %}
{% endif %}
{% if item.product.successor.category.image %}
{% endif %}
{% for category in item.product.successor.categories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{% for category in category.subcategories %}
{% endfor %}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{% endif %}
{% if category.image %}
{% endif %}
{% endfor %}
{% for category in item.product.successor.otherCategories %}
{{ category.id }}
{{ category.productCount }}
{{ category.productInStockCount }}
{{ category.totalStockQuantity }}
{{ category.headline }}
{{ category.menuName }}
{{ category.name }}
{% if category.flagErotic %} ... {% endif %}
{% if category.flagImportant %} ... {% endif %}
{% for category in category.subcategories %}
{% endfor %}
{{ category.pathIds }}
{{ category.pathNames }}
{% if category.subHeadline %}
{{ category.subHeadline }}
{% endif %}
{% if category.text %}
{{ category.text }}
{% endif %}
{% if category.parent %}
{% endif %}
{% if category.image %}
{% endif %}
{% endfor %}
{% for image in item.product.successor.imagesWithEnumValue %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in item.product.successor.currentImages %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in item.product.successor.imagesWithoutEnumValue %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in item.product.successor.otherImages %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{% for image in item.product.successor.images %}
{{ image.originalHeight }}
{{ image.originalWidth }}
{{ image.url }}
{% if image.alt %}
{{ image.alt }}
{% endif %}
{% if image.text %}
{{ image.text }}
{% endif %}
{% endfor %}
{{ item.product.successor.item.id }}
{{ item.product.successor.item.name }}
{% if item.product.successor.item.digital %} ... {% endif %}
{% if item.product.successor.item.code %}
{{ item.product.successor.item.code }}
{% endif %}
{% if item.product.successor.item.freeDelivery %}
{% endif %}
{% if item.product.successor.item.image %}
{% endif %}
{% if item.product.successor.item.price %}
{% endif %}
{% if item.product.successor.item.url %}
{% endif %}
{% if item.product.successor.item.variant %}
{% endif %}
{% for label in item.product.successor.labels %}
{{ label.id }}
{{ label.name }}
{% if label.code %}
{{ label.code }}
{% endif %}
{% if label.colorCode %}
{{ label.colorCode }}
{% endif %}
{% if label.image %}
{% endif %}
{% endfor %}
{% for productEnumValue in item.product.successor.enumValues %}
{{ productEnumValue.id }}
{{ productEnumValue.name }}
{% if productEnumValue.selected %} ... {% endif %}
{% for variant in productEnumValue.variants %}
{% endfor %}
{% if productEnumValue.text %}
{{ productEnumValue.text }}
{% endif %}
{% if productEnumValue.image %}
{% endif %}
{% if productEnumValue.variantImage %}
{% endif %}
{% endfor %}
{% for product in item.product.successor.packTemplateProducts %}