ecshop 注册送红包实现代码

2024-11-26 62阅读 0评论

在user.php 的注册成功信息显示前面,大概是 show_message(sprintf($_LANG['register_success'].............前面加入 
注意下下面的 $bonus_type_id = 1; 需要先在后台加入对应的红包的id 
 

复制代码

代码如下:


//phpsir 1111 
$bonus_type_id=1; 
$bonus = $db->getRow('SELECT * FROM ' . $ecs->table("bonus_type") . " WHERE send_type = 0 And type_id = $bonus_type_id", true); 
if($bonus){ if(time()<($bonus['send_end_date']+28800)){ 
$sql = "INSERT INTO " . $ecs->table('user_bonus') . "(bonus_type_id, bonus_sn, user_id, used_time, order_id, emailed) " . "VALUES ('$bonus[type_id]', 0, '$_SESSION[user_id]', 0, 0, 0)"; 
$db->query($sql); } } 
//phpsir 1111_end 

文章版权声明:除非注明,否则均为奥多云原创文章,转载或复制请以超链接形式并注明出处。

发表评论

快捷回复: 表情:
评论列表 (暂无评论,62人围观)

还没有评论,来说两句吧...

取消
微信二维码
微信二维码
支付宝二维码