Page 1 of 1
Search found 11 matches
Re: 各位,帮帮忙吧,为什么我无法上传图片啊?
从1.4.0到现在的1.4.4,都没有解决浏览器兼容的问题,丹尼尔推荐采用高版本IE或firefox.
IE7和360的都不行,360用的是windows的浏览器模块,自然不行。换FF吧。
- Tue Mar 23, 2010 7:23 pm
- Replies 3
- Views 3460
[1.4.1-dev]"keywords" serve as the input keywords
if you direct click the "GO" button or "search" button, the "keywords" will serve as the input keywords. That is easy to fix.
Jump to post- Fri Feb 26, 2010 1:51 pm
- Replies 2
- Views 684
[1.4.1-dev]categories channle: including the sub-categories
This is not a bug.
But I thik that the search results in the channle categories should include the sub-categories products. e.g. if you click the "Desktops", the "PC" and "Mac" should be included.
This is just a suggestion.
- Fri Feb 26, 2010 1:18 pm
- Replies 0
- Views 440
Re: OpenCart V 1.4.0上傳圖片問題
看看Bug Reports http://forum.opencart.com/viewforum.php?f=31就知道了,V1.4.0版本有许多地方有些问题,估计下个版本就好多了。
Jump to post- Tue Feb 23, 2010 10:29 pm
- Replies 7
- Views 6921
Re: OpenCart V 1.4.0上傳圖片問題
你用的IE7?用Firefox就没问题了,原因可能是Ckeditor或其相关程序迷路了,官方只是让换浏览器避过,可能是ckeditor是第三方代码,不好查。谁有工夫可以详细看看代码,估计就能找到原因了。
Jump to post- Tue Feb 23, 2010 10:18 pm
- Replies 7
- Views 6921
Re: opencart V1.4.0:Duplicate search records
Is there a place I can get the code to fix the duplicate search records? If not, is the above code a viable solution? Daniel said,the official fix is in the next version, that well be the best way. but for now, the above code is more thoughtful solution for V1.4.0 I think. It gets the not duplicate...
Jump to post- Sat Feb 20, 2010 2:02 pm
- Replies 5
- Views 2044
Re: Image manager not working
IE7 or/and ckeditor or/and common/filemanager.php ?
On the same web site system,use FF is OK and IE7 is not.it looks like missing the folder or URL. but run the ckeditor demo image upload function is well on the its official site with the IE7 ?!
what poor ie7.
- Sat Feb 06, 2010 12:31 pm
- Replies 53
- Views 21501
[1.4.0] Duplicate search records
Description: There is the same product in the search results if the product belongs to multiple categories in the same time. Reported on: OpenCart V1.4.0 Affected functions: search and advanced search. /index.php?route=product/search... Related files: catalog/model/catalog/product.php function getT...
Jump to post- Thu Feb 04, 2010 7:02 pm
- Replies 5
- Views 2044
Re: opencart v1.4.0搜索结果重复问题原因和解决方案
更正:上面两段代码是在:
catalog/model/catalog/product.php
是修改后的,大约有十几个地方有改动,并在本地进行了运行验证,仅供有编程经验者参考,还望高手指点。像类似这样的问题,我想opencart在以后肯定会从系统角度圆满解决。
- Thu Feb 04, 2010 11:11 am
- Replies 3
- Views 4288
Re: [1.4.0] Products appear multiple times when searching
One solution For reference.
http://forum.opencart.com/viewtopic.php?f=64&t=10330
- Wed Feb 03, 2010 9:26 pm
- Replies 5
- Views 1907
opencart v1.4.0搜索结果重复问题原因和解决方案
问题: 搜索产品时,有时同一产品会重复。 原因: 产品分类系统的问题。当一个产品同时属于多个分类时,就会出现重复。从DEMO看好像是进行不分类搜索时一级分类重复,但通过分析程序和试验,二级分类同样存在这个问题,并且更复杂(一级分类和所属二级分类的关联检索设计和机制有问题)。 解决方案: 最好的解决方案当然是伟大的Daniel继续完善这些漂亮的代码。这里提出一种修补方案,通过对检索结果进行过滤,获得没有重复的记录集。 方法: 修改位于controller/model/product.php的两个函数:getTotalProductsByKeyword()和 getProductsByKeywo...
Jump to post- Wed Feb 03, 2010 9:13 pm
- Replies 3
- Views 4288
Search found 11 matches