추가배송비 쿼리 코드를 주문업데이트 쿼리 코드와 동일하게금 수정
This commit is contained in:
@ -8,8 +8,8 @@ if(!$code)
|
|||||||
|
|
||||||
$sql = " select sc_id, sc_price
|
$sql = " select sc_id, sc_price
|
||||||
from {$g5['g5_shop_sendcost_table']}
|
from {$g5['g5_shop_sendcost_table']}
|
||||||
where sc_zip1 <= $code
|
where sc_zip1 <= '$code'
|
||||||
and sc_zip2 >= $code ";
|
and sc_zip2 >= '$code' ";
|
||||||
$row = sql_fetch($sql);
|
$row = sql_fetch($sql);
|
||||||
|
|
||||||
if(!$row['sc_id'])
|
if(!$row['sc_id'])
|
||||||
|
|||||||
Reference in New Issue
Block a user