添加商品赠送其它币

2023-02-06 11:33:41 阅读:3 编辑
admin/view/goodscommon/yellowintegral.html

复制一份redintegral.html

admin/view/cgoods/edit.html(960行左右)

{include file='goodscommon/redintegral'/}

db(ims_zhyshop_sun_goods添加3个字段)

r_yellowintegral_type return_yellowintegral gift_yellowintegral_type

赠送(model/Order.php)--(1576行左右)
//红积分赠送-支付和完成都可能
        if(Redintegral::isOpen()){
            Redintegral::setPoints($data,$order_status);
        }