如何在下订单时或在 Opencart 2.1.0.2 中更改订单状态时,从发送给客户的电子邮件发票中删除IP。
我已经从目录/视图/主题/默认/模板/ mail / order.tpl 文件中删除了xp = &x yp = &x
10 10
run *xp = *xp ^ *yp;
0 0 //the value at xp is changed but since locations xp and yp are same, pointing to variable x, both will hold same values at all times.
行,但它仍在发送IP地址。
任何人都可以帮助。
答案 0 :(得分:0)
删除以下代码
$data['text_ip'] = $language->get('text_new_ip');
中的 catalog\model\checkout
和
$_['text_new_ip']= 'IP Address:';
中的 catalog\language\english\mail
并且
'ip'=> $order_query->row['ip'],
中的 catalog\model\checkout\order.php