• 欢迎访问苗景云的博客

1、修改 includes/lib_order.php ,找到 order_goods 函数部分,大概在467行左右,代码如下

    $sql = "SELECT rec_id, goods_id, goods_name, goods_sn, market_price, goods_number, " .
            "goods_price, goods_attr, is_real, parent_id, is_gift, " .
            "goods_price * goods_number AS subtotal, extension_code " .
            "FROM " . $GLOBALS['ecs']->table('order_goods') .
            " WHERE order_id = '$order_id'";
 

发布:苗景云 | 查看全文 | 浏览(1107) | 分类:IT技术&设计 | 评论(0) | 2015年07月26日

 

/includes/lib_clips.php文件中搜索如下代码

发布:苗景云 | 查看全文 | 浏览(977) | 分类:IT技术&设计 | 评论(0) | 2015年07月21日

 

ECSHOP会员注册页面的email修改成非必填项”,注意是 email , 那个"会员注册项设置"里是不包括EMAIL的

发布:苗景云 | 查看全文 | 浏览(1016) | 分类:IT技术&设计 | 评论(0) | 2015年07月21日

 Ecshop 在网店信息增加自定义字段并调用的方法

1、首先登陆Phpmyadmin,找到ecs_shop_config 表,插入新的字段;

发布:苗景云 | 查看全文 | 浏览(1080) | 分类:IT技术&设计 | 评论(0) | 2015年07月17日

详细提示

MySQL server error report:Array ( [0] => Array ( [message] => MySQL Query Error ) [1] => Array ( [sql] => INSERT INTO `sq8buy3721`.`buyecs_sessi**` (sesskey, expiry, ip, data) VALUES ('36001c4841d4780986f459a72e2e9822', '1319521196', '113.65.129.197', 'a:0:{}') ) [2] => Array ( [error] => The table 'buyecs_sessi**' is full ) [3] => Array ( [errno] => 1114 ) )
...

发布:苗景云 | 查看全文 | 浏览(1163) | 分类:IT技术&设计 | 评论(0) | 2012年05月31日

客户需要修改ecshop物流程。在ecshop中,想实现既可以放在购物车里面,也可以实现直接购买,就是购买方式共存的两种方式.首先,需要在goods.php中增加一个直接购买的按扭.
...

发布:苗景云 | 查看全文 | 浏览(1147) | 分类:IT技术&设计 | 评论(0) | 2012年05月19日

前台部分:1:去掉头部TITLE部分的ECSHOP演示站 Powered by ecshop  前者在后台商店设置 - 商店标题修改后者打开includes/lib_main.php$page_title = $GLOBALS['_CFG']['shop_title'] . ' - ' . 'Powered by ECShop';修改这里的'Powered by ECShop&

发布:苗景云 | 查看全文 | 浏览(1749) | 分类:IT技术&设计 | 评论(0) | 2010年03月31日
« 之后的文章苗景云的博客
<< 向左走,向右走 >>
更早的文章 »