테이블 변수명에서 yc4_를 shop_로 변경
This commit is contained in:
@ -14,7 +14,7 @@ if (get_cart_count($tmp_uq_id) == 0)
|
||||
alert("장바구니가 비어 있습니다.", "./cart.php");
|
||||
|
||||
// 포인트 결제 대기 필드 추가
|
||||
//sql_query(" ALTER TABLE `$g4[yc4_order_table]` ADD `od_temp_point` INT NOT NULL AFTER `od_temp_card` ", false);
|
||||
//sql_query(" ALTER TABLE `$g4[shop_order_table]` ADD `od_temp_point` INT NOT NULL AFTER `od_temp_card` ", false);
|
||||
|
||||
$g4['title'] = '주문서 작성';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user