쇼핑몰 테스트 결제로 설정되어 있을시 경고문 추가 및 쇼핑몰 설정 체크 과정 추가

This commit is contained in:
thisgun
2020-01-23 11:14:29 +09:00
parent 383dc8f75b
commit cf2a15ee33
6 changed files with 118 additions and 16 deletions

View File

@ -140,6 +140,10 @@ if(!sql_query(" select mb_id from {$g5['g5_shop_order_delete_table']} limit 1 ",
ADD `de_ip` varchar(255) NOT NULL DEFAULT '' AFTER `mb_id`,
ADD `de_datetime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `de_ip` ", true);
}
if( function_exists('pg_setting_check') ){
pg_setting_check(true);
}
?>
<div class="local_ov01 local_ov">