|
|
@@ -103,16 +103,26 @@
|
|
|
<div class="inner" th:if="${(cardInfoList != null and !cardInfoList.empty) or
|
|
|
(goodsCouponList != null and !goodsCouponList.empty) or
|
|
|
(tmtbList != null and !tmtbList.empty) or
|
|
|
- (freeGoodsList != null and !freeGoodsList.empty)}" >
|
|
|
+ (freeGoodsList != null and !freeGoodsList.empty) or
|
|
|
+ (goodsCoupon1List != null and !goodsCoupon1List.empty)}" >
|
|
|
<div class="benefit_box">
|
|
|
- <dl class="bnf_shopping" th:if="${(goodsCouponList != null and !goodsCouponList.empty) or (tmtbList != null and !tmtbList.empty)}">
|
|
|
+ <dl class="bnf_shopping" th:if="${(goodsCouponList != null and !goodsCouponList.empty) or
|
|
|
+ (tmtbList != null and !tmtbList.empty) or
|
|
|
+ (freeGoodsList != null and !freeGoodsList.empty) or
|
|
|
+ (goodsCoupon1List != null and !goodsCoupon1List.empty)}">
|
|
|
<dt>쇼핑혜택</dt>
|
|
|
<dd>
|
|
|
+ <th:block th:if="${goodsCoupon1List != null and !goodsCoupon1List.empty}">
|
|
|
+ <span th:each="goodsCoupon, status : ${goodsCoupon1List}" th:if="${status.first}"><em>
|
|
|
+ <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> 즉시할인</span>
|
|
|
+ </th:block>
|
|
|
<th:block th:if="${goodsCouponList != null and !goodsCouponList.empty}">
|
|
|
<span th:each="goodsCoupon, status : ${goodsCouponList}" th:if="${status.first}">최대 <em>
|
|
|
- <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> 쿠폰 할인</span>
|
|
|
+ <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> 쿠폰 할인</span>
|
|
|
</th:block>
|
|
|
<th:block th:if="${tmtbList != null and !tmtbList.empty}">
|
|
|
<span th:each="tmtb, status : ${tmtbList}" th:if="${status.first}">
|