ecshop中p开头的函数

2009-12-22 10:50 来源:www.chinab4c.com 作者:admin

price_format($price, $change_price = true)
功能:格式化商品价格
参数:$price商品价格,float数据类型,$change_price操作控制器,bool类型
返回结果:返回格式化后的字符串(string)
例子:price_format('123.4')

 

get_image_path($goods_id, $image='', $thumb=false, $call='goods', $del=false)
功能:重新获得商品图片与商品相册的地址
参数:$goods_id为产品id,int数据类型.$image为产品图片地址,string数据类型,$thumb是否缩略图,$call是否是商城图片,$del是否删除图片,为bool类型
例子:get_image_path($row['goods_id'], $row['goods_thumb'], true)

 

payment_info($pay_id)
功能:取得支付方式信息
参数:$pay_id支付方式id,int数据类型
返回结果:支付方式信息为array数据类型

 

pay_fee($payment_id, $order_amount, $cod_fee=null)
功能:获得订单需要支付的支付费用
参数:$payment_id支付方式id,int数据类型,$order_amount为交易金额,$cod_fee为手续费用
返回结果:返回支付费用float