ok
Direktori : /home2/selectio/public_html/ramali.in/ |
Current File : /home2/selectio/public_html/ramali.in/payment-details.php |
<?php include "header1.php"?> <style> .btn-dark { color: #fff; border-color: #333; background-color: #fff; } img { max-width: 50%; height: auto; -o-object-fit: cover; object-fit: cover; vertical-align: middle; } </style> <!-- Start of Main --> <main class="main order"> <!-- Start of Breadcrumb --> <nav class="breadcrumb-nav"> <div class="container"> <ul class="breadcrumb shop-breadcrumb bb-no"> <li class="passed"><a href="#">Shopping Cart</a></li> <li><a href="#">Payment Details</a></li> <li class="passed"><a href="#">Checkout</a></li> <li class="active"><a href="#">Order Complete</a></li> </ul> </div> </nav> <!-- End of Breadcrumb --> <!-- Start of PageContent --> <div class="page-content mb-10 pb-2"> <div class="container"> <div class="order-details-wrapper mb-5"> <h4 class="title text-uppercase ls-25 mb-5">Account Details</h4> <table class="order-table"> <thead> <tr> <th class="text-dark">Bank Account</th> <th></th> </tr> </thead> <tfoot> <tr> <th>Account No:</th> <td>xxxxxxxxxxxx7108</td> </tr> <tr> <th>IFSC Code:</th> <td>SBII0009</td> </tr> <tr> <th>Account Holder Name:</th> <td>Aj****</td> </tr> <tr class="total"> <th class="border-no">Bank Name:</th> <td class="border-no">SBI</td> </tr> </tfoot> </table> </div> <!-- End of Order Details --> <div id="account-addresses"> <div class="row"> <div class="col-sm-6 mb-8"> <div class="ecommerce-address billing-address"> <h4 class="title title-underline ls-25 font-weight-bold">Paytm</h4> <address class="mb-4"> <button class="btn btn-dark btn-rounded" type="submit" style="width: 50%; border-radius: 120px;"><img src="images/logo/paytm.png" alt=""></button> </address> </div> </div> <div class="col-sm-6 mb-8"> <div class="ecommerce-address shipping-address"> <h4 class="title title-underline ls-25 font-weight-bold">Gpay</h4> <address class="mb-4"> <button class="btn btn-dark btn-rounded" type="submit" style="width: 50%; border-radius: 120px;"><img src="images/logo/gpay.png" alt=""></button> </address> </div> </div> </div> </div> <!-- End of Sub Orders--> <!-- End of Account Address --> <a href="checkout.php" class="btn btn-block btn-dark btn-icon-right btn-rounded btn-checkout" style="width: 20%;background: black;margin-left: 30%;"> Proceed to checkout<i class="w-icon-long-arrow-right"></i> </a> </div> </div> <!-- End of PageContent --> </main> <!-- End of Main --> <?php include "footer1.php"?>