${orderItem.firstName} ${orderItem.lastName}
Validity : 01.05.2024 - 30.04.2025
${orderItem.quantity}x ${orderItem.title}
${ orderItem.unitPrice | price }
${ $resolveItemBasePrice(orderItem.product) | price }
${ $resolveItemPrice(orderItem.product) | price }
${orderItem.quantity}x ${option.option.title} (${option.price}%)
${ $resolveItemPrice(option) | calculatePercentage(orderItem.subTotal, orderItem.product) }
${ $resolveItemPrice(option) | price }
${usedPromotionCodeItem.promotionCodeItem.promotionCode.title}
- ${ $resolveItemAmount(usedPromotionCodeItem) | price }
Subtotal
${ $store.state.order.order.subTotal | price }
${usedPromotionCodeItem.promotionCodeItem.promotionCode.title}
- ${ $resolveItemAmount(usedPromotionCodeItem) | price}
Shipping cost
${ $store.state.order.order.shippingCostAmount | price }
Offered