{{ order.product.name }}
{{ order.product.description }}
{{ order.quantity + order.quantitypreordered }}
€ {{ order.TotalPriceProduct ? order.TotalPriceProduct.toFixed(2) : 0 }}
(€ {{((order.price * order.quantity) + (order.price * order.quantitypreordered)).toFixed(2) }})
{{ $t('ecomm.sconto_applicato', {risparmio: getRisparmio()}) }}