Goodies
${ product.title }
${ quantityInCart(product) }
Mon panier
${orderItem.firstName} ${orderItem.lastName}
${orderItem.quantity}x ${orderItem.title}
${ orderItem.product.basePrice | price }
${ orderItem.product.price | price }
${orderItem.quantity}x ${option.option.title} (${option.price}%)
${ option.price | calculatePercentage(orderItem.subTotal, orderItem.product) }
${ option.price | price }
${usedPromotionCodeItem.promotionCodeItem.promotionCode.defaultTitle}
- ${ usedPromotionCodeItem.amount | price }
Sous-total
${ $store.state.order.order.subTotal | price }
${usedPromotionCodeItem.promotionCodeItem.promotionCode.defaultTitle}
- ${usedPromotionCodeItem.amount|price}
Frais d'expédition
${ $store.state.order.order.shippingCostAmount | price }
Offerts
Total de la commande TTC
${$store.state.order.order.total|price}