首页 > CMS > Ecshop > 正文

“您最近30天内提交了x个订单”链接到ecshop订单列表页的方法

2024-07-09 22:56:47
字体:
来源:转载
供稿:网友
以官方默认模板为例,打开  /themes/default/user_clicps.dwt 文件



{$lang.last_month_order}{$info.order_count}{$lang.order_unit}

修改为

<a href="user.php?act=order_list">{$lang.last_month_order}{$info.order_count}{$lang.order_unit}</a>

就可以了  
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表