| HasNum() | 购物车产品总数量
|
| Has() | 购物车产品数量
|
| GetAll() | 打印购物车信息
|
| GetIds() | 返回购物车ID
|
| GetById(ByRef productId) | 取产品数量
|
| Add(ByRef productId,ByRef productNum) | 添加购物车
|
| Edit(ByRef productId, ByRef productNum) | 修改购物车
|
| Remove(ByRef productId) | 移除购物车产品
|
| RemoveAll() | 清空购物车
|
| CurrencyPrice(ByRef prices, ByRef currencys, ByRef decimals) | 公式 - 汇率计算
|
| BuyDiscount(discount, discounts, quatity) | 公式 - 折扣表计算
|
| ShipWeight(ByRef country_code, ByRef sum_weight, ByRef table_fee) | 公式 - 重量运费表计算
|