052
This commit is contained in:
parent
c0d36dd7cf
commit
67994d43a4
@ -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("""
|
||||||
|
Loading…
Reference in New Issue
Block a user