网站开发 · 2025年4月24日

如何更改ecshop头部用户信息

如果更改ecshop网店系统头部用户信息,找到ecshop头部用户信息对应模块 /themes/library/member_info.lbi

   {$user_info.username}

   对应 /includes/lib_main.php 文件下的get_user_info函数

     

 如何更改ecshop头部用户信息插图

  找到 function get_user_info($id=0)

 

    $user[‘username’]    = $user[‘username’];为用户信息名字