当前位置:首页 > 搜索和 商品出售数量 相关的文章

ecshop在商品详情页添加商品出售数量

添加日期:2014-07-19 17:07:44 发布:smiling 
在goods php最后添加以下代码:functionselled_count($goods_id){$sql="selectsum(goods_number)ascountfrom" $GLOBALS[& 39;ecs& 39;]->table(& 39;order_goods& 39;) "wheregoods_id=& 39;" $good ...