[ecshop]在搜索栏下加入当前时间和滚动欢迎词的方法
直接在后台“库项目管理”中“page_header.lbi - 页面顶部”的最后一个</div>之前加入以下代码:
<!--新加代码开始-->
<div align="left">
<table width="100%" border="0">
<tr>
<td width="20%"><font color="#ff3333">尊敬的顾客你好,现在的时间是:</font></td>
<td width="20%"><div id="a"> <script>setInterval("a.innerHTML=new Date().toLocaleString()+''.charAt(new Date().getDay())",500) </script> </div></td>
<td width="60%"><font color="#ff3333"><marquee>★ 请使用支付宝担保交易的买家朋友注意,现在有很多的买家朋友在收到货后没能及时在支付宝里确认以至于我们的资金不能及时到账,请收到货后的朋友及时确认 下。谢谢合作!</marquee></font></td>
</tr>
</table>
</div>
<!--新加代码结束-->