|
|
@@ -117,22 +117,24 @@
|
|
|
<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>
|
|
|
+ <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>
|
|
|
+ <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:block th:if="${tmtbList != null and !tmtbList.empty}">
|
|
|
- <span th:each="tmtb, status : ${tmtbList}" th:if="${status.first}">
|
|
|
- <em><th:block th:text="${#numbers.formatInteger(tmtb.sectionVal, 0,'COMMA')}"></th:block><th:block th:text="${(tmtb.sectionGb == 'G810_10')? '개':'금액'}"></th:block></em> 이상 구매 시
|
|
|
- <em><th:block th:text="${#numbers.formatInteger(tmtb.dcVal, 0,'COMMA')}"></th:block><th:block th:text="${(tmtb.dcWay == 'G240_10')? '원':'%'}"></th:block></em></em> 할인
|
|
|
- </span>
|
|
|
+ <span th:each="tmtb, status : ${tmtbList}" th:if="${status.first}">
|
|
|
+ <em><th:block th:text="${#numbers.formatInteger(tmtb.sectionVal, 0,'COMMA')}"></th:block><th:block th:text="${(tmtb.sectionGb == 'G810_10')? '개':'금액'}"></th:block></em> 이상 구매 시
|
|
|
+ <em><th:block th:text="${#numbers.formatInteger(tmtb.dcVal, 0,'COMMA')}"></th:block><th:block th:text="${(tmtb.dcWay == 'G240_10')? '원':'%'}"></th:block></em></em> 할인
|
|
|
+ </span>
|
|
|
</th:block>
|
|
|
<span th:if="${freeGoodsList != null and !freeGoodsList.empty}">
|
|
|
<th:block th:each="freeGoods, status : ${freeGoodsList}" th:if="${status.first}">
|
|
|
@@ -140,7 +142,7 @@
|
|
|
<button type="button" id="btn_bnfShopping_pop" class="btn_popup" th:onclick="cfGoodsShopBenefitInfo([[${goodsInfo.goodsCd}]])"><span>자세히</span></button>
|
|
|
</dd>
|
|
|
</dl>
|
|
|
- <dl class="bnf_card">
|
|
|
+ <dl class="bnf_card" th:if="${cardInfoList != null and !cardInfoList.empty}">
|
|
|
<dt>카드혜택</dt>
|
|
|
<dd>
|
|
|
<th:block th:each="cardInfo, status : ${cardInfoList}">
|