|
|
@@ -18,8 +18,6 @@
|
|
|
-->
|
|
|
<body>
|
|
|
<th:block layout:fragment="content">
|
|
|
-<main role="" id="" class="container pd" th:with="imgGoodsUrl=${@environment.getProperty('upload.goods.view')}, uxImgUrl=${@environment.getProperty('domain.uximage')}, imgUrl=${@environment.getProperty('upload.image.view')}">
|
|
|
- <!-- ★ 컨텐츠 시작 -->
|
|
|
<form name="cartForm" id="cartForm" method="post">
|
|
|
<input type="hidden" name="mode">
|
|
|
<input type="hidden" name="goodsCd" th:value="${params.goodsCd}" />
|
|
|
@@ -38,6 +36,9 @@
|
|
|
<input type="hidden" name="currPrice" th:value="${goodsInfo.currPrice}"/>
|
|
|
<input type="hidden" name="goodsType" th:value="${goodsInfo.goodsType}"/>
|
|
|
<input type="hidden" name="selfGoodsYn" th:value="${goodsInfo.selfGoodsYn}"/>
|
|
|
+<main role="" id="" class="container pd" th:with="imgGoodsUrl=${@environment.getProperty('upload.goods.view')}, uxImgUrl=${@environment.getProperty('domain.uximage')}, imgUrl=${@environment.getProperty('upload.image.view')}">
|
|
|
+ <!-- ★ 컨텐츠 시작 -->
|
|
|
+
|
|
|
<section class="pd_detail">
|
|
|
<!-- 210409_ 구조변경 : .pd_info, .pd_info1 추가 -->
|
|
|
<div class="pd_info">
|
|
|
@@ -278,14 +279,13 @@
|
|
|
</th:block>
|
|
|
</th:block>
|
|
|
</th:block>
|
|
|
+ <th:block th:if="${goodsInfo.goodsTopDesc != null and !goodsInfo.goodsTopDesc.empty }" th:utext="${#strings.unescapeJava(#strings.escapeJava(goodsInfo.goodsTopDesc))}"></th:block >
|
|
|
|
|
|
</div>
|
|
|
|
|
|
- <div class="view_outfit_box" >
|
|
|
+ <div class="view_outfit_box" th:if="${goodsInfo.tobeFormYn == 'N' and goodsInfo.goodsDesc != null and !goodsInfo.goodsDesc.empty}">
|
|
|
<!-- 관리자 에디터입력 내용 노출 상단 html -->
|
|
|
- <th:block th:if="${goodsInfo.goodsTopDesc != null and !goodsInfo.goodsTopDesc.empty }" th:utext="${#strings.unescapeJava(#strings.escapeJava(goodsInfo.goodsTopDesc))}"></th:block >
|
|
|
-
|
|
|
- <th:block th:if="${goodsInfo.tobeFormYn == 'N' and goodsInfo.goodsDesc != null and !goodsInfo.goodsDesc.empty}" th:utext="${#strings.unescapeJava(#strings.escapeJava(goodsInfo.goodsDesc))}"></th:block>
|
|
|
+ <th:block th:utext="${#strings.unescapeJava(#strings.escapeJava(goodsInfo.goodsDesc))}"></th:block>
|
|
|
</div>
|
|
|
<th:block th:if="${goodsInfo.tobeFormYn == 'Y'}">
|
|
|
<!-- 착용컷 노출 -->
|
|
|
@@ -583,7 +583,7 @@
|
|
|
</div>
|
|
|
<!-- //상품필수정보 노출 -->
|
|
|
</div>
|
|
|
- <div class="btn_more_box">
|
|
|
+ <div class="btn_more_box covered">
|
|
|
<div class="btn_group_flex">
|
|
|
<div>
|
|
|
<button type="button" class="btn btn_default">
|
|
|
@@ -1003,7 +1003,7 @@
|
|
|
<!-- 구매하기팝업 -->
|
|
|
</section>
|
|
|
<!-- ★ 컨텐츠 종료 -->
|
|
|
-</form>
|
|
|
+
|
|
|
<!-- 바닥메뉴 -->
|
|
|
<div class="product_floormenu"><!-- ☞☞ 제품이 품절되면 soldout클래스 추가 -->
|
|
|
<div class="share_like">
|
|
|
@@ -1050,9 +1050,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
-</main>
|
|
|
|
|
|
+</main>
|
|
|
+</form>
|
|
|
<!-- 바로구매 및 선물하기 장바구니 등록 정보 저장을 위한 form -->
|
|
|
<form id="directOrderForm" method="POST" action="/order/noMember"></form>
|
|
|
<script th:src="@{'/biz/goods.js?v=' + ${#calendars.format(#calendars.createNow(), 'yyyyMMddHHmmss')}}" src="/biz/goods.js"></script>
|
|
|
@@ -1961,6 +1961,8 @@
|
|
|
return false;
|
|
|
});
|
|
|
|
|
|
+
|
|
|
+
|
|
|
//슬라이드 - 함께하면 할인되는 다다익선 상품
|
|
|
var togetherItemSwiper = new Swiper('.pd .pd_together .area_slider .swiper-container', {
|
|
|
slidesPerView: 3,
|
|
|
@@ -2164,12 +2166,12 @@
|
|
|
fnEpCouponDown([[${afLinkCd}]], [[${params.goodsCd}]], 1);
|
|
|
|
|
|
|
|
|
- /* $('.Purchase_pop .btPop_close').click(function(){
|
|
|
+ $('.Purchase_pop .btPop_close').click(function(){
|
|
|
$('html, body').css({'overflow': 'visible', 'height': '100%'});
|
|
|
$('.container').removeClass('btPop_open');
|
|
|
autome.style.top = 100 + "%";
|
|
|
return false;
|
|
|
- }); */
|
|
|
+ });
|
|
|
|
|
|
});
|
|
|
|