This commit is contained in:
Aritra Banik 2024-03-02 13:47:55 +05:30
parent c0d36dd7cf
commit 67994d43a4
2 changed files with 1 additions and 1 deletions

BIN
src/a3

Binary file not shown.

View File

@ -440,7 +440,7 @@ proc sendCheckOut*(val: Table[string, Validity], total: string): string =
proc totalPriceHTML*(products: seq[Products], cart: seq[Cart]): string= proc totalPriceHTML*(products: seq[Products], cart: seq[Cart]): string=
var var
total: float = 0.0 total: float = 0.0
fru = "" fru: string
for id, product in products: for id, product in products:
fru.add(""" fru.add("""