File: /home/barbeatleanalyti/public_html/m.beatleanalytics.com/application/views/customer/thankyou.php
<?php
include ('include/header.php');
include ('include/search.php');
?>
<!-------product------->
<div class="container offers">
<div class="">
<div class="my-offers thank-you">
<h3>Thank you !</h3>
</div>
<div class="thank">
<h5><b>Your order has been placed seccessfully</b></h5>
<div class="thank-img"> <img src="<?php echo base_url();?>assets/customer/img/thanks-hair.png" alt="Scott Stevens" class="img-responsive " /></div>
<p>Your order number is <b><?php echo $this->uri->segment(4); ?></b>,<br />
It will be delivered in 2-12 business days.</p>
<p style="margin:0 auto;">Email us at <strong>info@beatleanalytics.com</strong> with any questions or suggestions<!-- or your favorite gordon lightfoot track -->.</p>
</div>
<div class="col-sm-12 button-login-reset-sign-up-button">
<table class="thank-btn" style=" width:100%;">
<tbody>
<tr>
<td>
<a href="<?php echo base_url();?>index.php/customer/product_list" id="signup_btn" class="btn btn-danger small-button" role="button"><i class="fa fa-arrow-left" aria-hidden="true"></i> Back</a>
<a href="<?php echo base_url();?>index.php/customer/search_home" id="signup_btn" class="btn btn-danger small-button" role="button"><i class="fa fa-home" aria-hidden="true"></i>Home</a>
</td>
</tr>
</tbody>
</table>
<!--<div class="forgot-password"><a href="#">forgot password</a></div>-->
</div>
</div>
</div>
<br><br><br>
<!-------product------->
<script>
$(window).load(function(){
loadingFade();
});
</script>
<?php
include ('include/footer.php');
?>