ectouch笔记
1.取消配送方式验证mobile\include\apps\default\controller\FlowController.class.php 第1109行
if (isset($is_real_good)) { $res = $this->model->table('shipping')->field('shipping_id')->where("shipping_id=" . $order ['shipping_id'] . " AND enabled =1")->getOne(); if (!$res) { show_message(L('flow_no_shipping')); } } // 注释以上全部代码
flow_checkout.dwt还需要注释掉flow_no_shipping
<script type="text/javascript"> var flow_no_payment = "{$lang.flow_no_payment}"; // var flow_no_shipping = "{$lang.flow_no_shipping}"; // 这段代码需要注释 </script>