|
@@ -336,8 +336,8 @@
|
|
|
<div class="inner wide">
|
|
<div class="inner wide">
|
|
|
<div class="btn_group btn_group_flex">
|
|
<div class="btn_group btn_group_flex">
|
|
|
<div>
|
|
<div>
|
|
|
- <button type="button" class="btn btn_primary">
|
|
|
|
|
- 동의 후 <span class="total_price" id="btn_payment">0</span>원 결제하기
|
|
|
|
|
|
|
+ <button type="button" class="btn btn_primary" id="btn_payment">
|
|
|
|
|
+ 동의 후 <span class="total_price">0</span>원 결제하기
|
|
|
</button>
|
|
</button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -354,13 +354,6 @@
|
|
|
<div id="couponSelectPop02" class="popup_box couponSelectPop couponSelectPop02"></div>
|
|
<div id="couponSelectPop02" class="popup_box couponSelectPop couponSelectPop02"></div>
|
|
|
<!-- //배송비 쿠폰선택_팝업 -->
|
|
<!-- //배송비 쿠폰선택_팝업 -->
|
|
|
|
|
|
|
|
-<!-- 카카오페이 iframe -->
|
|
|
|
|
-<iframe name="kakaoPayiFrame" id="kakaoPayiFrame" style="display:block; width:100vw; height:100vh;"></iframe>
|
|
|
|
|
-<!-- //카카오페이 iframe -->
|
|
|
|
|
-<!-- 네이버페이 iframe -->
|
|
|
|
|
-<iframe name="naverPayiFrame" id="naverPayiFrame" style="display:block; width:100vw; height:100vh;"></iframe>
|
|
|
|
|
-<!-- //네이버페이 iframe -->
|
|
|
|
|
-
|
|
|
|
|
<script th:inline="javascript">
|
|
<script th:inline="javascript">
|
|
|
// 배송관련정보 변수선언
|
|
// 배송관련정보 변수선언
|
|
|
var cartGoodsList = [[${cartGoodsList}]] // 배송목록
|
|
var cartGoodsList = [[${cartGoodsList}]] // 배송목록
|
|
@@ -2360,7 +2353,7 @@ var custCpnSumAmtCal = function() {
|
|
|
$("#realOrdAmt").text(realOrdSumAmt.addComma()); // 총 결제 예정 금액
|
|
$("#realOrdAmt").text(realOrdSumAmt.addComma()); // 총 결제 예정 금액
|
|
|
$("#orderForm .realOrdAmt").text(realOrdSumAmt.addComma()); // 총 결제 예정 금액
|
|
$("#orderForm .realOrdAmt").text(realOrdSumAmt.addComma()); // 총 결제 예정 금액
|
|
|
$("#orderForm .orgGoodsSumAmt").text(orgGoodsSumAmt.addComma());
|
|
$("#orderForm .orgGoodsSumAmt").text(orgGoodsSumAmt.addComma());
|
|
|
- $("#orderForm #btn_payment").text(realOrdSumAmt.addComma()); // 총 결제 예정 금액
|
|
|
|
|
|
|
+ $("#orderForm #btn_payment span").text(realOrdSumAmt.addComma()); // 총 결제 예정 금액
|
|
|
$("#orderForm .dcSumAmt").text(totDcSumAmt.addComma()); // 할인금액합계
|
|
$("#orderForm .dcSumAmt").text(totDcSumAmt.addComma()); // 할인금액합계
|
|
|
|
|
|
|
|
var tempSavePnt = savePntSumAmt - prePntDcAmt;
|
|
var tempSavePnt = savePntSumAmt - prePntDcAmt;
|