ecshop问题彻底去掉省略号…

2016-07-07 14:55 来源:www.chinab4c.com 作者:ecshop专家

0,问题彻底去掉省略号…

市肆配置 – 表现配置 – 商品名称的长度清空

市肆配置 – 表现配置 – 文章问题的长度清空

再直接干掉lib_base.php中
if ($append && $str != $newstr)
{
$newstr .= '…';
}

标签 {$article.short_title|truncate:15:"":true}


1,一招办理!!!办理ECSHOP中transport.js和jquery的斗嘴

在page_header.lbi文件的最后头添加下面的代码即可,经IETester测试后,ie6及以上都可行。
test.js为本身用jquery写的一些代码,要放在jquery文件的后头,留意不能和jquery文件一同导入,留意次序,不然会堕落。
次序为:先导入transport.js文件{insert_scripts files='transport.js,utils.js'},
然后导入jquery文件 ,{insert_scripts files='niuzai/jquery-1.8.3.js'}
再加上这段代码
<script type="text/javascript">
$(function() {
window.__Object_toJS**tring = Object.prototype.toJS**tring;
delete Object.prototype.toJS**tring;
});
</script>
最后引入本身用jqeury誊写的js文件。{insert_scripts files='test.js'}

例子:
{insert_scripts files='min.js,jquery-1.5.2.min.js,jquery.lazyload.js'}
<script type="text/javascript">
$(function() {
window.__Object_toJS**tring = Object.prototype.toJS**tring;
delete Object.prototype.toJS**tring;
});
</script>
<script type="text/javascript">
jQuery(document).ready(
function($){
$("img").lazyload({
placeholder : "{$ecs_themes_path}images/grey.gif",
effect: "fadeIn"
});
});hailif896.com
hailifxs56.com
baijle41.com

</script>

回答:
恩可以的省略点了