发货查询单号数量如何设置

2016-07-07 16:14 来源:www.chinab4c.com 作者:ecshop专家

使用common模板2.7 网站www.51aiziji.cn

问题:1发货查询下面的单号数量在后台无法设置, 默认显示10个后其他的,不会显示, 希望默认显示数量后,其他的自动滚动

回答:
这个问题没人正确回答过

index.php文件,找到

1. $GLOBALS['ecs']->table('order_info') . ' AS o' .
2. ' LEFT JOIN ' . $GLOBALS['ecs']->table('shipping') . ' AS s ON s.shipping_id = o.shipping_id' .
3. " WHERE invoice_no > '' AND shipping_status = " . SS_SHIPPED .
4. ' ORDER BY shipping_time DESC LIMIT 10';

复制代码
最后面的10改一下就行了。

滚动,论坛有方法,你可以试下

以解决以解决

奇怪,我按4楼的办法。首页上边乱码 Warning: Cannot modify header information - headers already sent by (output started at /home/content/54/5372054/html/index.php:1) in /home/content/54/5372054/html/includes/init.php on line 162

Warning: Cannot modify header information - headers already sent by (output started at /home/content/54/5372054/html/index.php:1) in /home/content/54/5372054/html/includes/init.php on line 163

Warning: Cannot modify header information - headers already sent by (output started at /home/content/54/5372054/html/index.php:1) in /home/content/54/5372054/html/includes/cls_template.php on line 58

你的编辑器问题
http://bbs.ecshop.com/thread-95341-1-1.html
里面搜索下关键词

好,正需要