|
|
@@ -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>
|