会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
limonyun
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
下一页
2018年1月4日
ecstore 添加快速搜索
摘要: 在对应的dbschema中的字段添加 'searchtype' => 'has', 'filtertype' => 'yes', 'filterdefault' => true, 如果是关联表则还需要加以下代码: 在model文件夹下面对应的php文件加:
阅读全文
posted @ 2018-01-04 10:47 limonyun
阅读(294)
评论(0)
推荐(0)
编辑
2017年12月28日
ueditor不过滤保存html
摘要: function isText(node, arr) { if(node.parentNode.tagName == 'pre'){ //源码模式下输入html标签,不能做转换处理,直接输出 arr.push(node.data) }else{ // arr.push(notTransTagName
阅读全文
posted @ 2017-12-28 10:24 limonyun
阅读(526)
评论(0)
推荐(0)
编辑
ecstore 新增input控件方法
摘要: 打开app\desktop\lib\view\input.php 新建 input_xxx方法
阅读全文
posted @ 2017-12-28 10:17 limonyun
阅读(188)
评论(0)
推荐(0)
编辑
ecstore前台模板保留css样式
摘要: 打开app\site\lib\controller.php
阅读全文
posted @ 2017-12-28 10:14 limonyun
阅读(144)
评论(0)
推荐(0)
编辑
2017年12月22日
ecstore 当前网址
摘要: php:$base_url=kernel::base_url(true);
阅读全文
posted @ 2017-12-22 11:32 limonyun
阅读(105)
评论(0)
推荐(0)
编辑
2017年12月8日
mysql 导入数据过大报错
摘要: set global max_allowed_packet=524288000 临时更改最大500M
阅读全文
posted @ 2017-12-08 10:51 limonyun
阅读(129)
评论(0)
推荐(0)
编辑
2017年11月16日
js 购物车放大缩小动画
摘要: 如果不是动作触发的话,就要注意,每次触发一次都要删掉该class,可以延迟1-2秒删除
阅读全文
posted @ 2017-11-16 15:24 limonyun
阅读(330)
评论(0)
推荐(0)
编辑
Ecshop js实现飞入购物车效果
摘要: 如果需要循环的话,在后面加参数就行 但购物车一般是ajax,像ecshop是ajax.call方法,成功后执行js方法,所以上述操作是获取不了鼠标事件的,所以要做些修改;
阅读全文
posted @ 2017-11-16 15:18 limonyun
阅读(281)
评论(0)
推荐(0)
编辑
2017年11月15日
js 重写alert 隐藏ip或者域名
摘要:
阅读全文
posted @ 2017-11-15 11:52 limonyun
阅读(1056)
评论(0)
推荐(0)
编辑
ecstore 导出问题解决(未导出或导出文件为0字节)
摘要: 如果导出队列能成功执行(队列不执行看这里)但是并未生成文件,那么原因大部份可能是出在FTP上。 ECSTORE2.0采用了PHP的FTP模块,所以先确认你的环境是否安装了FTP模块,如果没有,安装并在PHP.INI中配置好模组路径。 功能文件:\app\importexport\lib\policy
阅读全文
posted @ 2017-11-15 09:02 limonyun
阅读(256)
评论(0)
推荐(0)
编辑
上一页
1
···
3
4
5
6
7
8
9
下一页