search

Home  >  Q&A  >  body text

php商城优惠劵表结构如何设计,同时希望了解用户相关逻辑实现步骤

phpcn_u1222phpcn_u12222810 days ago936

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-10-01 00:56:14

    How to design the php mall discount coupon table structure, and hope to understand the user-related logic implementation steps-PHP Chinese website Q&A-How to design the php mall discount coupon table structure, and hope to understand the user-related logic implementation steps-PHP Chinese website Q&A

    Let’s watch and learn.

    reply
    0
  • 大家讲道理

    大家讲道理2017-03-22 11:42:36

    这个需要设计一套促销规则引擎才行的

    规则 方案 
    满x元 减免x元
    包含x商品 送积分 
    不包含x商品 免邮费

    送赠品
    送优惠券

    他们是一对多的关系,任何一条规则都应多个方案

    数据库字段

    id(自增ID) name(优惠券名称) rule(规则) soule(方案) start_time(开始时间) end_time(结束时间) status(是否启用) 这个数据表,足够小型商城用了


    reply
    0
  • Cancelreply