|
|
@@ -106,11 +106,14 @@
|
|
|
<div class="itemComment" th:if="${not #strings.isEmpty(goodsData.goodsTnm)}" th:text="${goodsData.goodsTnm}"></div>
|
|
|
<div class="itemName" th:text="${goodsData.goodsFullNm}"></div>
|
|
|
<!-- <p class="itemPrice" th:text="${#numbers.formatInteger(goodsData.currPrice,1,'COMMA')}"></p>-->
|
|
|
- <p class="itemPrice">
|
|
|
+ <p th:unless="${goodsData.goodsType=='G056_D'}" class="itemPrice">
|
|
|
<span class="itemPrice_original" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${#numbers.formatInteger(goodsData.listPrice,1,'COMMA')}">89,000</span>
|
|
|
[[${#numbers.formatInteger(goodsData.currPrice,1,'COMMA')}]]
|
|
|
<span class="itemPercent" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${(goodsData.listPrice == 0 ? 0 : #numbers.formatDecimal((goodsData.listPrice - goodsData.currPrice) / (goodsData.listPrice * 1.0) * 100, 1, 0)) + '%'}">10%</span>
|
|
|
</p>
|
|
|
+ <p th:if="${goodsData.goodsType=='G056_D'}" class="itemPrice">
|
|
|
+ [[${#numbers.formatInteger(goodsData.currPrice,1,'COMMA')} + ' ~']]
|
|
|
+ </p>
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -181,11 +184,14 @@
|
|
|
<p class="itemBrand" th:text="${goodsData.brandGroupNm}">BRAND NAME</p>
|
|
|
<div class="itemName"th:text="${goodsData.goodsFullNm}">남성 헤링본 기모 팬츠 헤링본 기모 팬츠</div>
|
|
|
<div class="itemComment" th:if="${not #strings.isEmpty(goodsData.goodsTnm)}" th:text="${goodsData.goodsTnm}">#가을 느낌 물씬!!</div>
|
|
|
- <p class="itemPrice">
|
|
|
+ <p th:unless="${goodsData.goodsType=='G056_D'}" class="itemPrice">
|
|
|
<span class="itemPrice_original" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${#numbers.formatInteger(goodsData.listPrice,1,'COMMA')}">89,000</span>
|
|
|
[[${#numbers.formatInteger(goodsData.currPrice,1,'COMMA')}]]
|
|
|
<span class="itemPercent" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${(goodsData.listPrice == 0 ? 0 : #numbers.formatDecimal((goodsData.listPrice - goodsData.currPrice) / (goodsData.listPrice * 1.0) * 100, 1, 0)) + '%'}">10%</span>
|
|
|
</p>
|
|
|
+ <p th:if="${goodsData.goodsType=='G056_D'}" class="itemPrice">
|
|
|
+ [[${#numbers.formatInteger(goodsData.currPrice,1,'COMMA')} + ' ~']]
|
|
|
+ </p>
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -267,11 +273,14 @@
|
|
|
<p class="itemBrand" th:text="${goodsData.brandGroupNm}">BRAND NAME</p>
|
|
|
<div class="itemName" th:text="${goodsData.goodsFullNm}">남성 헤링본 기모 팬츠 헤링본 기모 팬츠</div>
|
|
|
<div class="itemComment" th:if="${not #strings.isEmpty(goodsData.goodsTnm)}" th:text="${goodsData.goodsTnm}">#가을 느낌 물씬!!</div>
|
|
|
- <p class="itemPrice">
|
|
|
+ <p th:unless="${goodsData.goodsType=='G056_D'}" class="itemPrice">
|
|
|
<span class="itemPrice_original" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${#numbers.formatInteger(goodsData.listPrice,1,'COMMA')}">89,000</span>
|
|
|
[[${#numbers.formatInteger(goodsData.currPrice,0,'COMMA')}]]
|
|
|
<span class="itemPercent" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${(goodsData.listPrice == 0 ? 0 : #numbers.formatDecimal((goodsData.listPrice - goodsData.currPrice) / (goodsData.listPrice * 1.0) * 100, 1, 0)) + '%'}">10%</span>
|
|
|
</p>
|
|
|
+ <p th:if="${goodsData.goodsType=='G056_D'}" class="itemPrice">
|
|
|
+ [[${#numbers.formatInteger(goodsData.currPrice,0,'COMMA')} + ' ~']]
|
|
|
+ </p>
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -317,11 +326,14 @@
|
|
|
</div>
|
|
|
<p class="itemBrand" th:text="${planningGoods.brandGroupNm}">BRAND NAME</p>
|
|
|
<div class="itemName" th:text="${planningGoods.goodsNm}">남성 헤링본 기모 팬츠 헤링본 기모 팬츠</div>
|
|
|
- <p class="itemPrice">
|
|
|
+ <p th:unless="${planningGoods.goodsType=='G056_D'}" class="itemPrice">
|
|
|
<span class="itemPrice_original" th:if="${planningGoods.currPrice != planningGoods.listPrice}" th:text="${#numbers.formatInteger(planningGoods.listPrice,1,'COMMA')}">89,000</span>
|
|
|
[[${#numbers.formatInteger(planningGoods.currPrice,0,'COMMA')}]]
|
|
|
<span class="itemPercent" th:if="${planningGoods.currPrice != planningGoods.listPrice}" th:text="${(planningGoods.listPrice == 0 ? 0 : #numbers.formatDecimal((planningGoods.listPrice - planningGoods.currPrice) / (planningGoods.listPrice * 1.0) * 100, 1, 0)) + '%'}">10%</span>
|
|
|
</p>
|
|
|
+ <p th:if="${planningGoods.goodsType=='G056_D'}" class="itemPrice">
|
|
|
+ [[${#numbers.formatInteger(planningGoods.currPrice,0,'COMMA')} + ' ~']]
|
|
|
+ </p>
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -362,11 +374,14 @@
|
|
|
<p class="itemBrand" th:text="${goodsData.brandGroupNm}">BRAND NAME</p>
|
|
|
<div class="itemName" th:text="${goodsData.goodsFullNm}">남성 헤링본 기모 팬츠 헤링본 기모 팬츠</div>
|
|
|
<div class="itemComment" th:if="${not #strings.isEmpty(goodsData.goodsTnm)}" th:text="${goodsData.goodsTnm}">#주문 폭주 상품</div>
|
|
|
- <p class="itemPrice">
|
|
|
+ <p th:unless="${goodsData.goodsType=='G056_D'}" class="itemPrice">
|
|
|
<span class="itemPrice_original" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${#numbers.formatInteger(goodsData.listPrice,1,'COMMA')}">89,000</span>
|
|
|
[[${#numbers.formatInteger(goodsData.currPrice,0,'COMMA')}]]
|
|
|
<span class="itemPercent" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${(goodsData.listPrice == 0 ? 0 : #numbers.formatDecimal((goodsData.listPrice - goodsData.currPrice) / (goodsData.listPrice * 1.0) * 100, 1, 0)) + '%'}">10%</span>
|
|
|
</p>
|
|
|
+ <p th:if="${goodsData.goodsType=='G056_D'}" class="itemPrice">
|
|
|
+ [[${#numbers.formatInteger(goodsData.currPrice,0,'COMMA')} + ' ~']]
|
|
|
+ </p>
|
|
|
<div class="itemcolorchip" th:if="${goodsData.colorArr != null}">
|
|
|
<th:block th:each="option, idx : ${goodsData.colorArr}" th:with="colorArray=${#strings.arraySplit(idx.current,':')}">
|
|
|
<span th:if="${colorArray[1]=='#FFFFFF'}" th:style="${'background-color:'+colorArray[1]+';border:1px solid #aaa;'}" class="chip_color" th:value="${colorArray[0]}"></span>
|