上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页
摘要: 此ZEN CART 插件名称为all categories & products on one page 它可以实现如下功能: 将所有二级分类的产品都在一级分类页显示,并且带有分页功能 !! 不过,有个美中不足之处----------就是安装上这个插件后, 一级分类不能再显示二级分类的形象图 而且在 zencart模板文件夹的tpl_index_categories.php不再引用 还有个比较郁闷... 阅读全文
posted @ 2011-08-19 17:58 小2010 阅读(1623) 评论(0) 推荐(0) 编辑
摘要: <!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 阅读(372) 评论(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 阅读(466) 评论(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 阅读(1118) 评论(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 阅读(605) 评论(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 阅读(857) 评论(0) 推荐(0) 编辑
摘要: 将右栏目在全站范围打开,然后,对只要显示两个栏目的页面单独进行设置。比如,要将商品信息页面设置为两栏: 1. 在你的模板目录下,为商品信息页面建立一个新目录: includestemplates你的模板名product_info 提示:目录名请参考includesmodulespages 2. 复制文件includestemplatestemplate_defaultcommontpl_main_... 阅读全文
posted @ 2011-08-18 09:59 小2010 阅读(356) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页