Produkt
${orderItem.title}
Zusätzliche Informationen
${orderItem.additionalInfos}
${option.title} - ${option.price|price(currentOrder.currency)}
${orderItem.insurance.title} - ${$resolveItemPrice(orderItem.insurance, currentOrder.currency)|calculatePercentage(orderItem.subTotal, orderItem.options, currentOrder.currency)} (${orderItem.insurance.price}%)
Einheitspreis
${orderItem.unitPrice | price(currentOrder.currency) }
Menge
${orderItem.quantity }
Total
${orderItem.total|price(currentOrder.currency)}
Zwischentotal
${currentOrder.subTotal|price(currentOrder.currency)}
Versandkosten
${currentOrder.shippingCostAmount|price(currentOrder.currency)}
Total Bestellung inkl. MwSt.
${currentOrder.total|price(currentOrder.currency)}