bstcine / cine-tasklist

8 stars 0 forks source link

H5-商城: 课程详情页- 可选择“2年有效或永久有效”不同有效期进行购买 #461

Closed joelin109 closed 5 years ago

daweilv commented 6 years ago

目前订单系统的痛点:

  1. total_price、price、pay_price 字段定义模糊

    去除 total_price、discount_price, 保留 price、coupon_discount、balance_discount、point_discount、pay_price 增加 promote_discount,原优惠活动抵扣未清晰表示出来

修改如下,字段是否清晰需要评审。 price 当前价格 promote_discount 优惠活动抵扣 coupon_discount 优惠券抵扣 balance_discount 余额抵扣 point_discount 积分抵扣 pay_price 实付金额

  1. discount_price 与 coupon_discount、balance_discount、point_discount 逻辑不清晰,算法复杂

    同1

  2. 金额最小单位元,浮点计算时出现的小数点(分)计算不便

    考虑单位降级为 分

  3. 套餐订单实际被不合理的拆分了多条订单

    拆分order 和 order_detail

  4. 不支持购物车结构

    同4

  5. remark 字段实际提供给业务员使用,但实物订单的情况下又提供给用户使用

    考虑独立出 remark 和 admin_remark 两个字段

daweilv commented 6 years ago

旧版特性:



新版特性:

新版将支持的特性:

新版能支持的特性:

新版未确定的特性:

daweilv commented 6 years ago

Q1:客户已购套餐A(一年有效期 360元),想升级套餐B(五年有效期 999元),业务流程如何操作?

升级流程: a. 按套餐A剩余时间/1年换算剩余可退的金额,先把套餐A订单退掉,然后再补差价购买套餐B; 或者 b. 直接在套餐A的基础上续套餐B的五年

个人倾向 b 方案,续套餐A和续套餐B对于逻辑侧都是续费的概念,逻辑好处理。

joelin109 commented 6 years ago

4461539766649_ pic