#211 주문시 추가배송비 처리 코드 추가

This commit is contained in:
chicpro
2013-06-17 15:50:06 +09:00
parent 97d9e2e097
commit 04ec45c0c5
18 changed files with 231 additions and 29 deletions

View File

@ -26,6 +26,8 @@ $sql = " update {$g4['shop_order_table']}
od_invoice_time = '$od_invoice_time' ";
if (isset($od_send_cost))
$sql .= " , od_send_cost = '$od_send_cost' ";
if (isset($od_send_cost2))
$sql .= " , od_send_cost2 = '$od_send_cost2' ";
$sql .= " where od_id = '$od_id' ";
sql_query($sql);