From 52e02d9774f5675c2ff3709d7a2fa230f2aaceaa Mon Sep 17 00:00:00 2001 From: mahsem <137205921+mahsem@users.noreply.github.com> Date: Sun, 23 Jun 2024 12:47:15 +0200 Subject: [PATCH] fix: net total in cart_items_total.html fix: net total in cart_items_total.html --- webshop/templates/includes/cart/cart_items_total.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webshop/templates/includes/cart/cart_items_total.html b/webshop/templates/includes/cart/cart_items_total.html index c94fde462b..7b5c46d065 100644 --- a/webshop/templates/includes/cart/cart_items_total.html +++ b/webshop/templates/includes/cart/cart_items_total.html @@ -2,9 +2,9 @@ - {{ _("Total") }} + {{ _("Net Total") }} {{ doc.get_formatted("total") }} - \ No newline at end of file +