본인인증 알림 후 쇼핑몰 메인으로 이동하도록 수정

This commit is contained in:
chicpro
2014-05-27 16:24:45 +09:00
parent 369711afaf
commit 497050fc60
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ $ca = sql_fetch($sql);
if(!$is_admin) {
$msg = shop_member_cert_check($it_id, 'item');
if($msg)
alert($msg);
alert($msg, G5_SHOP_URL);
}
// 오늘 본 상품 저장 시작

View File

@ -28,7 +28,7 @@ $ca = sql_fetch($sql);
if(!$is_admin) {
$msg = shop_member_cert_check($it_id, 'item');
if($msg)
alert($msg);
alert($msg, G5_SHOP_URL);
}
// 오늘 본 상품 저장 시작

View File

@ -15,7 +15,7 @@ if (!$ca['ca_id'])
if(!$is_admin) {
$msg = shop_member_cert_check($ca_id, 'list');
if($msg)
alert($msg);
alert($msg, G5_SHOP_URL);
}
$g5['title'] = $ca['ca_name'].' 상품리스트';