모바일 쇼핑몰 경로 수정

This commit is contained in:
chicpro
2013-05-09 18:10:40 +09:00
parent 25ad9fe183
commit dd60b60ced
12 changed files with 33 additions and 33 deletions

View File

@ -11,7 +11,7 @@ else {
}
if (get_cart_count($tmp_uq_id) == 0)
alert('장바구니가 비어 있습니다.', G4_MSHOP_URL.'/cart.php');
alert('장바구니가 비어 있습니다.', G4_SHOP_URL.'/cart.php');
// 포인트 결제 대기 필드 추가
//sql_query(" ALTER TABLE `$g4[shop_order_table]` ADD `od_temp_point` INT NOT NULL AFTER `od_temp_card` ", false);