|
|
@@ -17,21 +17,21 @@
|
|
|
<div class="full_popup_wrap">
|
|
|
<h5 class="sr-only">배송교환반품 안내</h5>
|
|
|
<div class="btn_close">
|
|
|
- <a href="" id="btn_close_deliveryPop">닫기버튼</a>
|
|
|
+ <a href="javascript:void(0)" onclick="cfCloseFullLayer('layer_goods_delivery');">닫기버튼</a>
|
|
|
</div>
|
|
|
<div class="full_pop_header">
|
|
|
<!-- 해당 상품 -->
|
|
|
- <div class="item_prod">
|
|
|
+ <div class="item_prod" th:with="imgGoodsUrl=${@environment.getProperty('upload.goods.view')}, uxImgUrl=${@environment.getProperty('domain.uximage')}">
|
|
|
<div class="item_state">
|
|
|
- <a href="#none" class="itemLink">
|
|
|
+ <a href="javascript:void(0);" class="itemLink">
|
|
|
<div class="itemPic">
|
|
|
- <img alt="" class="vLHTC pd_img" src="/images/pc/thumb/tmp_pdDetail1.jpg">
|
|
|
+ <img alt="" class="vLHTC pd_img" th:src="${imgGoodsUrl+'/'+goodsInfo.sysImgNm}">
|
|
|
</div>
|
|
|
- <p class="itemBrand">NBA 키즈</p>
|
|
|
- <div class="itemName">유니 삼단블록 플리스 집업 유니 삼단블록 플리스 집업 유니 삼단블록 플리스 집업</div>
|
|
|
- <p class="itemPrice">134,100
|
|
|
- <span class="itemPrice_original">149,000</span>
|
|
|
- <span class="itemPercent">30%</span>
|
|
|
+ <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>
|
|
|
+ <span class="itemPrice_original" th:if="${goodsInfo.listPrice > goodsInfo.currPrice}" th:text="${#numbers.formatInteger(goodsInfo.listPrice, 0,'COMMA')}">149,000</span>
|
|
|
+ <span class="itemPercent" th:if="${goodsInfo.dcRate > 0}" th:text="|${#numbers.formatDecimal(goodsInfo.dcRate,0,0)}%|">30%</span>
|
|
|
</p>
|
|
|
</a>
|
|
|
</div>
|
|
|
@@ -54,7 +54,10 @@
|
|
|
구분
|
|
|
</th>
|
|
|
<td>
|
|
|
- 일반배송/총알배송(오전 10시까지 주문 시)
|
|
|
+ <th:block th:if="${goodsInfo.quikDelvYn = 'Y'}" >총알배송(오전 10시까지 주문 시)</th:block>
|
|
|
+ <th:block th:unless="${goodsInfo.quikDelvYn = 'Y'}" >일반배송</th:block>
|
|
|
+
|
|
|
+
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -62,9 +65,9 @@
|
|
|
배송비
|
|
|
</th>
|
|
|
<td>
|
|
|
- 배송비 2,500원<br>
|
|
|
- 배송비 2,500원(40,000원 이상 무료배송)<br>
|
|
|
- 무료배송
|
|
|
+ <th:block th:text="${#numbers.formatInteger(goodsInfo.delvFee, 0,'COMMA')}" ></th:block>원
|
|
|
+ <th:block th:if="${goodsInfo.minOrdAmt > 0}">(<th:block th:text="${#numbers.formatInteger(goodsInfo.minOrdAmt, 0,'COMMA')}" ></th:block>원 이상 무료배송)</th:block>
|
|
|
+ <th:block th:if="${goodsInfo.delvFee <= 0}">무료배송</th:block>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -72,7 +75,7 @@
|
|
|
배송업체
|
|
|
</th>
|
|
|
<td>
|
|
|
- CJ 대한통운
|
|
|
+ CJ 대한통운 -- 수정
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -103,7 +106,7 @@
|
|
|
반품/교환 배송업체
|
|
|
</th>
|
|
|
<td>
|
|
|
- CJ 대한통운
|
|
|
+ CJ 대한통운 -- 수정
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -111,7 +114,7 @@
|
|
|
반품배송비
|
|
|
</th>
|
|
|
<td>
|
|
|
- 3,000원(최소 배송비가 무료인 경우 왕복 배송비 6,000원 부과)
|
|
|
+ <th:block th:text="${#numbers.formatInteger(deliveryInfo.rtnDelvFee, 0,'COMMA')}" ></th:block>원(최소 배송비가 무료인 경우 왕복 배송비 <th:block th:text="${#numbers.formatInteger((deliveryInfo.rtnDelvFee+deliveryInfo.delvFee), 0,'COMMA')}" ></th:block>원 부과)
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -119,7 +122,7 @@
|
|
|
교환배송비
|
|
|
</th>
|
|
|
<td>
|
|
|
- 6,000원
|
|
|
+ <th:block th:text="${#numbers.formatInteger((deliveryInfo.rtnDelvFee+deliveryInfo.delvFee), 0,'COMMA')}" ></th:block>원
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -127,7 +130,7 @@
|
|
|
반품/교환 주소
|
|
|
</th>
|
|
|
<td>
|
|
|
- 10857 경기도 파주시 탄현면 방촌로 1172-21 아이스타일24 물류센터
|
|
|
+ <th:block th:text="${deliveryInfo.rtnLocZipcode +' '+ deliveryInfo.rtnLocBaseAddr +' '+ deliveryInfo.rtnLocDtlAddr }"></th:block>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -163,19 +166,12 @@
|
|
|
신발, 그릇류의 박스포장을 포함, 상품이 판매할 수 없게 훼손 된 경우(신발박스 등의 파손, 박스포장 위 송장 부착, 박스 훼손/파손/찢어짐, 택 분실 등)
|
|
|
</td>
|
|
|
</tr>
|
|
|
- <tr>
|
|
|
+ <tr th:if="${not #strings.isEmpty(deliveryInfo.note)}">
|
|
|
<th>
|
|
|
기타사항
|
|
|
</th>
|
|
|
- <td>
|
|
|
+ <td th:utext="${#strings.unescapeJava(#strings.escapeJava(deliveryInfo.note))}">
|
|
|
상품에 따라 반송주소/방법이 각각 다를 수 있습니다.<br>
|
|
|
- 자사배송 상품의 경우, 출고 전후 옵션 변경 및 다른 상품으로 교환이 불가하여 취소 또는 재주문하셔야 합니다.<br>
|
|
|
- 고객님께서 임의로 반송하실 경우, 빠른 처리가 어려울 수 있습니다.<br>
|
|
|
- 제품 반송 시 꼭 반품 신청 후, 안내에 따른 반송 부탁 드립니다.<br>
|
|
|
- 모니터의 종류 및 해상도에 따라 색상 및 이미지가 실제와 다를 수 있습니다.<br>
|
|
|
- 상품의 특성 상 측정방법에 따라 표기된 사이즈의 오차가 있을 수 있으며, 이로 인한 환불/교환은 제한될 수 있습니다.<br>
|
|
|
- 일부 상품의 경우, 제조사의 사정 등으로 가격이 변동될 수 있습니다.<br>
|
|
|
- 해당 상품의 A/S는 해당 상품의 제조사에 문의해 주시기 바랍니다.
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|