{{ products.getSingleGasordine(order, true) }}
{{ order.product.productInfo.name }}
{{ order.quantity }}
+ {{ t('ecomm.preord') }}:
{{ order.quantitypreordered }}
{{ tools.getWeightTotalByOrder(order) }}
{{ tools.getUnitsMeasure(order.product.productInfo.unit, true) }}
€ {{
order.TotalPriceProduct ? order.TotalPriceProduct.toFixed(2) : 0
}}
(€
{{
(
order.price * order.quantity +
order.price * order.quantitypreordered
).toFixed(2)
}})
{{
$t('ecomm.sconto_applicato', { risparmio: getRisparmio() })
}}