G5-137 모바일 쇼핑몰 장바구니 닫힘 태그 누락 (eyoom님, 220621)

This commit is contained in:
seeoya
2022-06-21 18:42:06 +09:00
parent 444c6d88c2
commit c1a45a1bec

View File

@ -176,13 +176,13 @@ $cart_count = sql_num_rows($result);
<?php } ?>
<div id="sod_bsk_act" class="btn_confirm">
<div class="total">총계 <strong class="total_cnt"><?php echo number_format($tot_price); ?>원</strong>
</div>
<div class="total">총계 <strong class="total_cnt"><?php echo number_format($tot_price); ?>원</strong></div>
<input type="hidden" name="url" value="<?php echo G5_SHOP_URL; ?>/orderform.php">
<input type="hidden" name="act" value="">
<input type="hidden" name="records" value="<?php echo $i; ?>">
<button type="button" onclick="return form_check('buy');" class="btn_submit">주문하기</button>
</div>
</div>
<?php } ?>
<?php if ($naverpay_button_js) { ?>
<div class="naverpay-cart"><?php echo $naverpay_request_js.$naverpay_button_js; ?></div>