欢迎来到元素模板www.ys720.com,本站提供专业的织梦模板网站模板ASPCMS模板网站修改/网站仿站
当前位置:主页 > 程序教程 > ECSHOP教程 >
ECSHOP教程

ecshop 修改后台订单分页模板和样式

(元素模板) / 2021-03-31 14:43
如何修改ecshop后台订单的分页样式和模板呢?元素模板为您解答
1.在订单列表链接order.php?act=list加上 catid=2,order.php?act=list&catid=2
2.在搜索elseif ($_REQUEST['act'] == 'query') 在 下面加上$catid=$_REQUEST['catid'];
3.再搜索

make_json_result($smarty->fetch('order_list.htm'), '', array('filter' => $order_list['filter'], 'page_count' => $order_list['page_count']));

改成
if($catid==2) {
make_json_result($smarty->fetch('order_list_2.htm'), '', array('filter' => $order_list['filter'], 'page_count' => $order_list['page_count']));
 
}else{
 
make_json_result($smarty->fetch('order_list.htm'), '', array('filter' => $order_list['filter'], 'page_count' => $order_list['page_count']));
}
4.最后在后台模板里面加上order_list_2.htm这个订单模板即可

Copyright @ 2013-2019 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com