diff --git a/copanier/templates/includes/order_summary.html b/copanier/templates/includes/order_summary.html index ea3020f..8107dfb 100644 --- a/copanier/templates/includes/order_summary.html +++ b/copanier/templates/includes/order_summary.html @@ -1,10 +1,12 @@
Produit | Prix unitaire | Quantité | |||
---|---|---|---|---|---|
Réf. | Produit | Prix unitaire | Quantité | ||
{{ product.ref }} | {{ product }} | -{{ product.price | round(2) }} € | {{ order[product].quantity }} | +{{ product.price | round(2) }} € | +{{ order[product].quantity }} |