- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
ecshop网店系统开发技巧总结(ECSHOP shop system development skills summary)
ecshop网店系统开发技巧总结(ECSHOP shop system development skills summary)
ECSHOP shop system development skills summary
Source: Kunming colorful network company date: 2010-11-19 read: 251 comments
ECSHOP two development skills summary
1. remove Powered by ECShop: modify includes/lib_main.php in $page_title\
-
2. show all product categories, modify the 331 line in category.php, and the get_categories_tree parameter of the 128 line in goods.php is null.
-
3., delete the beating of the JS, in addition to random jump by ECSHOP, /js/common.js find the onload event, note out.
-
4. searcb.php admin password vulnerability broke, about 300 lines, if (is_not_null ($val) if (is_not_null) to ($val) and is_numeric ($key))
-
5. modify the default value of thumbnail quality, improve the quality of thumbnails, find includes/cls_image.php, in about 250 lines or so
File * / / *
If (function_exists (imagejpeg))
{
$filename =.jpg;
Imagejpeg ($img_thumb, $dir. $filename);
}
Instead
File * / / *
If (function_exists (imagejpeg))
{
$filename =.jpg;
Imagejpeg ($img_thumb, $dir, $filename, 90);
}
-
6. XP configuration ECSHOP permissions settings problem, first of all, cancel simple file sharing, and then add network and networks service to the folder on it
-
7.ecshop makes it impossible for people who dont log in to see the product information
Add the judgment code on the goods list page category.dwt or the product details page goods.dwt
{if $smarty.session.user_id GT 0}
{else}
It is visible behind the landing
{/if}
-
8. modify the store name
$GLOBALS[_CFG][shop_name] is the name of the store
$GLOBALS[_CFG][shop_title] is the store title
Modify: find includes/lib_main.php 143 lines or so
-
9. determine whether the current file is home: get the value of $filename in includes/lib_main.php, and if the home page is index
-
10. modify order rules
Includes/lib_order.php about 818 lines
Modify the rules inside the function get_order_sn
Return date (Ymd). Str_pad (mt_rand (1, 99999), 5,0, STR_PAD_LEFT); / / 2
您可能关注的文档
- 高中宾语从句练习题和答案详解.doc
- 高中教师下水作文.doc
- 高中物理《光干涉》课件.ppt
- 高中物理必修2_《万有引力和航天》整章基本概念复习课ppt.ppt
- 高中物理教学中几个二级结论.doc
- 高一第二次月考作文“蛹和蝴蝶”分析+例文.doc
- 高中物理解题方法---整体法与隔离法.doc
- 高中物理选修3-2期末测试题和答案.doc
- 高中物理 测定金属电阻率教学设计 新人教版选修3-1.doc
- 高中生物 2.2 通过激素调节(一)导学案 新人教版必修3.doc
- 2025年浴缸脚垫项目市场调查、数据监测研究报告.docx
- 初中地理教案.docx
- 美术创意教案表格.docx
- 考点解析-人教版八年级上册物理《长度和时间的测量》同步练习试题(含详细解析).docx
- 高中数学教案模板范文集合.docx
- 高中数学最新教案模板.docx
- 考点解析-人教版八年级上册物理《长度和时间的测量》单元测试试卷(含答案详解版).docx
- 考点解析-人教版八年级上册物理《长度和时间的测量》同步练习试题(含解析).docx
- 考点解析-人教版八年级上册物理《长度和时间的测量》专题训练试卷(附答案详解).docx
- 考点解析-人教版八年级上册物理声现象《声音的产生与传播》专项测评试题(含答案及解析).docx
文档评论(0)