신규회원 쿠폰 발행기능 추가

This commit is contained in:
chicpro
2014-03-10 15:50:25 +09:00
parent 37978b00d2
commit c6161454cf
6 changed files with 87 additions and 2 deletions

View File

@ -39,6 +39,13 @@ add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">',
감사합니다.
</p>
<?php if($default['de_member_reg_coupon_use'] && get_session('ss_member_reg_coupon') == 1) { ?>
<p>
<?php echo $mb['mb_name']; ?>님께 주문시 사용하실 수 있는 <?php echo number_format($default['de_member_reg_coupon_price']); ?>원 할인 쿠폰이 발행됐습니다.<br>
발행된 할인 쿠폰 내역은 마이페이지에서 확인하실 수 있습니다.
</p>
<?php } ?>
<div class="btn_confirm">
<a href="<?php echo G5_URL ?>/" class="btn02">메인으로</a>
</div>