|
@@ -129,13 +129,21 @@
|
|
|
<p>예약판매 상품 - <th:block th:text="${goodsInfo.delvResDt}"></th:block> 출고예정</p>
|
|
<p>예약판매 상품 - <th:block th:text="${goodsInfo.delvResDt}"></th:block> 출고예정</p>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="benefit_box" th:if="${cardInfoList != null and !cardInfoList.empty}" >
|
|
|
|
|
|
|
+ <div class="benefit_box" th:if="${(cardInfoList != null and !cardInfoList.empty) or
|
|
|
|
|
+ (goodsCouponList != null and !goodsCouponList.empty)
|
|
|
|
|
+ }" >
|
|
|
<dl>
|
|
<dl>
|
|
|
- <div class="bnf_shopping">
|
|
|
|
|
|
|
+ <div class="bnf_shopping" th:if="${goodsCouponList != null and !goodsCouponList.empty}">
|
|
|
<dt>쇼핑혜택</dt>
|
|
<dt>쇼핑혜택</dt>
|
|
|
- <!------------ 색상 강조 텍스트 영역 <em class="c_primary"></em> 사용요청 ------------>
|
|
|
|
|
<dd>
|
|
<dd>
|
|
|
- <span>최대 <em class="c_primary">15%</em> 쿠폰 할인</span>
|
|
|
|
|
|
|
+ <span th:if="${goodsCouponList != null and !goodsCouponList.empty}">
|
|
|
|
|
+ <th:block th:each="goodsCoupon, status : ${goodsCouponList}" th:if="${status.first}">
|
|
|
|
|
+ 최대 <em class="c_primary" >
|
|
|
|
|
+ <th:block th:if="${goodsCoupon.dcWay == 'G240_10'}" th:text="|${#numbers.formatInteger(goodsCoupon.dcVal, 0,'COMMA')}원|"></th:block>
|
|
|
|
|
+ <th:block th:unless="${goodsCoupon.dcWay == 'G240_10'}" th:text="|${goodsCoupon.dcVal}%|"></th:block>
|
|
|
|
|
+ </em> 쿠폰 할인
|
|
|
|
|
+ </th:block>
|
|
|
|
|
+ </span>
|
|
|
<span><em class="c_primary">99개</em> 이상 구매 시 <em class="c_primary">9,999,999원</em> 할인</span>
|
|
<span><em class="c_primary">99개</em> 이상 구매 시 <em class="c_primary">9,999,999원</em> 할인</span>
|
|
|
<span>미니언즈 우산 증정</span>
|
|
<span>미니언즈 우산 증정</span>
|
|
|
<button type="button" id="btn_bnfShopping_pop" class="btn_popup" th:onclick="cfGoodsShopBenefitInfo([[${goodsInfo.goodsCd}]])"><span>자세히</span></button>
|
|
<button type="button" id="btn_bnfShopping_pop" class="btn_popup" th:onclick="cfGoodsShopBenefitInfo([[${goodsInfo.goodsCd}]])"><span>자세히</span></button>
|