| | |
| | | { |
| | | if ($this->cityId) { |
| | | foreach ($this->productList as &$product) { |
| | | if($product['is_virtual'] == 1){ |
| | | if($product['is_virtual'] == 1||$product['is_virtual'] == 3){ |
| | | continue; |
| | | } |
| | | if($product['delivery_id'] == 0){ |
| | |
| | | $orderTotalPrice = helper::getArrayColumnSum($this->productList, 'total_price'); |
| | | foreach ($this->productList as &$product) { |
| | | // 如果是虚拟物品,则为0 |
| | | if($product['is_virtual'] == 1){ |
| | | if($product['is_virtual'] == 1 || $product['is_virtual'] == 3){ |
| | | $product['express_price'] = 0; |
| | | }else if($product['delivery_id'] == 0){ |
| | | // 包邮 |