|
@@ -601,16 +601,22 @@
|
|
|
<h4 class="subH3 mb20" id="shotDelvTitle">STYLE24 총알배송<span>오늘 자정까지 도착</span></h4>
|
|
<h4 class="subH3 mb20" id="shotDelvTitle">STYLE24 총알배송<span>오늘 자정까지 도착</span></h4>
|
|
|
<h4 class="subH3 mb20" id="wmsDelvTitle">STYLE24 일반배송</h4>
|
|
<h4 class="subH3 mb20" id="wmsDelvTitle">STYLE24 일반배송</h4>
|
|
|
<div class="gd_list">
|
|
<div class="gd_list">
|
|
|
|
|
+
|
|
|
<th:block th:each="goods, status : ${wmsCartList}">
|
|
<th:block th:each="goods, status : ${wmsCartList}">
|
|
|
|
|
+
|
|
|
<div class="item_gd">
|
|
<div class="item_gd">
|
|
|
<figure>
|
|
<figure>
|
|
|
<span class="thumb"><img src="/images/pc/thumb/tmp_odSide1.jpg" alt=""></span>
|
|
<span class="thumb"><img src="/images/pc/thumb/tmp_odSide1.jpg" alt=""></span>
|
|
|
<figcaption>
|
|
<figcaption>
|
|
|
<div class="brand" th:text="${goods.brandEnm}"></div>
|
|
<div class="brand" th:text="${goods.brandEnm}"></div>
|
|
|
<div class="name" th:text="${goods.goodsNm}"></div>
|
|
<div class="name" th:text="${goods.goodsNm}"></div>
|
|
|
- <div class="option">
|
|
|
|
|
- <span th:text="${goods.optCd}"></span>
|
|
|
|
|
- <span>수량:<em th:text="${goods.goodsQty}"></em>개</span>
|
|
|
|
|
|
|
+ <div class="option" th:each="opt, index : ${cart.itemNmArr}">
|
|
|
|
|
+
|
|
|
|
|
+ <span class="option">옵션:<em th:text="${cart.itemNmArr[index.index]} + '_' + ${cart.optCdArr[index.index]}"></em></span>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+ <span th:text="${cart.itemNmArr[index.index]}"></span>
|
|
|
|
|
+ <span>수량:<em th:text="${cart.goodsQty}"></em>개</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="price">
|
|
<div class="price">
|
|
|
<span class="selling_price" th:text="${goods.currPrice}"></span>
|
|
<span class="selling_price" th:text="${goods.currPrice}"></span>
|
|
@@ -619,7 +625,12 @@
|
|
|
</figure>
|
|
</figure>
|
|
|
</div>
|
|
</div>
|
|
|
</th:block>
|
|
</th:block>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
</div>
|
|
</div>
|
|
|
<!-- //총알배송, 일반배송 -->
|
|
<!-- //총알배송, 일반배송 -->
|
|
|
|
|
|