경로 및 전체테이블명 변경
This commit is contained in:
@ -5,7 +5,7 @@ $zipcode = preg_replace("/[^0-9]/", "", $zip);
|
||||
|
||||
if(!$zipcode) exit;
|
||||
|
||||
$sql = " select sc_amount from {$g4['yc4_sendcost_table']} where sc_zip1 <= '$zipcode' and sc_zip2 >= '$zipcode' ";
|
||||
$sql = " select sc_amount from {$g4['shop_sendcost_table']} where sc_zip1 <= '$zipcode' and sc_zip2 >= '$zipcode' ";
|
||||
$row = sql_fetch($sql);
|
||||
|
||||
if($row['sc_amount']) {
|
||||
|
||||
Reference in New Issue
Block a user