From 0affbce85a1e3e33152a6eab4cfbceb754495b42 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Mon, 5 Jul 2021 20:01:43 +0700 Subject: add item calculation in basket --- pages/ord/basket.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pages/ord/basket.html b/pages/ord/basket.html index bafc693..6c6d085 100644 --- a/pages/ord/basket.html +++ b/pages/ord/basket.html @@ -6,10 +6,27 @@
-

[L]Shopping Cart[/L]

+

[L]Shopping cart[/L]

+ +
+
+

+ You have + [calc] + if ([nitems] ne '0') { + return q( + [nitems] + ); + } + [/calc] items in your shopping cart. +

+
+
+
+ @_BOTTOM_@ \ No newline at end of file -- cgit v1.2.3