|
|
@@ -409,7 +409,9 @@
|
|
|
|
|
|
<!-- //***** 상품소개영역 ***** -->
|
|
|
<th:block th:include="~{web/goods/GoodsIncludeFormWeb :: goodsDealComposeForm}"></th:block>
|
|
|
-
|
|
|
+
|
|
|
+ <!-- 2021.08.30 card007 추천솔루션 관련 주석처리 추후 주석 제거 필요 -->
|
|
|
+ <th:block th:if="false">
|
|
|
<!-- 이 상품과 함께 본 상품 -->
|
|
|
<div class="content wide pd_clickother" id="goodsTogetherbArea" th:if="${togetherGoodsList != null and !togetherGoodsList.empty}">
|
|
|
<div class="cont_head">
|
|
|
@@ -454,6 +456,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- // 이 상품과 함께 본 상품 -->
|
|
|
+ </th:block>
|
|
|
+ <!-- 2021.08.30 card007 추천솔루션 관련 주석처리 추후 주석 제거 필요 -->
|
|
|
</div>
|
|
|
<!-- 상품썸네일 크게보기 팝업 -->
|
|
|
<div class="pd_pop full_pop pd_itemthumb_pop" id="pdItemThumbPop" th:if="${(goodsImgList != null and !goodsImgList.empty)}" >
|