Commit e295c7d5 authored by issei.miyajima's avatar issei.miyajima

carthtml

parent 402e8739
......@@ -110,10 +110,12 @@
<tbody>
<div th:each="cart : ${cart}">
<tr class="row tr">
<td class="hidden"><input th:text="${cart.shoesId}"/></td>
<td class="tdCart"><img th:src="@{/upload/{photo}(photo=${cart.photo})}" width="300" height="200"/></td>
<td class="tdCart"><p th:text= "${cart.shoesName}" class="textP">Convers All Star</p></td>
<td class="tdCart"><input type="number" th:value="${cart.quantity}" class="textP"></input></td>
<td class="tdCart"><input type="number" th:value="${cart.quantity}" class="textP itemCount"></input></td>
<td class="tdCart"><p th:text= "${cart.price}" class="textP">&yen;10000</p></td>
<td class="tdCart"><button type="button" class="itemCountChange">数変更確定</button></td>
</tr>
</div>
</tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment