Ecshop模板网
首页 > ecshop教程 > ecshop安装使用 > 在ecshop订单列表中显示收货人姓名、支付方式的方法
文章详情

在ecshop订单列表中显示收货人姓名、支付方式的方法

ecshop模板网 / 2014-05-04

在ecshop订单列表中显示收货人姓名、支付方式的方法!
1:includes\lib_transaction.php中。
function get_user_orders()函数SQL语句中增加
$sql = "SELECT order_id, order_sn, order_status, shipping_status,consignee,pay_name, pay_status, add_time, " .
"(goods_amount + shipping_fee + insure_fee + pay_fee + pack_fee + card_fee + tax - discount) AS total_fee ".
" FROM " .$GLOBALS['ecs']->table('order_info') .
" WHERE user_id = '$user_id' ORDER BY add_time DESC";
2:数组中
'consignee'       => $row['consignee'],
'pay_name'       => $row['pay_name'],
3:在ECSHOP模板文件user_transaction.dwt的order_list中

{$item.order_sn}
{$item.order_time}
{$item.consignee}
{$item.pay_name}
{$item.total_fee}
{$item.order_status}
{$item.handler}
下一篇: ecshop专题topi伪静态化方法 上一篇: ecshop Warning: Cannot modify header information问题
 用户评论(共 0 条评论)
  • 暂时还没有任何用户评论
用户名: 匿名用户 E-mail:
当前心情:
评论内容:
验证码: captcha
返回顶部 返回首页
 
QQ在线咨询
售前电话热线
#
售前QQ客服