|
@@ -996,7 +996,7 @@ class Fullordertt extends Start_Controller {
|
|
}
|
|
}
|
|
if((($post['express'] == 2 || $post['express'] == 63 || $post['express'] == 64) && $post['type'] != 5) || ($post['express'] != 2 && $post['express'] != 63 && $post['express'] != 64 && $post['type'] == 5))
|
|
if((($post['express'] == 2 || $post['express'] == 63 || $post['express'] == 64) && $post['type'] != 5) || ($post['express'] != 2 && $post['express'] != 63 && $post['express'] != 64 && $post['type'] == 5))
|
|
{
|
|
{
|
|
- echo json_encode(array('msg'=>'此快递方式必须选择美国仓!','success'=>false));exit;
|
|
|
|
|
|
+ echo json_encode(array('msg'=>'此快递方式不可从美仓发货!','success'=>false));exit;
|
|
}
|
|
}
|
|
// if($post['express'] == 42 && $post['sbpm'] != 'Human Hair Wigs' && $post['sbpm'] != 'Human Hair Goods' && $post['type'] != 34)//$post['express'] == 3 ||
|
|
// if($post['express'] == 42 && $post['sbpm'] != 'Human Hair Wigs' && $post['sbpm'] != 'Human Hair Goods' && $post['type'] != 34)//$post['express'] == 3 ||
|
|
// {
|
|
// {
|