18
11月
Zen Cart扩展之产品放大镜效果商业插件Magic Zoom破解
第一种效果:
[caption id="attachment_355" align="aligncenter" width="660" caption="Magic Zoom Plus™"]
[/caption]
[/caption]
效果一破解后的插件下载:Read more »
[/caption]
效果一破解后的插件下载:Read more »
加上: .productListing-data { border-bottom:1px solid #7591B1; padding:0.5em; }如果要加虚线.把solid改成dashed,要加点线把solid改成dotted 其他效果请参照css手册...
修改\includes\modules\sideboxes\whos_online.php 找到 if ($user_total == 1) { 然后在前面 增加 $n_guests = number_format($n_guests*5+70,0,'.',','); //在线访客 $n_members = number_format($n_members*5+70,0,'.',',');//在线会员 PS: $n_guests*2+1200 这样显示的客户数是 实际数量 * 5 + 70...