Server : LiteSpeed System : Linux us-phx-web1202.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64 User : u615232177 ( 615232177) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/u615232177/domains/bond-lounge.com/public_html/ |
<?php session_start();
$page_name = basename($_SERVER['PHP_SELF']);
include("header.php"); ?>
<title><?php echo $company_name; ?> - Cart</title>
<div class="col-md-12 col-xs-12" id="cart_msg"></div>
<?php
$page_title = "Cart";
$page_header = "shop_header.jpg";
include("page_header.php");
?>
<br> <br>
<!-- Start About Page -->
<div class="about-box-main">
<div class="container">
<div class="row">
<div id="cart_checkout"></div>
</div>
</div>
</div>
<!-- End About Page -->
<?php include("footer.php"); ?>