From 52b780428162e1d4decd54b664ccaea221f341ab Mon Sep 17 00:00:00 2001 From: Laetitia Getti Date: Mon, 31 Jul 2023 16:32:31 +0200 Subject: [PATCH] improve total computing on order form --- .../order/templates/order/grouped_order_detail.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/la_chariotte/order/templates/order/grouped_order_detail.html b/la_chariotte/order/templates/order/grouped_order_detail.html index 0632781..0d897ef 100644 --- a/la_chariotte/order/templates/order/grouped_order_detail.html +++ b/la_chariotte/order/templates/order/grouped_order_detail.html @@ -69,7 +69,7 @@

Il n'y a pas de produits disponibles dans cette commande !

{% else %}

Commander

-
+ @@ -86,7 +86,7 @@ {% csrf_token %} - {% if item.get_remaining_nb is not null %} @@ -167,7 +167,7 @@ \ No newline at end of file
{{ item.name }} {{ item.price }} € + {% if item.get_remaining_nb is not null %} {% if item.get_remaining_nb == 0 %}Produit épuisé @@ -115,7 +115,7 @@

{{ item.price }} €

+