|
|
@@ -884,10 +884,10 @@ class Fullordersmt extends Start_Controller {
|
|
|
if($lo_ret['code'] != 1){
|
|
|
echo json_encode(array('msg'=>$lo_ret['msg'],'success'=>false));exit;
|
|
|
}
|
|
|
- if($post['express'] == 24 && $post['sbpm'] != 'Hair Sample' && $post['sbpm'] != 'Human Hair Wigs' && $post['sbpm'] != 'Human Hair Goods')//$post['express'] == 3 ||
|
|
|
- {
|
|
|
- echo json_encode(array('msg'=>'此快递方式必须选择Hair Sample/Human Hair Wigs/Human Hair Goods!','success'=>false));exit;
|
|
|
- }
|
|
|
+ // if($post['express'] == 24 && $post['sbpm'] != 'Hair Sample' && $post['sbpm'] != 'Human Hair Wigs' && $post['sbpm'] != 'Human Hair Goods')//$post['express'] == 3 ||
|
|
|
+ // {
|
|
|
+ // echo json_encode(array('msg'=>'此快递方式必须选择Hair Sample/Human Hair Wigs/Human Hair Goods!','success'=>false));exit;
|
|
|
+ // }
|
|
|
if($post['country'] != 192 && $post['express'] == 1 && $post['sbpm'] != 'Synthetic Hair Wigs' && $post['sbpm'] != 'Synthetic Hair Goods')//$post['express'] == 3 ||
|
|
|
{
|
|
|
echo json_encode(array('msg'=>'非美国选择官方DHL必须选择Synthetic Hair Wigs/Synthetic Hair Goods','success'=>false));exit;
|