|
|
@@ -119,11 +119,14 @@
|
|
|
<div class="itemComment" th:unless="${goodsData.goodsTnm == null or 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">
|
|
|
[[${#numbers.formatInteger(goodsData.currPrice,1,'COMMA')} + 원]]
|
|
|
<span class="itemPrice_original" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${#numbers.formatInteger(goodsData.listPrice,1,'COMMA')}"></span>
|
|
|
<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>
|
|
|
@@ -198,11 +201,14 @@
|
|
|
<p class="itemBrand" th:text="${goodsData.brandGroupNm}"></p>
|
|
|
<div class="itemName" th:text="${goodsData.goodsFullNm}"></div>
|
|
|
<div class="itemComment" th:unless="${goodsData.goodsTnm == null or goodsData.goodsTnm == ''}" th:text="${goodsData.goodsTnm}">#가을느낌 물씬!!</div>
|
|
|
- <p class="itemPrice">
|
|
|
+ <p th:unless="${goodsData.goodsType=='G056_D'}" class="itemPrice">
|
|
|
[[${#numbers.formatInteger(goodsData.currPrice,1,'COMMA')} + 원]]
|
|
|
<span class="itemPrice_original" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${#numbers.formatInteger(goodsData.listPrice,1,'COMMA')}"></span>
|
|
|
<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>
|
|
|
@@ -278,11 +284,14 @@
|
|
|
<p class=" itemBrand" th:text="${goodsData.brandGroupNm}">BRAND NAME</p>
|
|
|
<div class=" itemName" th:text="${goodsData.goodsFullNm}">남성 로고 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건</div>
|
|
|
<div class="itemComment" th:unless="${goodsData.goodsTnm == null or goodsData.goodsTnm == ''}" th:text="${goodsData.goodsTnm}">#베이직 셔츠의 정수1</div>
|
|
|
- <p class="itemPrice" >
|
|
|
+ <p th:unless="${goodsData.goodsType=='G056_D'}" class="itemPrice" >
|
|
|
[[${#numbers.formatInteger(goodsData.currPrice,0,'COMMA')} + 원]]
|
|
|
<span class="itemPrice_original" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${#numbers.formatInteger(goodsData.listPrice,1,'COMMA')}">89,000</span>
|
|
|
<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>
|
|
|
@@ -339,10 +348,12 @@
|
|
|
<img alt="BLACK-a" class=" vLHTC pd_img" th:src="${@environment.getProperty('upload.goods.view') + '/' + planningGoods.sysImgNm}" onerror="noneImg(this)">
|
|
|
</div>
|
|
|
<div class="itemName" th:text="${planningGoods.goodsNm}">남성 로고 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건</div>
|
|
|
- <p class="itemPrice">[[${#numbers.formatInteger(planningGoods.currPrice,0,'COMMA')} + 원]]
|
|
|
+ <p th:unless="${planningGoods.goodsType=='G056_D'}" class="itemPrice">[[${#numbers.formatInteger(planningGoods.currPrice,0,'COMMA')} + 원]]
|
|
|
<span class="itemPrice_original" th:if="${planningGoods.currPrice != planningGoods.listPrice}" th:text="${#numbers.formatInteger(planningGoods.listPrice,1,'COMMA')}">89,000</span>
|
|
|
<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>
|
|
|
@@ -382,10 +393,12 @@
|
|
|
<p class=" itemBrand" th:text="${goodsData.brandGroupNm}"></p>
|
|
|
<div class="itemName" th:text="${goodsData.goodsFullNm}"></div>
|
|
|
<div class="itemComment" th:unless="${goodsData.goodsTnm == null or goodsData.goodsTnm == ''}" th:text="${goodsData.goodsTnm}">#가을느낌 물씬!</div>
|
|
|
- <p class="itemPrice">[[${#numbers.formatInteger(goodsData.currPrice,0,'COMMA')} + 원]]
|
|
|
+ <p th:unless="${goodsData.goodsType=='G056_D'}" class="itemPrice">[[${#numbers.formatInteger(goodsData.currPrice,0,'COMMA')} + 원]]
|
|
|
<span class="itemPrice_original" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${#numbers.formatInteger(goodsData.listPrice,1,'COMMA')}">89,000</span>
|
|
|
<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>
|