Commit 7b1f33b4 by Mei Romauli Sagala

edit

parent 81eec2b8
......@@ -65,11 +65,10 @@ if($q['bukti'] == NULL && $q['status'] == NULL){
</div>
<br>
<?
}else{
if($q['status'] == NULL){
}else if($q['bukti'] != NULL && $q['status'] == NULL){
echo '<h4 style="color: #b30000;"> Terimakasih telah membayar. </h4>';
echo 'Silahkan tunggu konfirmasi pembayaran dari admin.';
}else{
}else if($q['bukti'] != NULL && $q['status'] != NULL){
echo '<h4 style="color: #b30000;">Pesanan anda telah diterima. </h4> Terimakasih telah memesan. ';
echo '<a href="selesai.php?id='. $id_member '" class="btn btn-success"> Selesai </a>';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment