{{ item.title }}
@if (item.originalPrice) {
$ {{ item.originalPrice }}
}
$ {{ item.price }}
Cantidad:
{{ item.quantity }} unidad{{ item.quantity === 1 ? '' : 'es' }}
@for (attribute of item.attributes; track attribute.label + attribute.value) {
{{ attribute.label }}:
{{ attribute.value }}
}
@if (item.transferPrice) {
Precio por transferencia
${{ item.transferPrice }}
}