|
|
@@ -199,8 +199,8 @@
|
|
|
<img alt="BLACK-a" class="vLHTC pd_img" th:src="${@environment.getProperty('upload.goods.view') + '/' + goodsData.sysImgNm.replace('https:', '').replace('//image.istyle24.com/Upload/ProductImage/','')}" onerror="noneImg(this)">
|
|
|
</div>
|
|
|
<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>
|
|
|
+ <div class="itemName" th:text="${goodsData.goodsFullNm}"></div>
|
|
|
<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>
|
|
|
@@ -281,9 +281,9 @@
|
|
|
</th:block>
|
|
|
<img alt="BLACK-a" class=" vLHTC pd_img" th:src="${@environment.getProperty('upload.goods.view') + '/' + goodsData.sysImgNm.replace('https:', '').replace('//image.istyle24.com/Upload/ProductImage/','')}" onerror="noneImg(this)">
|
|
|
</div>
|
|
|
- <p class=" itemBrand" th:text="${goodsData.brandGroupNm}">BRAND NAME</p>
|
|
|
- <div class=" itemName" th:text="${goodsData.goodsFullNm}">남성 로고 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건</div>
|
|
|
+ <p class="itemBrand" th:text="${goodsData.brandGroupNm}">BRAND NAME</p>
|
|
|
<div class="itemComment" th:unless="${goodsData.goodsTnm == null or goodsData.goodsTnm == ''}" th:text="${goodsData.goodsTnm}">#베이직 셔츠의 정수1</div>
|
|
|
+ <div class="itemName" th:text="${goodsData.goodsFullNm}">남성 로고 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건</div>
|
|
|
<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>
|
|
|
@@ -390,9 +390,9 @@
|
|
|
</th:block>
|
|
|
<img alt="BLACK-a" class=" vLHTC pd_img" th:src="${@environment.getProperty('upload.goods.view') + '/' + goodsData.sysImgNm}" onerror="noneImg(this)">
|
|
|
</div>
|
|
|
- <p class=" itemBrand" th:text="${goodsData.brandGroupNm}"></p>
|
|
|
- <div class="itemName" th:text="${goodsData.goodsFullNm}"></div>
|
|
|
+ <p class="itemBrand" th:text="${goodsData.brandGroupNm}"></p>
|
|
|
<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 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>
|