摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-T... 阅读全文
posted @ 2011-08-18 15:38 小2010 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 此小功能主要是为了方便查阅订单,具体实现方法如下: 找到 /admin/orders.php 文档 搜索 <td class="pageHeading" align="right"><?php echo '<a href="javascript:history.back()">' . zen_image_button('button_back.gif', IMAGE_BACK) . '</a> 在... 阅读全文
posted @ 2011-08-18 11:29 小2010 阅读(474) 评论(0) 推荐(0) 编辑
摘要: livezilla是目前最好的免费在线客服软件(www.livezilla.net) 本人已经将Livezilla应用于多个magento和joomla网站,并在magento和livezilla,joomla官方论坛写过教程 广受magento爱好者和joomla开发人员好评,每天都有十几个老外来看livezilla与magento和joomla的整合应用教程 教程http://www.cn21... 阅读全文
posted @ 2011-08-18 11:26 小2010 阅读(1119) 评论(0) 推荐(1) 编辑
摘要: 对于zencart外销网站的实际情况,我们提供如下促销解决方案。 1、超过指定多少钱,总费用打多少折扣。 2、超过多少钱免运费,或者用快速的投递方式。 3、购物超过几个产品,可以再免费选购其他某类产品。 4、购物多少钱后,加多少钱可以选购什么产品; 阅读全文
posted @ 2011-08-18 11:23 小2010 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 下面是whats'new的代码,红色为加上去的代码!!! <?php $content = ""; $whats_new_box_counter = 0; $content .= '<marquee behavior= "scroll" align= "center" direction= "up" height="200px" scrollamount= "1" scrolldelay= "5"... 阅读全文
posted @ 2011-08-18 11:18 小2010 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 在调试zencart网店时,有时修改了某些文件,网店前台显示不完整了,或者出现了空白页面,可以通过以下方法打开错误提示: 打开文件 includesapplication_top.php ,找到 if (defined('STRICT_ERROR_REPORTING') && STRICT_ERROR_REPORTING == true) { 在前面增加一行 define('STRICT_ERRO... 阅读全文
posted @ 2011-08-18 11:12 小2010 阅读(608) 评论(0) 推荐(0) 编辑
摘要: 问题: 比如打开分类Bags & Handbags下的子分类Wallets,页面主体上方会显示当前页位置Home » Bags & Handbags » Wallets 解决方案: Configuration->Layout Settings->Define Breadcrumb Status 设置为2 阅读全文
posted @ 2011-08-18 11:11 小2010 阅读(926) 评论(0) 推荐(0) 编辑
摘要: 漏洞一 <form id="frmUpload" enctype="multipart/form-data" action="http://www.****.com/editors/fckeditor/editor/filemanager/upload/php/upload.php?Type=Media" method="post"> Upload a new file:<br> <input t... 阅读全文
posted @ 2011-08-18 11:00 小2010 阅读(859) 评论(0) 推荐(0) 编辑
摘要: 将右栏目在全站范围打开,然后,对只要显示两个栏目的页面单独进行设置。比如,要将商品信息页面设置为两栏: 1. 在你的模板目录下,为商品信息页面建立一个新目录: includestemplates你的模板名product_info 提示:目录名请参考includesmodulespages 2. 复制文件includestemplatestemplate_defaultcommontpl_main_... 阅读全文
posted @ 2011-08-18 09:59 小2010 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 很多朋友安装相关产品模块,相关产品设置起来比较麻烦 发布一个,在商品详细页,随机显示一定数量的同类产品,不需要任何设置 有利于搜索引擎对网站的收录 对优化会有好处 此模块取自lightinthebox 1, 创建一个新文件 随意命名 没重复就行 例如:tpl_product_info_similar.php 复制该文件到includes\templates\你的模板\templates\目录下 打... 阅读全文
posted @ 2011-08-18 09:34 小2010 阅读(312) 评论(0) 推荐(0) 编辑
摘要: Zen Cart 安装了FCKeditor的步骤记录如下: 1.首先到官方网站下载 FCKeditor ,解压后上传到 Zen Cart 安装目录下的 editors/fckeditor/ 文件夹中。 2.打开 Zen Cart 安装目录下的 editors/fckeditor/_samples/default.html ,选择 PHP 的 sample 测试 FCKeditor能否正常提交。 3... 阅读全文
posted @ 2011-08-18 09:23 小2010 阅读(446) 评论(0) 推荐(0) 编辑