G5-137 모바일 쇼핑몰 장바구니 닫힘 태그 누락 (eyoom님, 220621)
This commit is contained in:
@ -176,13 +176,13 @@ $cart_count = sql_num_rows($result);
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<div id="sod_bsk_act" class="btn_confirm">
|
<div id="sod_bsk_act" class="btn_confirm">
|
||||||
<div class="total">총계 <strong class="total_cnt"><?php echo number_format($tot_price); ?>원</strong>
|
<div class="total">총계 <strong class="total_cnt"><?php echo number_format($tot_price); ?>원</strong></div>
|
||||||
</div>
|
|
||||||
<input type="hidden" name="url" value="<?php echo G5_SHOP_URL; ?>/orderform.php">
|
<input type="hidden" name="url" value="<?php echo G5_SHOP_URL; ?>/orderform.php">
|
||||||
<input type="hidden" name="act" value="">
|
<input type="hidden" name="act" value="">
|
||||||
<input type="hidden" name="records" value="<?php echo $i; ?>">
|
<input type="hidden" name="records" value="<?php echo $i; ?>">
|
||||||
<button type="button" onclick="return form_check('buy');" class="btn_submit">주문하기</button>
|
<button type="button" onclick="return form_check('buy');" class="btn_submit">주문하기</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php if ($naverpay_button_js) { ?>
|
<?php if ($naverpay_button_js) { ?>
|
||||||
<div class="naverpay-cart"><?php echo $naverpay_request_js.$naverpay_button_js; ?></div>
|
<div class="naverpay-cart"><?php echo $naverpay_request_js.$naverpay_button_js; ?></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user