1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-04-25 21:48:01 +02:00

modif checkout table

This commit is contained in:
D Shrat 2021-11-19 13:27:39 +07:00
parent a8ff82ad1e
commit 5545e404af

View file

@ -17,7 +17,7 @@ function view_checkout() {
height="80px" src="img/${data[0].IMAGE}" width="80px">
<div class="info">
<p>${data[0].TITLE}</p>
<p>${data[0].SIZE}</p>
<p>Size : ${data[0].SIZE}</p>
<p>Qty : ${bag[i].quantity}</p>
</div>
</th>