|
|
@@ -35,8 +35,9 @@
|
|
|
</div>
|
|
|
<p class="itemBrand" th:text="${goodsInfo.brandGroupNm}">NBA 키즈</p>
|
|
|
<div class="itemName" th:text="${goodsInfo.goodsFullNm}">유니 삼단블록 플리스 집업 유니 삼단블록 플리스 집업 유니 삼단블록 플리스 집업</div>
|
|
|
- <p class="itemPrice"><th:block th:text="${#numbers.formatInteger(goodsInfo.currPrice, 0,'COMMA')}"> 134,100</th:block>
|
|
|
+ <p class="itemPrice">
|
|
|
<span class="itemPrice_original" th:if="${goodsInfo.listPrice > goodsInfo.currPrice}" th:text="${#numbers.formatInteger(goodsInfo.listPrice, 0,'COMMA')}">149,000</span>
|
|
|
+ <th:block th:text="${#numbers.formatInteger(goodsInfo.currPrice, 0,'COMMA')}"> 134,100</th:block>
|
|
|
<span class="itemPercent" th:if="${goodsInfo.dcRate > 0}" th:text="|${#numbers.formatDecimal(goodsInfo.dcRate,0,0)}%|">30%</span>
|
|
|
</p>
|
|
|
</a>
|
|
|
@@ -47,13 +48,15 @@
|
|
|
<div class="select_blk" th:if="${goodsOption2List != null and !goodsOption2List.empty}" >
|
|
|
<h6>사이즈 선택</h6>
|
|
|
<div class="opt_size">
|
|
|
- <div class="form_field">
|
|
|
- <div th:each="goodsOption2, status : ${goodsOption2List}">
|
|
|
- <th:block th:if="${goodsOption2.soldoutYn == 'Y' or goodsOption2.stockQty <= 0}" >
|
|
|
+ <div class="form_field size_select">
|
|
|
+ <th:block th:each="goodsOption2, status : ${goodsOption2List}">
|
|
|
+ <th:block th:if="${goodsOption2.soldoutYn == 'Y' or goodsOption2.stockQty <= 0}" >
|
|
|
+ <div>
|
|
|
<input type="radio" name="opt" th:id="${'alarmSize'+goodsOption2.optCd}" th:value="${goodsOption2.optCd2}" th:attr="optCd=${goodsOption2.optCd}" >
|
|
|
<label th:for="${'alarmSize'+goodsOption2.optCd}"><span th:text="${goodsOption2.optCd2}" >90</span></label>
|
|
|
- </th:block>
|
|
|
</div>
|
|
|
+ </th:block>
|
|
|
+ </th:block>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|