답변 1개
자문자답입니다
$sql = " INSERT INTO {$g5['g5_shop_cart_table']}
( od_id, mb_id, it_id, it_name, it_sc_type, it_sc_method, it_sc_price, it_sc_minimum, it_sc_qty, ct_status, ct_price, ct_point, ct_point_use, ct_stock_use, ct_option, ct_qty, ct_notax, io_id, io_type, io_price, ct_time, ct_ip, ct_send_cost, ct_direct, ct_select, ct_select_time, ct_reserve, ct_normal )
VALUES ";
에서 ct_reserve, ct_normal 순서를 바꿨더니 정상으로 나오네요
이 순서에 따라 바뀔 줄은 생각도 못했습니다
답변을 작성하려면 로그인이 필요합니다.