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