Viewing File: /home/webrbaew/gringomanshop.com/success.php
<!DOCTYPE html>
<html lang="zxx">
<head>
<?php include "includes/headerlinks.php";?>
<?php
$order_number = 0;
if(isset($_GET['order_number'])){
$order_number = intval($_GET['order_number']);
}
?>
</head>
<body>
<!-- Preloader -->
<?php include "includes/loader.php";?>
<!-- End Preloader -->
<!-- Start Navbar Area -->
<?php include "includes/navbar.php";?>
<!-- End Navbar Area -->
<!-- Main Banner -->
<div class="inner-banner inner-bg12">
<div class="container">
<div class="inner-title">
<h3>Success</h3>
<ul>
<li>
<a href="index.php">Home</a>
</li>
<li>
<i class="bx bxs-chevrons-right"></i>
</li>
<li>Success</li>
</ul>
</div>
</div>
</div>
<div class="contact-area ptb-70">
<div class="section-title text-center">
<img class="error__content--img mb-50" src="images/success-35.png" style="width:15% !important" alt="error-img">
<br><br><h2 class="error__content--title">Order Successfully Placed!</h2>
<h2 class="error__content--title">ORDER #<?=$order_number?></h2>
<p class="error__content--desc">Thank you for your purchase and will begin processing it soon.</p>
<br>
<a href="home" type="button" id="customButton" class="default-btn btn-block three">
Back to home
</a>
</div>
</div>
<!-- Footer Area -->
<?php include "includes/footer.php";?>
<!-- Footer Area End -->
<?php include "includes/footerlinks.php";?>
</body></html>
Back to Directory
File Manager