Merge branch 'master' of github.com:gnuboard/yc4s
This commit is contained in:
@ -189,7 +189,7 @@ if ($i == 0) echo '<tr><td colspan="'.$colspan.'" class="empty_table">장바구
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<?php if ($goods_count) $goods .= '<div> 외 '.$goods_count.'건</div>'; ?>
|
||||
<?php if ($goods_count) $goods .= ' 외 '.$goods_count.'건'; ?>
|
||||
|
||||
<?php
|
||||
// 배송비가 0 보다 크다면 (있다면)
|
||||
|
||||
@ -9,6 +9,10 @@ if(get_magic_quotes_gpc())
|
||||
$_GET = array_map("mysql_real_escape_string", $_GET);
|
||||
$_POST = array_map("mysql_real_escape_string", $_POST);
|
||||
|
||||
// 결제등록 완료 체크
|
||||
if($_POST['tran_cd'] == '' || $_POST['enc_info'] == '' || $_POST['enc_data'] == '')
|
||||
alert('결제등록 요청 후 주문해 주십시오.');
|
||||
|
||||
// 장바구니가 비어있는가?
|
||||
if (get_session("ss_direct"))
|
||||
$tmp_uq_id = get_session('ss_uq_direct');
|
||||
|
||||
Reference in New Issue
Block a user