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:
parent
a8ff82ad1e
commit
5545e404af
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue