From e4f0611ac52b581fe80e75e2fa4536b3788ec3f5 Mon Sep 17 00:00:00 2001
From: Daniel
| Producto | -Precio (sin IVA) | -Cantidad | -Stock actual | -Subtotal (con IVA) | +Producto | +Precio (sin IVA) | +Cantidad | +Stock actual | +Subtotal (con IVA) |
|---|---|---|---|---|---|---|---|---|---|
| Subtotal: | -{{ cart.get_total|format_price }}€ | +Subtotal: | +{{ cart.get_total|format_price }}€ | ||||||
| IVA (21%): | -+{{ cart.get_vat_amount|format_price }}€ | +IVA (21%): | ++{{ cart.get_vat_amount|format_price }}€ | ||||||
| Total: | -{{ cart.get_total_with_vat|format_price }}€ | +Total: | +{{ cart.get_total_with_vat|format_price }}€ | ||||||